Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/linux-2.4.37.9/drivers/net/
Ddgrs_asstruct.h9 # define MO(t,a) (a) argument
10 # define VMO(t,a) (a) argument
13 # define S1A(t,x,n) _Off=(_Off+0)&~0; x=_Off; _Off=_Off+(1*n) argument
14 # define S2A(t,x,n) _Off=(_Off+1)&~1; x=_Off; _Off=_Off+(2*n) argument
15 # define S4A(t,x,n) _Off=(_Off+3)&~3; x=_Off; _Off=_Off+(4*n) argument
19 # define S1(t,x) _Off=(_Off+0)&~0; x=_Off; _Off=_Off+1 argument
20 # define S2(t,x) _Off=(_Off+1)&~1; x=_Off; _Off=_Off+2 argument
21 # define S4(t,x) _Off=(_Off+3)&~3; x=_Off; _Off=_Off+4 argument
26 #define VMO(t,a) (*(volatile t *)(a)) argument
29 # define S1(t,x) t x ; argument
[all …]
/linux-2.4.37.9/include/asm-x86_64/
Di387.h65 #define get_fpu_mxcsr(t) ((t)->thread.i387.fxsave.mxcsr) argument
66 #define get_fpu_cwd(t) ((t)->thread.i387.fxsave.cwd) argument
67 #define get_fpu_fxsr_twd(t) ((t)->thread.i387.fxsave.twd) argument
68 #define get_fpu_swd(t) ((t)->thread.i387.fxsave.swd) argument
69 #define set_fpu_cwd(t,val) ((t)->thread.i387.fxsave.cwd = (val)) argument
70 #define set_fpu_swd(t,val) ((t)->thread.i387.fxsave.swd = (val)) argument
71 #define set_fpu_fxsr_twd(t,val) ((t)->thread.i387.fxsave.twd = (val)) argument
72 #define set_fpu_mxcsr(t,val) ((t)->thread.i387.fxsave.mxcsr = (val)&0xffbf) argument
/linux-2.4.37.9/include/asm-ppc64/
Datomic.h27 int t; in atomic_add() local
41 int t; in atomic_add_return() local
58 int t; in atomic_sub() local
72 int t; in atomic_sub_return() local
89 int t; in atomic_inc() local
103 int t; in atomic_inc_return() local
120 int t; in atomic_dec() local
134 int t; in atomic_dec_return() local
158 int t; in atomic_dec_if_positive() local
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5476/
Dnile4_pic.c26 u32 offset, t; in nile4_map_irq() local
41 u32 all, t; in nile4_map_irq_all() local
59 u32 offset, t; in nile4_enable_irq() local
73 u32 offset, t; in nile4_disable_irq() local
98 u32 t; in nile4_enable_irq_output() local
107 u32 t; in nile4_disable_irq_output() local
116 u32 t; in nile4_set_pci_irq_polarity() local
128 u32 t; in nile4_set_pci_irq_level_or_edge() local
/linux-2.4.37.9/include/asm-ppc/
Datomic.h37 int t; in atomic_add() local
52 int t; in atomic_add_return() local
70 int t; in atomic_sub() local
85 int t; in atomic_sub_return() local
103 int t; in atomic_inc() local
118 int t; in atomic_inc_return() local
136 int t; in atomic_dec() local
151 int t; in atomic_dec_return() local
176 int t; in atomic_dec_if_positive() local
/linux-2.4.37.9/net/bridge/
Dbr_private_timer.h24 extern __inline__ void br_timer_clear(struct br_timer *t) in br_timer_clear()
29 extern __inline__ unsigned long br_timer_get_residue(struct br_timer *t) in br_timer_get_residue()
37 extern __inline__ void br_timer_set(struct br_timer *t, unsigned long x) in br_timer_set()
43 extern __inline__ int br_timer_is_running(struct br_timer *t) in br_timer_is_running()
48 extern __inline__ int br_timer_has_expired(struct br_timer *t, unsigned long to) in br_timer_has_expired()
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5074/
Dnile4_pic.c28 u32 offset, t; in nile4_map_irq() local
43 u32 all, t; in nile4_map_irq_all() local
61 u32 offset, t; in nile4_enable_irq() local
82 u32 offset, t; in nile4_disable_irq() local
109 u32 t; in nile4_enable_irq_output() local
118 u32 t; in nile4_disable_irq_output() local
127 u32 t; in nile4_set_pci_irq_polarity() local
139 u32 t; in nile4_set_pci_irq_level_or_edge() local
/linux-2.4.37.9/include/linux/
Dinterrupt.h141 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock()
146 static inline void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock()
152 static inline void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait()
157 #define tasklet_trylock(t) 1 argument
158 #define tasklet_unlock_wait(t) do { } while (0) argument
159 #define tasklet_unlock(t) do { } while (0) argument
164 static inline void tasklet_schedule(struct tasklet_struct *t) in tasklet_schedule()
172 static inline void tasklet_hi_schedule(struct tasklet_struct *t) in tasklet_hi_schedule()
179 static inline void tasklet_disable_nosync(struct tasklet_struct *t) in tasklet_disable_nosync()
185 static inline void tasklet_disable(struct tasklet_struct *t) in tasklet_disable()
[all …]
/linux-2.4.37.9/scripts/lxdialog/
Dlxdialog.c173 j_menu (const char *t, int ac, const char * const * av) in j_menu()
180 j_checklist (const char *t, int ac, const char * const * av) in j_checklist()
187 j_radiolist (const char *t, int ac, const char * const * av) in j_radiolist()
194 j_textbox (const char *t, int ac, const char * const * av) in j_textbox()
200 j_yesno (const char *t, int ac, const char * const * av) in j_yesno()
206 j_inputbox (const char *t, int ac, const char * const * av) in j_inputbox()
216 j_msgbox (const char *t, int ac, const char * const * av) in j_msgbox()
222 j_infobox (const char *t, int ac, const char * const * av) in j_infobox()
/linux-2.4.37.9/include/linux/sunrpc/
Dsched.h116 #define RPC_IS_ASYNC(t) ((t)->tk_flags & RPC_TASK_ASYNC) argument
117 #define RPC_IS_SETUID(t) ((t)->tk_flags & RPC_TASK_SETUID) argument
118 #define RPC_IS_CHILD(t) ((t)->tk_flags & RPC_TASK_CHILD) argument
119 #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER) argument
120 #define RPC_DO_ROOTOVERRIDE(t) ((t)->tk_flags & RPC_TASK_ROOTCREDS) argument
121 #define RPC_ASSASSINATED(t) ((t)->tk_flags & RPC_TASK_KILLED) argument
122 #define RPC_IS_ACTIVATED(t) ((t)->tk_active) argument
123 #define RPC_DO_CALLBACK(t) ((t)->tk_callback != NULL) argument
127 #define RPC_IS_SLEEPING(t) (test_bit(RPC_TASK_SLEEPING, &(t)->tk_runstate)) argument
128 #define RPC_IS_RUNNING(t) (test_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)) argument
[all …]
/linux-2.4.37.9/net/ipv4/
Dip_gre.c166 struct ip_tunnel *t; in ipgre_tunnel_lookup() local
196 static struct ip_tunnel **ipgre_bucket(struct ip_tunnel *t) in ipgre_bucket()
214 static void ipgre_tunnel_link(struct ip_tunnel *t) in ipgre_tunnel_link()
224 static void ipgre_tunnel_unlink(struct ip_tunnel *t) in ipgre_tunnel_unlink()
243 struct ip_tunnel *t, **tp, *nt; in ipgre_tunnel_locate() local
339 struct ip_tunnel *t; in ipgre_err() local
894 struct ip_tunnel *t; in ipgre_tunnel_ioctl() local
1062 struct ip_tunnel *t = (struct ip_tunnel*)dev->priv; in ipgre_header() local
1089 struct ip_tunnel *t = (struct ip_tunnel*)dev->priv; in ipgre_open() local
1114 struct ip_tunnel *t = (struct ip_tunnel*)dev->priv; in ipgre_close() local
[all …]
Dipip.c147 struct ip_tunnel *t; in ipip_tunnel_lookup() local
167 static struct ip_tunnel **ipip_bucket(struct ip_tunnel *t) in ipip_bucket()
186 static void ipip_tunnel_unlink(struct ip_tunnel *t) in ipip_tunnel_unlink()
200 static void ipip_tunnel_link(struct ip_tunnel *t) in ipip_tunnel_link()
214 struct ip_tunnel *t, **tp, *nt; in ipip_tunnel_locate() local
303 struct ip_tunnel *t; in ipip_err() local
663 struct ip_tunnel *t; in ipip_tunnel_ioctl() local
784 struct ip_tunnel *t = (struct ip_tunnel*)dev->priv; in ipip_tunnel_init_gen() local
/linux-2.4.37.9/kernel/
Dsoftirq.c152 void fastcall __tasklet_schedule(struct tasklet_struct *t) in __tasklet_schedule()
164 void fastcall __tasklet_hi_schedule(struct tasklet_struct *t) in __tasklet_hi_schedule()
187 struct tasklet_struct *t = list; in tasklet_action() local
221 struct tasklet_struct *t = list; in tasklet_hi_action() local
245 void tasklet_init(struct tasklet_struct *t, in tasklet_init()
255 void tasklet_kill(struct tasklet_struct *t) in tasklet_kill()
Dsignal.c106 flush_signals(struct task_struct *t) in flush_signals()
132 flush_signal_handlers(struct task_struct *t) in flush_signal_handlers()
152 struct task_struct *t; in sig_exit() local
329 static int rm_sig_from_queue(int sig, struct task_struct *t) in rm_sig_from_queue()
337 int bad_signal(int sig, struct siginfo *info, struct task_struct *t) in bad_signal()
394 static int ignored_signal(int sig, struct task_struct *t) in ignored_signal()
409 static void handle_stop_signal(int sig, struct task_struct *t) in handle_stop_signal()
506 static inline void signal_wake_up(struct task_struct *t) in signal_wake_up()
533 static int deliver_signal(int sig, struct siginfo *info, struct task_struct *t) in deliver_signal()
544 send_sig_info(int sig, struct siginfo *info, struct task_struct *t) in send_sig_info()
[all …]
/linux-2.4.37.9/net/ipv6/
Dsit.c86 struct ip_tunnel *t; in ipip6_tunnel_lookup() local
106 static struct ip_tunnel ** ipip6_bucket(struct ip_tunnel *t) in ipip6_bucket()
124 static void ipip6_tunnel_unlink(struct ip_tunnel *t) in ipip6_tunnel_unlink()
138 static void ipip6_tunnel_link(struct ip_tunnel *t) in ipip6_tunnel_link()
152 struct ip_tunnel *t, **tp, *nt; in ipip6_tunnel_locate() local
244 struct ip_tunnel *t; in ipip6_err() local
617 struct ip_tunnel *t; in ipip6_tunnel_ioctl() local
737 struct ip_tunnel *t = (struct ip_tunnel*)dev->priv; in ipip6_tunnel_init_gen() local
/linux-2.4.37.9/drivers/sound/emu10k1/
Dtimer.c40 struct emu_timer *t; in emu10k1_timer_irqhandler() local
64 struct emu_timer *t; in emu10k1_timer_install() local
109 struct emu_timer *t; in emu10k1_timer_uninstall() local
/linux-2.4.37.9/arch/m68k/hp300/
Dints.c46 irq_node_t *t; in hp300_int_handler() local
75 irq_node_t *t, *n = new_irq_node(); in hp300_request_irq() local
109 irq_node_t *t; in hp300_free_irq() local
/linux-2.4.37.9/include/asm-i386/
Dgeode-mfgpt.h51 #define geode_mfgpt_set_event(t,c,e) geode_mfgpt_toggle_event(t,c,e,1) argument
52 #define geode_mfgpt_clear_event(t,c,e) geode_mfgpt_toggle_event(t,c,e,0) argument
56 #define geode_mfgpt_setup_irq(t, c, i) geode_mfgpt_set_irq(t,c,i,1) argument
57 #define geode_mfgpt_release_irq(t, c, i) geode_mfgpt_set_irq(t,c,i,0) argument
/linux-2.4.37.9/arch/ia64/kernel/
Dunwind.c459 struct task_struct *t = info->task; in unw_access_fr() local
705 spill_next_when (struct unw_reg_info **regp, struct unw_reg_info *lim, unw_word t) in spill_next_when()
746 int t; in finish_prologue() local
935 desc_mem_stack_f (unw_word t, unw_word size, struct unw_state_record *sr) in desc_mem_stack_f()
942 desc_mem_stack_v (unw_word t, struct unw_state_record *sr) in desc_mem_stack_v()
974 desc_reg_when (unsigned char regnum, unw_word t, struct unw_state_record *sr) in desc_reg_when()
1000 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr) in desc_epilogue()
1046 desc_is_active (unsigned char qp, unw_word t, struct unw_state_record *sr) in desc_is_active()
1059 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) in desc_restore_p()
1073 desc_spill_reg_p (unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, in desc_spill_reg_p()
[all …]
Dunwind_decoder.c88 unw_word t, off; in unw_decode_x1() local
105 unw_word t; in unw_decode_x2() local
123 unw_word t, off; in unw_decode_x3() local
143 unw_word t; in unw_decode_x4() local
271 unw_word t, size; in unw_decode_p7_p10() local
381 unw_word t; in unw_decode_b2() local
391 unw_word t, ecount, label; in unw_decode_b3_x4() local
/linux-2.4.37.9/net/sctp/
Dsm_sideeffect.c520 struct sctp_transport *t; in sctp_cmd_hb_timers_start() local
538 struct sctp_transport *t; in sctp_cmd_hb_timers_stop() local
554 struct sctp_transport *t; in sctp_cmd_t3_rtx_timers_stop() local
570 struct sctp_transport *t) in sctp_cmd_hb_timer_update()
580 struct sctp_transport *t, in sctp_cmd_transport_on()
613 struct sctp_transport *t) in sctp_cmd_transport_reset()
651 struct sctp_transport *t; in sctp_cmd_setup_t2() local
729 struct sctp_transport *t; in sctp_cmd_setup_t4() local
792 struct sctp_transport *t; in sctp_cmd_del_non_primary() local
984 struct sctp_transport *t; in sctp_cmd_interpreter() local
/linux-2.4.37.9/drivers/media/video/
Dsaa5249.c162 struct saa5249_device *t; in saa5249_attach() local
305 static int i2c_sendbuf(struct saa5249_device *t, int reg, int count, u8 *data) in i2c_sendbuf()
317 static int i2c_senddata(struct saa5249_device *t, ...) in i2c_senddata()
336 static int i2c_getdata(struct saa5249_device *t, int count, u8 *buf) in i2c_getdata()
348 static int do_saa5249_ioctl(struct saa5249_device *t, unsigned int cmd, void *arg) in do_saa5249_ioctl()
613 struct saa5249_device *t=vd->priv; in saa5249_ioctl() local
625 struct saa5249_device *t=vd->priv; in saa5249_open() local
659 struct saa5249_device *t=vd->priv; in saa5249_release() local
/linux-2.4.37.9/net/ipv4/netfilter/
Darp_tables.c75 #define TABLE_OFFSET(t,p) (SMP_ALIGN((t)->size)*(p)) argument
77 #define TABLE_OFFSET(t,p) 0 argument
270 struct arpt_entry_target *t; in arpt_do_table() local
428 struct arpt_standard_target *t in mark_source_chains() local
495 static inline int standard_check(const struct arpt_entry_target *t, in standard_check()
529 struct arpt_entry_target *t; in check_entry() local
618 struct arpt_entry_target *t; in cleanup_entry() local
755 static void get_counters(const struct arpt_table_info *t, in get_counters()
805 struct arpt_entry_target *t; in copy_entries_to_user() local
836 struct arpt_table *t; in get_entries() local
[all …]
/linux-2.4.37.9/arch/cris/kernel/
Dfasttimer.c300 void start_one_shot_timer(struct fast_timer *t, in start_one_shot_timer()
389 static inline int detach_fast_timer (struct fast_timer *t) in detach_fast_timer()
406 int del_fast_timer(struct fast_timer * t) in del_fast_timer()
427 struct fast_timer *t; in timer1_handler() local
556 struct fast_timer t; in schedule_usleep() local
619 struct fast_timer *t, *nextt; in proc_fasttimer_read() local
920 struct fast_timer *t = &tr[j]; in fast_timer_test() local
/linux-2.4.37.9/net/sched/
Dcls_api.c49 struct tcf_proto_ops *t = NULL; in tcf_proto_lookup_ops() local
66 struct tcf_proto_ops *t, **tp; in register_tcf_proto_ops() local
84 struct tcf_proto_ops *t, **tp; in unregister_tcf_proto_ops() local
121 struct tcmsg *t = NLMSG_DATA(n); in tc_ctl_tfilter() local
351 int t; in tc_dump_tfilter() local

12345678910>>...20