Home
last modified time | relevance | path

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

12345678910>>...44

/linux-2.6.39/arch/powerpc/include/asm/
Datomic.h20 int t; in atomic_read() local
34 int t; in atomic_add() local
49 int t; in atomic_add_return() local
70 int t; in atomic_sub() local
85 int t; in atomic_sub_return() local
104 int t; in atomic_inc() local
119 int t; in atomic_inc_return() local
148 int t; in atomic_dec() local
163 int t; in atomic_dec_return() local
194 int t; in atomic_add_unless() local
[all …]
Dlocal.h24 long t; in local_add_return() local
43 long t; in local_sub_return() local
60 long t; in local_inc_return() local
87 long t; in local_dec_return() local
117 long t; in local_add_unless() local
147 long t; in local_dec_if_positive() local
/linux-2.6.39/drivers/media/video/saa7134/
Dsaa7134-reg.h204 #define SAA7134_TASK_CONDITIONS(t) (0x000 +t) argument
205 #define SAA7134_FIELD_HANDLING(t) (0x001 +t) argument
206 #define SAA7134_DATA_PATH(t) (0x002 +t) argument
207 #define SAA7134_VBI_H_START1(t) (0x004 +t) argument
208 #define SAA7134_VBI_H_START2(t) (0x005 +t) argument
209 #define SAA7134_VBI_H_STOP1(t) (0x006 +t) argument
210 #define SAA7134_VBI_H_STOP2(t) (0x007 +t) argument
211 #define SAA7134_VBI_V_START1(t) (0x008 +t) argument
212 #define SAA7134_VBI_V_START2(t) (0x009 +t) argument
213 #define SAA7134_VBI_V_STOP1(t) (0x00a +t) argument
[all …]
/linux-2.6.39/drivers/md/
Ddm-table.c105 static inline sector_t *get_node(struct dm_table *t, in get_node()
115 static sector_t high(struct dm_table *t, unsigned int l, unsigned int n) in high()
130 static int setup_btree_index(unsigned int l, struct dm_table *t) in setup_btree_index()
168 static int alloc_targets(struct dm_table *t, unsigned int num) in alloc_targets()
204 struct dm_table *t = kzalloc(sizeof(*t), GFP_KERNEL); in dm_table_create() local
244 void dm_table_destroy(struct dm_table *t) in dm_table_destroy()
280 void dm_table_get(struct dm_table *t) in dm_table_get()
285 void dm_table_put(struct dm_table *t) in dm_table_put()
297 static inline int check_space(struct dm_table *t) in check_space()
441 static int __table_get_device(struct dm_table *t, struct dm_target *ti, in __table_get_device()
[all …]
/linux-2.6.39/drivers/media/video/bt8xx/
Dbttv-audio-hook.c55 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv3pci_audio()
76 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv5pci_audio()
143 void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tvphone_audio()
165 void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tv_stereo_audio()
186 void lt9415_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in lt9415_audio()
215 void terratv_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in terratv_audio()
235 void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in winfast2000_audio()
268 void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in pvbt878p9b_audio()
299 void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in fv2000s_audio()
329 void windvr_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in windvr_audio()
[all …]
/linux-2.6.39/drivers/staging/pohmelfs/
Dtrans.c38 static void netfs_trans_init_static(struct netfs_trans *t, int num, int size) in netfs_trans_init_static()
48 static int netfs_trans_send_pages(struct netfs_trans *t, struct netfs_state *st) in netfs_trans_send_pages()
136 int netfs_trans_send(struct netfs_trans *t, struct netfs_state *st) in netfs_trans_send()
207 struct netfs_trans *t; in netfs_trans_search() local
233 struct netfs_trans *t = NULL, *new = ndst->trans; in netfs_trans_insert() local
296 static int netfs_trans_push_dst(struct netfs_trans *t, struct netfs_state *st) in netfs_trans_push_dst()
348 struct netfs_trans *t = dst->trans; in netfs_trans_drop_dst() local
363 struct netfs_trans *t = dst->trans; in netfs_trans_drop_dst_nostate() local
378 void netfs_trans_drop_trans(struct netfs_trans *t, struct netfs_state *st) in netfs_trans_drop_trans()
402 void netfs_trans_drop_last(struct netfs_trans *t, struct netfs_state *st) in netfs_trans_drop_last()
[all …]
Dcrypto.c279 static int pohmelfs_trans_iter(struct netfs_trans *t, struct pohmelfs_crypto_engine *e, in pohmelfs_trans_iter()
360 struct netfs_trans *t = tc->trans; in pohmelfs_encrypt() local
445 static void pohmelfs_sys_crypto_exit_one(struct pohmelfs_crypto_thread *t) in pohmelfs_sys_crypto_exit_one()
462 static int pohmelfs_crypto_finish(struct netfs_trans *t, struct pohmelfs_sb *psb, int err) in pohmelfs_crypto_finish()
489 static int pohmelfs_crypto_thread_trans(struct pohmelfs_crypto_thread *t) in pohmelfs_crypto_thread_trans()
521 static int pohmelfs_crypto_thread_page(struct pohmelfs_crypto_thread *t) in pohmelfs_crypto_thread_page()
544 struct pohmelfs_crypto_thread *t = data; in pohmelfs_crypto_thread_func() local
571 struct pohmelfs_crypto_thread *t = NULL; in pohmelfs_crypto_flush() local
597 struct pohmelfs_crypto_thread *t; in pohmelfs_sys_crypto_init() local
687 struct netfs_trans *t; in pohmelfs_crypto_init_handshake() local
[all …]
/linux-2.6.39/net/ipv6/
Dip6_tunnel.c122 static inline struct dst_entry *ip6_tnl_dst_check(struct ip6_tnl *t) in ip6_tnl_dst_check()
136 static inline void ip6_tnl_dst_reset(struct ip6_tnl *t) in ip6_tnl_dst_reset()
142 static inline void ip6_tnl_dst_store(struct ip6_tnl *t, struct dst_entry *dst) in ip6_tnl_dst_store()
169 struct ip6_tnl *t; in ip6_tnl_lookup() local
217 ip6_tnl_link(struct ip6_tnl_net *ip6n, struct ip6_tnl *t) in ip6_tnl_link()
231 ip6_tnl_unlink(struct ip6_tnl_net *ip6n, struct ip6_tnl *t) in ip6_tnl_unlink()
267 struct ip6_tnl *t; in ip6_tnl_create() local
327 struct ip6_tnl *t; in ip6_tnl_locate() local
353 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_dev_uninit() local
439 struct ip6_tnl *t; in ip6_tnl_err() local
[all …]
Dsit.c123 struct ip_tunnel *t; in ipip6_tunnel_lookup() local
171 struct ip_tunnel *t) in ipip6_bucket()
176 static void ipip6_tunnel_unlink(struct sit_net *sitn, struct ip_tunnel *t) in ipip6_tunnel_unlink()
191 static void ipip6_tunnel_link(struct sit_net *sitn, struct ip_tunnel *t) in ipip6_tunnel_link()
202 struct ip_tunnel *t = netdev_priv(dev); in ipip6_tunnel_clone_6rd() local
221 struct ip_tunnel *t, *nt; in ipip6_tunnel_locate() local
288 __ipip6_tunnel_locate_prl(struct ip_tunnel *t, __be32 addr) in __ipip6_tunnel_locate_prl()
299 static int ipip6_tunnel_get_prl(struct ip_tunnel *t, in ipip6_tunnel_get_prl()
363 ipip6_tunnel_add_prl(struct ip_tunnel *t, struct ip_tunnel_prl *a, int chg) in ipip6_tunnel_add_prl()
422 ipip6_tunnel_del_prl(struct ip_tunnel *t, struct ip_tunnel_prl *a) in ipip6_tunnel_del_prl()
[all …]
/linux-2.6.39/drivers/media/video/
Dtuner-core.c203 struct tuner *t = fe->analog_demod_priv; in fe_set_params() local
233 struct tuner *t = fe->analog_demod_priv; in fe_set_config() local
276 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_type() local
461 struct tuner *t = to_tuner(sd); in tuner_s_type_addr() local
496 struct tuner *t = to_tuner(sd); in tuner_s_config() local
570 struct tuner *t; in tuner_probe() local
688 struct tuner *t = to_tuner(i2c_get_clientdata(client)); in tuner_remove() local
718 static inline int check_mode(struct tuner *t, enum v4l2_tuner_type mode) in check_mode()
738 static int set_mode_freq(struct i2c_client *client, struct tuner *t, in set_mode_freq()
780 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_tv_freq() local
[all …]
/linux-2.6.39/drivers/net/cxgb3/
Dcxgb3_defs.h50 static inline union active_open_entry *atid2entry(const struct tid_info *t, in atid2entry()
56 static inline union listen_entry *stid2entry(const struct tid_info *t, in stid2entry()
65 static inline struct t3c_tid_entry *lookup_tid(const struct tid_info *t, in lookup_tid()
77 static inline struct t3c_tid_entry *lookup_stid(const struct tid_info *t, in lookup_stid()
96 static inline struct t3c_tid_entry *lookup_atid(const struct tid_info *t, in lookup_atid()
/linux-2.6.39/drivers/block/aoe/
Daoecmd.c43 getframe(struct aoetgt *t, int tag) in getframe()
61 newtag(struct aoetgt *t) in newtag()
70 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h) in aoehdr_atainit()
98 ifrotate(struct aoetgt *t) in ifrotate()
136 struct aoetgt **t; in freeframe() local
211 struct aoetgt *t; in aoecmd_ata_rw() local
332 resend(struct aoedev *d, struct aoetgt *t, struct frame *f) in resend()
397 getif(struct aoetgt *t, struct net_device *nd) in getif()
410 addif(struct aoetgt *t, struct net_device *nd) in addif()
425 ejectif(struct aoetgt *t, struct aoeif *ifp) in ejectif()
[all …]
/linux-2.6.39/drivers/media/video/pvrusb2/
Dpvrusb2-util.h23 #define PVR2_DECOMPOSE_LE(t,i,d) \ argument
31 #define PVR2_DECOMPOSE_BE(t,i,d) \ argument
39 #define PVR2_COMPOSE_LE(t,i) \ argument
45 #define PVR2_COMPOSE_BE(t,i) \ argument
/linux-2.6.39/arch/arm/include/asm/hardware/
Dcoresight.h26 #define etm_writel(t, v, x) \ argument
28 #define etm_readl(t, x) (__raw_readl((t)->etm_regs + (x))) argument
108 #define etm_progbit(t) (etm_readl((t), ETMR_STATUS) & ETMST_PROGBIT) argument
109 #define etm_started(t) (etm_readl((t), ETMR_STATUS) & ETMST_STARTSTOP) argument
110 #define etm_triggered(t) (etm_readl((t), ETMR_STATUS) & ETMST_TRIGGER) argument
144 #define etb_writel(t, v, x) \ argument
146 #define etb_readl(t, x) (__raw_readl((t)->etb_regs + (x))) argument
148 #define etm_lock(t) do { etm_writel((t), 0, CSMR_LOCKACCESS); } while (0) argument
149 #define etm_unlock(t) \ argument
152 #define etb_lock(t) do { etb_writel((t), 0, CSMR_LOCKACCESS); } while (0) argument
[all …]
/linux-2.6.39/drivers/pci/pcie/aer/
Daerdrv_errprint.c31 #define AER_AGENT_REQUESTER_MASK(t) ((t == AER_CORRECTABLE) ? \ argument
33 #define AER_AGENT_COMPLETER_MASK(t) ((t == AER_CORRECTABLE) ? \ argument
35 #define AER_AGENT_TRANSMITTER_MASK(t) ((t == AER_CORRECTABLE) ? \ argument
38 #define AER_GET_AGENT(t, e) \ argument
48 #define AER_PHYSICAL_LAYER_ERROR_MASK(t) ((t == AER_CORRECTABLE) ? \ argument
50 #define AER_DATA_LINK_LAYER_ERROR_MASK(t) ((t == AER_CORRECTABLE) ? \ argument
56 #define AER_GET_LAYER_ERROR(t, e) \ argument
/linux-2.6.39/sound/core/
Dhrtimer.c47 struct snd_timer *t = stime->timer; in snd_hrtimer_callback() local
61 static int snd_hrtimer_open(struct snd_timer *t) in snd_hrtimer_open()
76 static int snd_hrtimer_close(struct snd_timer *t) in snd_hrtimer_close()
88 static int snd_hrtimer_start(struct snd_timer *t) in snd_hrtimer_start()
100 static int snd_hrtimer_stop(struct snd_timer *t) in snd_hrtimer_stop()
/linux-2.6.39/crypto/
Dgf128mul.c268 struct gf128mul_64k *t; in gf128mul_init_64k_lle() local
310 struct gf128mul_64k *t; in gf128mul_init_64k_bbe() local
350 void gf128mul_free_64k(struct gf128mul_64k *t) in gf128mul_free_64k()
360 void gf128mul_64k_lle(be128 *a, struct gf128mul_64k *t) in gf128mul_64k_lle()
373 void gf128mul_64k_bbe(be128 *a, struct gf128mul_64k *t) in gf128mul_64k_bbe()
404 struct gf128mul_4k *t; in gf128mul_init_4k_lle() local
426 struct gf128mul_4k *t; in gf128mul_init_4k_bbe() local
446 void gf128mul_4k_lle(be128 *a, struct gf128mul_4k *t) in gf128mul_4k_lle()
461 void gf128mul_4k_bbe(be128 *a, struct gf128mul_4k *t) in gf128mul_4k_bbe()
/linux-2.6.39/kernel/
Dsched_stats.h154 static inline void sched_info_reset_dequeued(struct task_struct *t) in sched_info_reset_dequeued()
165 static inline void sched_info_dequeued(struct task_struct *t) in sched_info_dequeued()
183 static void sched_info_arrive(struct task_struct *t) in sched_info_arrive()
202 static inline void sched_info_queued(struct task_struct *t) in sched_info_queued()
216 static inline void sched_info_depart(struct task_struct *t) in sched_info_depart()
255 #define sched_info_queued(t) do { } while (0) argument
256 #define sched_info_reset_dequeued(t) do { } while (0) argument
257 #define sched_info_dequeued(t) do { } while (0) argument
258 #define sched_info_switch(t, next) do { } while (0) argument
/linux-2.6.39/include/linux/sunrpc/
Dsched.h133 #define RPC_IS_ASYNC(t) ((t)->tk_flags & RPC_TASK_ASYNC) argument
134 #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER) argument
135 #define RPC_DO_ROOTOVERRIDE(t) ((t)->tk_flags & RPC_TASK_ROOTCREDS) argument
136 #define RPC_ASSASSINATED(t) ((t)->tk_flags & RPC_TASK_KILLED) argument
137 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT)) argument
138 #define RPC_IS_SOFTCONN(t) ((t)->tk_flags & RPC_TASK_SOFTCONN) argument
139 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT) argument
145 #define RPC_IS_RUNNING(t) test_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) argument
146 #define rpc_set_running(t) set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) argument
147 #define rpc_test_and_set_running(t) \ argument
[all …]
/linux-2.6.39/drivers/misc/cb710/
Ddebug.c32 #define CB710_READ_REGS_TEMPLATE(t) \ argument
56 #define CB710_DUMP_REGS_TEMPLATE(t) \ argument
83 #define CB710_READ_AND_DUMP_REGS_TEMPLATE(t) \ argument
94 #define CB710_REG_ACCESS_TEMPLATES(t) \ argument
/linux-2.6.39/drivers/media/dvb/frontends/
Dlgs8gxx.c116 u8 t; in wait_reg_mask() local
194 u8 reg_addr, t; in lgs8gxx_get_afc_phase() local
218 u8 t; in lgs8gxx_set_mode_auto() local
266 u8 t; in lgs8gxx_set_mode_manual() local
311 u8 t; in lgs8gxx_is_locked() local
456 u8 t; in lgs8gxx_auto_detect() local
503 u8 t; in lgs8gxx_auto_lock() local
534 u8 t, reg_addr; in lgs8gxx_set_mpeg_mode() local
574 u8 t; in lgs8913_init() local
738 u8 t, locked = 0; in lgs8gxx_read_status() local
[all …]
/linux-2.6.39/arch/arm/kernel/
Detm.c50 static inline bool trace_isrunning(struct tracectx *t) in trace_isrunning()
55 static int etm_setup_address_range(struct tracectx *t, int n, in etm_setup_address_range()
87 static int trace_start(struct tracectx *t) in trace_start()
144 static int trace_stop(struct tracectx *t) in trace_stop()
184 static int etb_getdatalen(struct tracectx *t) in etb_getdatalen()
210 struct tracectx *t = &tracer; in etm_dump() local
275 struct tracectx *t = file->private_data; in etb_read() local
343 struct tracectx *t = &tracer; in etb_probe() local
398 struct tracectx *t = amba_get_drvdata(dev); in etb_remove() local
535 struct tracectx *t = &tracer; in etm_probe() local
[all …]
/linux-2.6.39/include/crypto/
Dgf128mul.h170 be128 t[256]; member
178 static inline void gf128mul_free_4k(struct gf128mul_4k *t) in gf128mul_free_4k()
187 struct gf128mul_4k *t[16]; member
/linux-2.6.39/net/sctp/
Dtransport.c231 static struct dst_entry *sctp_transport_dst_check(struct sctp_transport *t) in sctp_transport_dst_check()
244 void sctp_transport_update_pmtu(struct sctp_transport *t, u32 pmtu) in sctp_transport_update_pmtu()
574 void sctp_transport_burst_limited(struct sctp_transport *t) in sctp_transport_burst_limited()
593 void sctp_transport_burst_reset(struct sctp_transport *t) in sctp_transport_burst_reset()
602 unsigned long sctp_transport_timeout(struct sctp_transport *t) in sctp_transport_timeout()
613 void sctp_transport_reset(struct sctp_transport *t) in sctp_transport_reset()
/linux-2.6.39/drivers/ide/
Dide-timings.c72 struct ide_timing *t; in ide_timing_find_mode() local
84 struct ide_timing *t = ide_timing_find_mode(XFER_PIO_0 + pio); in ide_pio_cycle_time() local
109 static void ide_timing_quantize(struct ide_timing *t, struct ide_timing *q, in ide_timing_quantize()
145 struct ide_timing *t, int T, int UT) in ide_timing_compute()

12345678910>>...44