Home
last modified time | relevance | path

Searched defs:t (Results 1 – 200 of 1441) sorted by relevance

12345678

/linux-4.1.27/arch/powerpc/crypto/
Dsha1-powerpc-asm.S15 #define RT(t) ((((t)+5)%6)+7) argument
16 #define RA(t) ((((t)+4)%6)+7) argument
17 #define RB(t) ((((t)+3)%6)+7) argument
18 #define RC(t) ((((t)+2)%6)+7) argument
19 #define RD(t) ((((t)+1)%6)+7) argument
20 #define RE(t) ((((t)+0)%6)+7) argument
23 #define W(t) (((t)%16)+16) argument
25 #define LOADW(t) \ argument
28 #define STEPD0_LOAD(t) \ argument
40 #define STEPD0_UPDATE(t) \ argument
[all …]
/linux-4.1.27/drivers/scsi/esas2r/
Desas2r_targdb.c48 struct esas2r_target *t; in esas2r_targ_db_initialize() local
61 struct esas2r_target *t; in esas2r_targ_db_remove_all() local
84 struct esas2r_target *t; in esas2r_targ_db_report_changes() local
123 struct esas2r_target *t; in esas2r_targ_db_add_raid() local
177 struct esas2r_target *t; in esas2r_targ_db_add_pthru() local
221 void esas2r_targ_db_remove(struct esas2r_adapter *a, struct esas2r_target *t) in esas2r_targ_db_remove()
235 struct esas2r_target *t; in esas2r_targ_db_find_by_sas_addr() local
248 struct esas2r_target *t; in esas2r_targ_db_find_by_ident() local
265 struct esas2r_target *t = a->targetdb + id; in esas2r_targ_db_find_next_present() local
279 struct esas2r_target *t; in esas2r_targ_db_find_by_virt_id() local
[all …]
Desas2r_disc.c944 struct esas2r_target *t = NULL; in esas2r_disc_passthru_dev_addr_cb() local
1048 struct esas2r_target *t; in esas2r_disc_dev_remove() local
1087 struct esas2r_target *t = dc->curr_targ; in esas2r_disc_dev_add() local
1161 struct esas2r_target *t; in esas2r_disc_fix_curr_requests() local
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-reg.h209 #define SAA7134_TASK_CONDITIONS(t) (0x000 +t) argument
210 #define SAA7134_FIELD_HANDLING(t) (0x001 +t) argument
211 #define SAA7134_DATA_PATH(t) (0x002 +t) argument
212 #define SAA7134_VBI_H_START1(t) (0x004 +t) argument
213 #define SAA7134_VBI_H_START2(t) (0x005 +t) argument
214 #define SAA7134_VBI_H_STOP1(t) (0x006 +t) argument
215 #define SAA7134_VBI_H_STOP2(t) (0x007 +t) argument
216 #define SAA7134_VBI_V_START1(t) (0x008 +t) argument
217 #define SAA7134_VBI_V_START2(t) (0x009 +t) argument
218 #define SAA7134_VBI_V_STOP1(t) (0x00a +t) argument
[all …]
/linux-4.1.27/drivers/md/
Ddm-cache-policy.c22 struct dm_cache_policy_type *t; in __find_policy() local
33 struct dm_cache_policy_type *t = __find_policy(name); in __get_policy_once() local
45 struct dm_cache_policy_type *t; in get_policy_once() local
56 struct dm_cache_policy_type *t; in get_policy() local
74 static void put_policy(struct dm_cache_policy_type *t) in put_policy()
138 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_destroy() local
147 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_get_name() local
159 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_get_version() local
167 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_get_hint_size() local
Ddm-table.c94 static inline sector_t *get_node(struct dm_table *t, in get_node()
104 static sector_t high(struct dm_table *t, unsigned int l, unsigned int n) in high()
119 static int setup_btree_index(unsigned int l, struct dm_table *t) in setup_btree_index()
156 static int alloc_targets(struct dm_table *t, unsigned int num) in alloc_targets()
186 struct dm_table *t = kzalloc(sizeof(*t), GFP_KERNEL); in dm_table_create() local
229 void dm_table_destroy(struct dm_table *t) in dm_table_destroy()
377 struct dm_table *t = ti->table; in dm_get_device() local
666 int dm_table_add_target(struct dm_table *t, const char *type, in dm_table_add_target()
829 static int dm_table_set_type(struct dm_table *t) in dm_table_set_type()
921 unsigned dm_table_get_type(struct dm_table *t) in dm_table_get_type()
[all …]
Ddm.h93 #define dm_target_is_valid(t) ((t)->table) argument
98 #define dm_target_bio_based(t) ((t)->type->map != NULL) argument
103 #define dm_target_request_based(t) (((t)->type->map_rq != NULL) || \ argument
110 #define dm_target_hybrid(t) (dm_target_bio_based(t) && dm_target_request_based(t)) argument
/linux-4.1.27/include/linux/
Dsyscalls.h93 #define __MAP1(m,t,a) m(t,a) argument
94 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument
95 #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) argument
96 #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) argument
97 #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) argument
98 #define __MAP6(m,t,a,...) m(t,a), __MAP5(m,__VA_ARGS__) argument
101 #define __SC_DECL(t, a) t a argument
102 #define __TYPE_IS_L(t) (__same_type((t)0, 0L)) argument
103 #define __TYPE_IS_UL(t) (__same_type((t)0, 0UL)) argument
104 #define __TYPE_IS_LL(t) (__same_type((t)0, 0LL) || __same_type((t)0, 0ULL)) argument
[all …]
Delfcore.h30 static inline int elf_core_copy_task_regs(struct task_struct *t, elf_gregset_t* elfregs) in elf_core_copy_task_regs()
42 static inline int elf_core_copy_task_fpregs(struct task_struct *t, struct pt_regs *regs, elf_fpregs… in elf_core_copy_task_fpregs()
52 static inline int elf_core_copy_task_xfpregs(struct task_struct *t, elf_fpxregset_t *xfpu) in elf_core_copy_task_xfpregs()
Dinterrupt.h507 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock()
512 static inline void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock()
518 static inline void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait()
523 #define tasklet_trylock(t) 1 argument
524 #define tasklet_unlock_wait(t) do { } while (0) argument
525 #define tasklet_unlock(t) do { } while (0) argument
530 static inline void tasklet_schedule(struct tasklet_struct *t) in tasklet_schedule()
538 static inline void tasklet_hi_schedule(struct tasklet_struct *t) in tasklet_hi_schedule()
552 static inline void tasklet_hi_schedule_first(struct tasklet_struct *t) in tasklet_hi_schedule_first()
559 static inline void tasklet_disable_nosync(struct tasklet_struct *t) in tasklet_disable_nosync()
[all …]
Dlockdep.h381 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) argument
486 #define lock_acquire_exclusive(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, n, i) argument
487 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) argument
488 #define lock_acquire_shared_recursive(l, s, t, n, i) lock_acquire(l, s, t, 2, 1, n, i) argument
490 #define spin_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
491 #define spin_acquire_nest(l, s, t, n, i) lock_acquire_exclusive(l, s, t, n, i) argument
494 #define rwlock_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
495 #define rwlock_acquire_read(l, s, t, i) lock_acquire_shared_recursive(l, s, t, NULL, i) argument
498 #define seqcount_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
499 #define seqcount_acquire_read(l, s, t, i) lock_acquire_shared_recursive(l, s, t, NULL, i) argument
[all …]
Dnls.h61 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower()
68 static inline unsigned char nls_toupper(struct nls_table *t, unsigned char c) in nls_toupper()
75 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp()
Dcapability.h218 static inline bool has_capability(struct task_struct *t, int cap) in has_capability()
222 static inline bool has_ns_capability(struct task_struct *t, in has_ns_capability()
227 static inline bool has_capability_noaudit(struct task_struct *t, int cap) in has_capability_noaudit()
231 static inline bool has_ns_capability_noaudit(struct task_struct *t, in has_ns_capability_noaudit()
Dprofile.h122 static inline int profile_event_register(enum profile_type t, struct notifier_block * n) in profile_event_register()
127 static inline int profile_event_unregister(enum profile_type t, struct notifier_block * n) in profile_event_unregister()
/linux-4.1.27/drivers/media/pci/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-4.1.27/arch/powerpc/include/asm/
Dswitch_to.h53 static inline void flush_fp_to_thread(struct task_struct *t) { } in flush_fp_to_thread()
54 static inline void giveup_fpu(struct task_struct *t) { } in giveup_fpu()
62 static inline void flush_altivec_to_thread(struct task_struct *t) in flush_altivec_to_thread()
65 static inline void giveup_altivec(struct task_struct *t) in giveup_altivec()
73 static inline void flush_vsx_to_thread(struct task_struct *t) in flush_vsx_to_thread()
81 static inline void flush_spe_to_thread(struct task_struct *t) in flush_spe_to_thread()
86 static inline void clear_task_ebb(struct task_struct *t) in clear_task_ebb()
Datomic.h17 int t; in atomic_read() local
78 int t; in ATOMIC_OPS() local
93 int t; in atomic_inc_return() local
122 int t; in atomic_dec() local
137 int t; in atomic_dec_return() local
168 int t; in __atomic_add_unless() local
230 int t; in atomic_dec_if_positive() local
257 long t; in atomic64_read() local
316 long t; in ATOMIC64_OPS() local
330 long t; in atomic64_inc_return() 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
Dmutex.h9 int t; in __mutex_cmpxchg_lock() local
30 int t; in __mutex_dec_return_lock() local
48 int t; in __mutex_inc_return_unlock() local
Dppc-opcode.h257 #define ___PPC_RT(t) ___PPC_RS(t) argument
262 #define __PPC_RT(t) ___PPC_RT(__REG_##t) argument
267 #define __PPC_T_TLB(t) (((t) & 0x3) << 21) argument
274 #define __PPC_CT(t) (((t) & 0x0f) << 21) argument
305 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \ argument
310 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ argument
328 #define PPC_TLBILX(t, a, b) stringify_in_c(.long PPC_INST_TLBILX | \ argument
346 #define PPC_ERATILX(t, a, b) stringify_in_c(.long PPC_INST_ERATILX | \ argument
351 #define PPC_ERATSX(t, a, w) stringify_in_c(.long PPC_INST_ERATSX | \ argument
353 #define PPC_ERATSX_DOT(t, a, w) stringify_in_c(.long PPC_INST_ERATSX_DOT | \ argument
[all …]
/linux-4.1.27/drivers/media/v4l2-core/
Dtuner-core.c207 struct tuner *t = fe->analog_demod_priv; in fe_set_params() local
227 struct tuner *t = fe->analog_demod_priv; in fe_set_config() local
268 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_type() local
490 struct tuner *t = to_tuner(sd); in tuner_s_type_addr() local
525 struct tuner *t = to_tuner(sd); in tuner_s_config() local
599 struct tuner *t; in tuner_probe() local
732 struct tuner *t = to_tuner(i2c_get_clientdata(client)); in tuner_remove() local
765 static inline int check_mode(struct tuner *t, enum v4l2_tuner_type mode) in check_mode()
788 static int set_mode(struct tuner *t, enum v4l2_tuner_type mode) in set_mode()
812 static void set_freq(struct tuner *t, unsigned int freq) in set_freq()
[all …]
Dv4l2-dv-timings.c149 bool v4l2_valid_dv_timings(const struct v4l2_dv_timings *t, in v4l2_valid_dv_timings()
176 int v4l2_enum_dv_timings_cap(struct v4l2_enum_dv_timings *t, in v4l2_enum_dv_timings_cap()
196 bool v4l2_find_dv_timings_cap(struct v4l2_dv_timings *t, in v4l2_find_dv_timings_cap()
254 const struct v4l2_dv_timings *t, bool detailed) in v4l2_print_dv_timings()
/linux-4.1.27/net/ipv6/
Dip6_tunnel.c129 struct dst_entry *ip6_tnl_dst_check(struct ip6_tnl *t) in ip6_tnl_dst_check()
144 void ip6_tnl_dst_reset(struct ip6_tnl *t) in ip6_tnl_dst_reset()
151 void ip6_tnl_dst_store(struct ip6_tnl *t, struct dst_entry *dst) in ip6_tnl_dst_store()
178 struct ip6_tnl *t; in ip6_tnl_lookup() local
243 ip6_tnl_link(struct ip6_tnl_net *ip6n, struct ip6_tnl *t) in ip6_tnl_link()
257 ip6_tnl_unlink(struct ip6_tnl_net *ip6n, struct ip6_tnl *t) in ip6_tnl_unlink()
280 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_create2() local
317 struct ip6_tnl *t; in ip6_tnl_create() local
368 struct ip6_tnl *t; in ip6_tnl_locate() local
398 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_dev_uninit() local
[all …]
Dip6_vti.c96 struct ip6_tnl *t; in vti6_tnl_lookup() local
155 vti6_tnl_link(struct vti6_net *ip6n, struct ip6_tnl *t) in vti6_tnl_link()
164 vti6_tnl_unlink(struct vti6_net *ip6n, struct ip6_tnl *t) in vti6_tnl_unlink()
187 struct ip6_tnl *t = netdev_priv(dev); in vti6_tnl_create2() local
211 struct ip6_tnl *t; in vti6_tnl_create() local
262 struct ip6_tnl *t; in vti6_locate() local
290 struct ip6_tnl *t = netdev_priv(dev); in vti6_dev_uninit() local
302 struct ip6_tnl *t; in vti6_rcv() local
343 struct ip6_tnl *t = XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip6; in vti6_rcv_cb() local
395 vti6_addr_conflict(const struct ip6_tnl *t, const struct ipv6hdr *hdr) in vti6_addr_conflict()
[all …]
Dip6_gre.c122 struct ip6_tnl *t, *cand = NULL; in ip6gre_tunnel_lookup() local
255 const struct ip6_tnl *t) in ip6gre_bucket()
260 static void ip6gre_tunnel_link(struct ip6gre_net *ign, struct ip6_tnl *t) in ip6gre_tunnel_link()
268 static void ip6gre_tunnel_unlink(struct ip6gre_net *ign, struct ip6_tnl *t) in ip6gre_tunnel_unlink()
291 struct ip6_tnl *t; in ip6gre_tunnel_find() local
311 struct ip6_tnl *t, *nt; in ip6gre_tunnel_locate() local
360 struct ip6_tnl *t = netdev_priv(dev); in ip6gre_tunnel_uninit() local
375 struct ip6_tnl *t; in ip6gre_err() local
778 struct ip6_tnl *t = netdev_priv(dev); in ip6gre_xmit_ipv4() local
814 struct ip6_tnl *t = netdev_priv(dev); in ip6gre_xmit_ipv6() local
[all …]
Dsit.c98 struct ip_tunnel *t; in ipip6_tunnel_lookup() local
146 struct ip_tunnel *t) in ipip6_bucket()
151 static void ipip6_tunnel_unlink(struct sit_net *sitn, struct ip_tunnel *t) in ipip6_tunnel_unlink()
166 static void ipip6_tunnel_link(struct sit_net *sitn, struct ip_tunnel *t) in ipip6_tunnel_link()
177 struct ip_tunnel *t = netdev_priv(dev); in ipip6_tunnel_clone_6rd() local
193 struct ip_tunnel *t = netdev_priv(dev); in ipip6_tunnel_create() local
226 struct ip_tunnel *t, *nt; in ipip6_tunnel_locate() local
279 __ipip6_tunnel_locate_prl(struct ip_tunnel *t, __be32 addr) in __ipip6_tunnel_locate_prl()
290 static int ipip6_tunnel_get_prl(struct ip_tunnel *t, in ipip6_tunnel_get_prl()
354 ipip6_tunnel_add_prl(struct ip_tunnel *t, struct ip_tunnel_prl *a, int chg) in ipip6_tunnel_add_prl()
[all …]
Dipcomp6.c88 struct xfrm_state *t = NULL; in ipcomp6_tunnel_create() local
125 struct xfrm_state *t = NULL; in ipcomp6_tunnel_attach() local
Dtunnel6.c41 struct xfrm6_tunnel *t; in xfrm6_tunnel_register() local
72 struct xfrm6_tunnel *t; in xfrm6_tunnel_deregister() local
/linux-4.1.27/drivers/net/ethernet/chelsio/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()
Dcxgb3_offload.c310 struct ch_mem_range *t = data; in cxgb_rdma_ctl() local
503 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_free_atid() local
523 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_free_stid() local
538 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_insert_tid() local
629 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_remove_tid() local
654 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_alloc_atid() local
678 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_alloc_stid() local
799 struct tid_info *t = &(T3C_DATA(dev))->tid_maps; in do_cr() local
893 struct tid_info *t = &(T3C_DATA(dev))->tid_maps; in do_act_establish() local
1181 static int init_tid_tabs(struct tid_info *t, unsigned int ntids, in init_tid_tabs()
[all …]
/linux-4.1.27/drivers/target/iscsi/
Discsi_target_transport.c10 struct iscsit_transport *t; in iscsit_get_transport() local
27 void iscsit_put_transport(struct iscsit_transport *t) in iscsit_put_transport()
32 int iscsit_register_transport(struct iscsit_transport *t) in iscsit_register_transport()
46 void iscsit_unregister_transport(struct iscsit_transport *t) in iscsit_unregister_transport()
/linux-4.1.27/drivers/pci/pcie/aer/
Daerdrv_errprint.c32 #define AER_AGENT_REQUESTER_MASK(t) ((t == AER_CORRECTABLE) ? \ argument
34 #define AER_AGENT_COMPLETER_MASK(t) ((t == AER_CORRECTABLE) ? \ argument
36 #define AER_AGENT_TRANSMITTER_MASK(t) ((t == AER_CORRECTABLE) ? \ argument
39 #define AER_GET_AGENT(t, e) \ argument
49 #define AER_PHYSICAL_LAYER_ERROR_MASK(t) ((t == AER_CORRECTABLE) ? \ argument
51 #define AER_DATA_LINK_LAYER_ERROR_MASK(t) ((t == AER_CORRECTABLE) ? \ argument
57 #define AER_GET_LAYER_ERROR(t, e) \ argument
133 struct aer_header_log_regs *t) in __print_tlp_header()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-prim.c73 void cfs_init_timer(struct timer_list *t) in cfs_init_timer()
79 void cfs_timer_init(struct timer_list *t, cfs_timer_func_t *func, void *arg) in cfs_timer_init()
87 void cfs_timer_done(struct timer_list *t) in cfs_timer_done()
93 void cfs_timer_arm(struct timer_list *t, unsigned long deadline) in cfs_timer_arm()
99 void cfs_timer_disarm(struct timer_list *t) in cfs_timer_disarm()
105 int cfs_timer_is_armed(struct timer_list *t) in cfs_timer_is_armed()
111 unsigned long cfs_timer_deadline(struct timer_list *t) in cfs_timer_deadline()
/linux-4.1.27/drivers/media/usb/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-4.1.27/lib/
Dsha1.c51 #define SHA_SRC(t) get_unaligned_be32((__u32 *)data + t) argument
52 #define SHA_MIX(t) rol32(W(t+13) ^ W(t+8) ^ W(t+2) ^ W(t), 1) argument
54 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
59 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
60 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
61 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument
62 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument
63 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument
Dcrc8.c33 u8 t = msbit; in crc8_populate_msb() local
54 u8 t = 1; in crc8_populate_lsb() local
Dts_fsm.c130 static inline int match_token(struct ts_fsm_token *t, u8 d) in match_token()
276 struct ts_fsm_token *t = &tokens[i]; in fsm_init() local
296 struct ts_fsm_token *t = &fsm->tokens[i]; in fsm_init() local
Dsort.c13 u32 t = *(u32 *)a; in u32_swap() local
20 char t; in generic_swap() local
Dinflate.c143 struct huft *t; /* pointer to next level of table */ member
327 struct huft **t, /* result: starting table */ in huft_build()
567 struct huft *t /* table to free */ in huft_free()
600 struct huft *t; /* pointer to table entry */ in inflate_codes() local
1038 unsigned t; /* block type */ in inflate_block() local
/linux-4.1.27/kernel/sched/
Dstats.h51 static inline void sched_info_reset_dequeued(struct task_struct *t) in sched_info_reset_dequeued()
62 static inline void sched_info_dequeued(struct rq *rq, struct task_struct *t) in sched_info_dequeued()
80 static void sched_info_arrive(struct rq *rq, struct task_struct *t) in sched_info_arrive()
99 static inline void sched_info_queued(struct rq *rq, struct task_struct *t) in sched_info_queued()
114 static inline void sched_info_depart(struct rq *rq, struct task_struct *t) in sched_info_depart()
153 #define sched_info_queued(rq, t) do { } while (0) argument
154 #define sched_info_reset_dequeued(t) do { } while (0) argument
155 #define sched_info_dequeued(rq, t) do { } while (0) argument
156 #define sched_info_depart(rq, t) do { } while (0) argument
158 #define sched_info_switch(rq, t, next) do { } while (0) argument
Dcputime.c290 struct task_struct *t; in thread_group_cputime() local
755 void vtime_init_idle(struct task_struct *t, int cpu) in vtime_init_idle()
765 cputime_t task_gtime(struct task_struct *t) in task_gtime()
788 fetch_task_cputime(struct task_struct *t, in fetch_task_cputime()
828 void task_cputime(struct task_struct *t, cputime_t *utime, cputime_t *stime) in task_cputime()
840 void task_cputime_scaled(struct task_struct *t, in task_cputime_scaled()
/linux-4.1.27/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()
Drtctimer.c67 rtctimer_open(struct snd_timer *t) in rtctimer_open()
79 rtctimer_close(struct snd_timer *t) in rtctimer_close()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/linux/
Dlinux-time.h63 static inline void cfs_fs_time_usec(struct timespec *t, struct timeval *v) in cfs_fs_time_usec()
78 static inline void cfs_fs_time_current(struct timespec *t) in cfs_fs_time_current()
83 static inline time_t cfs_fs_time_sec(struct timespec *t) in cfs_fs_time_sec()
101 __u64 t; in cfs_duration_usec() local
115 static inline __u64 cfs_time_add_64(__u64 t, __u64 d) in cfs_time_add_64()
/linux-4.1.27/include/linux/sunrpc/
Dsched.h127 #define RPC_IS_ASYNC(t) ((t)->tk_flags & RPC_TASK_ASYNC) argument
128 #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER) argument
129 #define RPC_DO_ROOTOVERRIDE(t) ((t)->tk_flags & RPC_TASK_ROOTCREDS) argument
130 #define RPC_ASSASSINATED(t) ((t)->tk_flags & RPC_TASK_KILLED) argument
131 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT)) argument
132 #define RPC_IS_SOFTCONN(t) ((t)->tk_flags & RPC_TASK_SOFTCONN) argument
133 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT) argument
139 #define RPC_IS_RUNNING(t) test_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) argument
140 #define rpc_set_running(t) set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) argument
141 #define rpc_test_and_set_running(t) \ argument
[all …]
/linux-4.1.27/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-4.1.27/drivers/media/dvb-frontends/
Dlgs8gxx.c118 u8 t; in wait_reg_mask() local
196 u8 reg_addr, t; in lgs8gxx_get_afc_phase() local
220 u8 t; in lgs8gxx_set_mode_auto() local
267 u8 t; in lgs8gxx_set_mode_manual() local
312 u8 t; in lgs8gxx_is_locked() local
457 u8 t; in lgs8gxx_auto_detect() local
504 u8 t; in lgs8gxx_auto_lock() local
535 u8 t, reg_addr; in lgs8gxx_set_mpeg_mode() local
575 u8 t; in lgs8913_init() local
739 u8 t, locked = 0; in lgs8gxx_read_status() local
[all …]
Datbm8830.c104 u64 t; in set_osc_freq() local
122 u64 t; in set_if_freq() local
364 u8 t; in atbm8830_read_ber() local
388 u8 t; in atbm8830_read_signal_strength() local
/linux-4.1.27/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-4.1.27/drivers/block/aoe/
Daoecmd.c129 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h) in aoehdr_atainit()
157 ifrotate(struct aoetgt *t) in ifrotate()
195 struct aoetgt *t; in aoe_freetframe() local
206 newtframe(struct aoedev *d, struct aoetgt *t) in newtframe()
253 struct aoetgt *t, **tt; in newframe() local
320 struct aoetgt *t; in ata_rw_frameinit() local
458 struct aoetgt *t; in resend() local
544 getif(struct aoetgt *t, struct net_device *nd) in getif()
557 ejectif(struct aoetgt *t, struct aoeif *ifp) in ejectif()
599 probe(struct aoetgt *t) in probe()
[all …]
/linux-4.1.27/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-4.1.27/drivers/staging/gdm72xx/
Dgdm_usb.c54 struct usb_tx *t = kzalloc(sizeof(*t), GFP_ATOMIC); in alloc_tx_struct() local
73 static void free_tx_struct(struct usb_tx *t) in free_tx_struct()
114 struct usb_tx *t; in get_tx_struct() local
130 static void put_tx_struct(struct tx_cxt *tx, struct usb_tx *t) in put_tx_struct()
164 struct usb_tx *t, *t_next; in release_usb() local
207 struct usb_tx *t; in init_usb() local
254 struct usb_tx *t = urb->context; in __gdm_usb_send_complete() local
278 struct usb_tx *t = urb->context; in gdm_usb_send_complete() local
293 struct usb_tx *t; in gdm_usb_send() local
410 struct usb_tx *t; in gdm_usb_rcv_complete() local
[all …]
Dgdm_sdio.c43 struct sdio_tx *t = kzalloc(sizeof(*t), GFP_ATOMIC); in alloc_tx_struct() local
59 static void free_tx_struct(struct sdio_tx *t) in free_tx_struct()
85 struct sdio_tx *t; in get_tx_struct() local
99 static void put_tx_struct(struct tx_cxt *tx, struct sdio_tx *t) in put_tx_struct()
128 struct sdio_tx *t, *t_next; in release_sdio() local
166 struct sdio_tx *t; in init_sdio() local
252 struct sdio_tx *t; in send_sdu() local
311 struct sdio_tx *t) in send_hci()
332 struct sdio_tx *t = NULL; in do_tx() local
382 struct sdio_tx *t; in gdm_sdio_send() local
/linux-4.1.27/tools/perf/util/scripting-engines/
Dtrace-event-python.c137 PyObject *t; in define_value() local
178 PyObject *t; in define_field() local
387 PyObject *handler, *context, *t, *obj, *callchain; in python_process_tracepoint() local
485 PyObject *t; in tuple_new() local
493 static int tuple_set_u64(PyObject *t, unsigned int pos, u64 val) in tuple_set_u64()
503 static int tuple_set_s32(PyObject *t, unsigned int pos, s32 val) in tuple_set_s32()
508 static int tuple_set_string(PyObject *t, unsigned int pos, const char *s) in tuple_set_string()
516 PyObject *t; in python_export_evsel() local
534 PyObject *t; in python_export_machine() local
553 PyObject *t; in python_export_thread() local
[all …]
/linux-4.1.27/drivers/rtc/
Drtc-ls1x.c80 #define ls1x_get_sec(t) (((t) >> LS1X_SEC_OFFSET) & LS1X_SEC_MASK) argument
81 #define ls1x_get_min(t) (((t) >> LS1X_MIN_OFFSET) & LS1X_MIN_MASK) argument
82 #define ls1x_get_hour(t) (((t) >> LS1X_HOUR_OFFSET) & LS1X_HOUR_MASK) argument
83 #define ls1x_get_day(t) (((t) >> LS1X_DAY_OFFSET) & LS1X_DAY_MASK) argument
84 #define ls1x_get_month(t) (((t) >> LS1X_MONTH_OFFSET) & LS1X_MONTH_MASK) argument
90 unsigned long v, t; in ls1x_rtc_read_time() local
106 unsigned long v, t, c; in ls1x_rtc_set_time() local
Drtc-au1xxx.c33 unsigned long t; in au1xtoy_rtc_read_time() local
44 unsigned long t; in au1xtoy_rtc_set_time() local
67 unsigned long t; in au1xtoy_rtc_probe() local
/linux-4.1.27/drivers/md/bcache/
Dbset.c290 struct bset_tree *t = b->set; in bch_btree_keys_free() local
314 struct bset_tree *t = b->set; in bch_btree_keys_alloc() local
422 static unsigned to_inorder(unsigned j, struct bset_tree *t) in to_inorder()
442 static unsigned inorder_to_tree(unsigned j, struct bset_tree *t) in inorder_to_tree()
503 static struct bkey *cacheline_to_bkey(struct bset_tree *t, unsigned cacheline, in cacheline_to_bkey()
509 static unsigned bkey_to_cacheline(struct bset_tree *t, struct bkey *k) in bkey_to_cacheline()
514 static unsigned bkey_to_cacheline_offset(struct bset_tree *t, in bkey_to_cacheline_offset()
521 static struct bkey *tree_to_bkey(struct bset_tree *t, unsigned j) in tree_to_bkey()
526 static struct bkey *tree_to_prev_bkey(struct bset_tree *t, unsigned j) in tree_to_prev_bkey()
535 static struct bkey *table_to_bkey(struct bset_tree *t, unsigned cacheline) in table_to_bkey()
[all …]
/linux-4.1.27/net/netfilter/
Dxt_recent.c148 static void recent_entry_remove(struct recent_table *t, struct recent_entry *e) in recent_entry_remove()
159 static void recent_entry_reap(struct recent_table *t, unsigned long time) in recent_entry_reap()
176 recent_entry_init(struct recent_table *t, const union nf_inet_addr *addr, in recent_entry_init()
207 static void recent_entry_update(struct recent_table *t, struct recent_entry *e) in recent_entry_update()
219 struct recent_table *t; in recent_table_lookup() local
227 static void recent_table_flush(struct recent_table *t) in recent_table_flush()
243 struct recent_table *t; in recent_mt() local
332 struct recent_table *t; in recent_mt_check() local
458 struct recent_table *t; in recent_mt_destroy() local
486 const struct recent_table *t = st->table; in recent_seq_start() local
[all …]
Dxt_HMARK.c78 hmark_ct_set_htuple(const struct sk_buff *skb, struct hmark_tuple *t, in hmark_ct_set_htuple()
117 hmark_hash(struct hmark_tuple *t, const struct xt_hmark_info *info) in hmark_hash()
134 struct hmark_tuple *t, const struct xt_hmark_info *info) in hmark_set_tuple_ports()
166 hmark_pkt_set_htuple_ipv6(const struct sk_buff *skb, struct hmark_tuple *t, in hmark_pkt_set_htuple_ipv6()
215 struct hmark_tuple t; in hmark_tg_v6() local
255 hmark_pkt_set_htuple_ipv4(const struct sk_buff *skb, struct hmark_tuple *t, in hmark_pkt_set_htuple_ipv4()
296 struct hmark_tuple t; in hmark_tg_v4() local
Dnf_conntrack_extend.c25 struct nf_ct_ext_type *t; in __nf_ct_ext_destroy() local
51 struct nf_ct_ext_type *t; in nf_ct_ext_create() local
77 struct nf_ct_ext_type *t; in __nf_ct_ext_add_length() local
/linux-4.1.27/arch/x86/lib/
Dinsn.c30 #define validate_next(t, insn, n) \ argument
33 #define __get_next(t, insn) \ argument
36 #define __peek_nbyte_next(t, insn, n) \ argument
39 #define get_next(t, insn) \ argument
42 #define peek_nbyte_next(t, insn, n) \ argument
45 #define peek_next(t, insn) peek_nbyte_next(t, insn, 0) argument
/linux-4.1.27/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()
Damd74xx.c53 u8 t = 0, offset = amd_offset(dev); in amd_set_speed() local
86 struct ide_timing t, p; in amd_set_drive() local
127 u8 t = 0, offset = amd_offset(dev); in amd7411_cable_detect() local
147 u8 t = 0, offset = amd_offset(dev); in init_chipset_amd74xx() local
Dht6560b.c207 struct ide_timing *t = ide_timing_find_mode(XFER_PIO_0 + pio); in ht_pio2timings() local
254 int t = HT_PREFETCH_MODE << 8; in ht_set_prefetch() local
312 int t = (HT_CONFIG_DEFAULT << 8) | HT_TIMING_DEFAULT; in ht6560b_init_dev() local
Dali14xx.c120 struct ide_timing *t = ide_timing_find_mode(XFER_PIO_0 + pio); in ali14xx_set_pio_mode() local
152 u8 t; in findPort() local
184 u8 t; in initRegisters() local
Dalim15x3.c65 struct ide_timing *t, u8 ultra) in ali_program_timings()
107 struct ide_timing t; in ali_set_pio_mode() local
173 struct ide_timing t; in ali_set_dma_mode() local
/linux-4.1.27/arch/sparc/lib/
Dbitext.c27 int bit_map_string_get(struct bit_map *t, int len, int align) in bit_map_string_get()
102 void bit_map_clear(struct bit_map *t, int offset, int len) in bit_map_clear()
120 void bit_map_init(struct bit_map *t, unsigned long *map, int size) in bit_map_init()
/linux-4.1.27/arch/mips/ath79/
Ddev-wmac.c78 u32 t; in ar933x_wmac_setup() local
103 u32 t; in ar934x_wmac_setup() local
121 u32 t; in qca955x_wmac_setup() local
Dcommon.c63 u32 t; in ath79_device_reset_set() local
91 u32 t; in ath79_device_reset_clear() local
Dirq.c55 u32 t; in ar71xx_misc_irq_unmask() local
68 u32 t; in ar71xx_misc_irq_mask() local
81 u32 t; in ar724x_misc_irq_ack() local
/linux-4.1.27/net/bridge/
Dbr_stp.c70 int t; in br_should_become_root_port() local
254 int t; in br_should_become_designated_port() local
297 int t; in br_supersedes_port_info() local
530 unsigned long t = clock_t_to_jiffies(val); in br_set_hello_time() local
545 unsigned long t = clock_t_to_jiffies(val); in br_set_max_age() local
559 void __br_set_forward_delay(struct net_bridge *br, unsigned long t) in __br_set_forward_delay()
568 unsigned long t = clock_t_to_jiffies(val); in br_set_forward_delay() local
/linux-4.1.27/net/ipv4/
Dip_tunnel.c83 static noinline void tunnel_dst_set(struct ip_tunnel *t, in tunnel_dst_set()
89 static void tunnel_dst_reset(struct ip_tunnel *t) in tunnel_dst_reset()
94 void ip_tunnel_dst_reset_all(struct ip_tunnel *t) in ip_tunnel_dst_reset_all()
103 static struct rtable *tunnel_rtable_get(struct ip_tunnel *t, in tunnel_rtable_get()
157 struct ip_tunnel *t, *cand = NULL; in ip_tunnel_lookup() local
260 static void ip_tunnel_add(struct ip_tunnel_net *itn, struct ip_tunnel *t) in ip_tunnel_add()
267 static void ip_tunnel_del(struct ip_tunnel *t) in ip_tunnel_del()
281 struct ip_tunnel *t = NULL; in ip_tunnel_find() local
543 int ip_tunnel_encap_setup(struct ip_tunnel *t, in ip_tunnel_encap_setup()
566 int ip_tunnel_encap(struct sk_buff *skb, struct ip_tunnel *t, in ip_tunnel_encap()
[all …]
Dfib_trie.c475 static struct key_vector *replace(struct trie *t, in replace()
504 static struct key_vector *inflate(struct trie *t, in inflate()
600 static struct key_vector *halve(struct trie *t, in halve()
655 static struct key_vector *collapse(struct trie *t, in collapse()
812 static struct key_vector *resize(struct trie *t, struct key_vector *tn) in resize()
912 static struct key_vector *fib_find_node(struct trie *t, in fib_find_node()
983 static void trie_rebalance(struct trie *t, struct key_vector *tn) in trie_rebalance()
989 static int fib_insert_node(struct trie *t, struct key_vector *tp, in fib_insert_node()
1038 static int fib_insert_alias(struct trie *t, struct key_vector *tp, in fib_insert_alias()
1077 struct trie *t = (struct trie *)tb->tb_data; in fib_table_insert() local
[all …]
Dip_gre.c146 struct ip_tunnel *t; in ipgre_err() local
373 struct ip_tunnel *t = netdev_priv(dev); in ipgre_header() local
410 struct ip_tunnel *t = netdev_priv(dev); in ipgre_open() local
436 struct ip_tunnel *t = netdev_priv(dev); in ipgre_close() local
708 struct ip_tunnel *t = netdev_priv(dev); in ipgre_newlink() local
726 struct ip_tunnel *t = netdev_priv(dev); in ipgre_changelink() local
773 struct ip_tunnel *t = netdev_priv(dev); in ipgre_fill_info() local
Dipcomp.c63 struct xfrm_state *t; in ipcomp_tunnel_create() local
102 struct xfrm_state *t; in ipcomp_tunnel_attach() local
Dtunnel4.c29 struct xfrm_tunnel *t; in xfrm4_tunnel_register() local
61 struct xfrm_tunnel *t; in xfrm4_tunnel_deregister() local
Dipip.c139 struct ip_tunnel *t; in ipip_err() local
387 struct ip_tunnel *t = netdev_priv(dev); in ipip_newlink() local
405 struct ip_tunnel *t = netdev_priv(dev); in ipip_changelink() local
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dfasttimer.c209 void start_one_shot_timer(struct fast_timer *t, in start_one_shot_timer()
294 static inline int fast_timer_pending (const struct fast_timer * t) in fast_timer_pending()
299 static inline int detach_fast_timer (struct fast_timer *t) in detach_fast_timer()
316 int del_fast_timer(struct fast_timer * t) in del_fast_timer()
336 struct fast_timer *t; in timer1_handler() local
478 struct fast_timer t; in schedule_usleep() local
502 struct fast_timer *t, *nextt; in proc_fasttimer_show() local
771 struct fast_timer *t = &tr[j]; in fast_timer_test() local
/linux-4.1.27/drivers/clocksource/
Dmeson6_timer.c27 #define TIMER_ISA_VAL(t) (((t) + 1) << 2) argument
29 #define TIMER_INPUT_BIT(t) (2 * (t)) argument
30 #define TIMER_ENABLE_BIT(t) (16 + (t)) argument
31 #define TIMER_PERIODIC_BIT(t) (12 + (t)) argument
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dfasttimer.c188 void start_one_shot_timer(struct fast_timer *t, in start_one_shot_timer()
268 static inline int fast_timer_pending (const struct fast_timer * t) in fast_timer_pending()
273 static inline int detach_fast_timer (struct fast_timer *t) in detach_fast_timer()
290 int del_fast_timer(struct fast_timer * t) in del_fast_timer()
324 struct fast_timer *t; in timer_trig_handler() local
452 struct fast_timer t; in schedule_usleep() local
476 struct fast_timer *t, *nextt; in proc_fasttimer_show() local
742 struct fast_timer *t = &tr[j]; in fast_timer_test() local
/linux-4.1.27/kernel/
Dsoftirq.c449 void __tasklet_schedule(struct tasklet_struct *t) in __tasklet_schedule()
462 void __tasklet_hi_schedule(struct tasklet_struct *t) in __tasklet_hi_schedule()
475 void __tasklet_hi_schedule_first(struct tasklet_struct *t) in __tasklet_hi_schedule_first()
496 struct tasklet_struct *t = list; in tasklet_action() local
532 struct tasklet_struct *t = list; in tasklet_hi_action() local
557 void tasklet_init(struct tasklet_struct *t, in tasklet_init()
568 void tasklet_kill(struct tasklet_struct *t) in tasklet_kill()
680 void tasklet_kill_immediate(struct tasklet_struct *t, unsigned int cpu) in tasklet_kill_immediate()
Dsignal.c56 static void __user *sig_handler(struct task_struct *t, int sig) in sig_handler()
68 static int sig_task_ignored(struct task_struct *t, int sig, bool force) in sig_task_ignored()
81 static int sig_ignored(struct task_struct *t, int sig, bool force) in sig_ignored()
132 static int recalc_sigpending_tsk(struct task_struct *t) in recalc_sigpending_tsk()
152 void recalc_sigpending_and_wake(struct task_struct *t) in recalc_sigpending_and_wake()
361 __sigqueue_alloc(int sig, struct task_struct *t, gfp_t flags, int override_rlimit) in __sigqueue_alloc()
419 void __flush_signals(struct task_struct *t) in __flush_signals()
426 void flush_signals(struct task_struct *t) in flush_signals()
469 void ignore_signals(struct task_struct *t) in ignore_signals()
484 flush_signal_handlers(struct task_struct *t, int force_default) in flush_signal_handlers()
[all …]
Dhung_task.c75 static void check_hung_task(struct task_struct *t, unsigned long timeout) in check_hung_task()
137 static bool rcu_lock_break(struct task_struct *g, struct task_struct *t) in rcu_lock_break()
162 struct task_struct *g, *t; in check_hung_uninterruptible_tasks() local
Dcapability.c295 bool has_ns_capability(struct task_struct *t, in has_ns_capability()
317 bool has_capability(struct task_struct *t, int cap) in has_capability()
335 bool has_ns_capability_noaudit(struct task_struct *t, in has_ns_capability_noaudit()
359 bool has_capability_noaudit(struct task_struct *t, int cap) in has_capability_noaudit()
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_xs.c266 static void *xs_talkv(struct xenbus_transaction t, in xs_talkv()
323 static void *xs_single(struct xenbus_transaction t, in xs_single()
390 char **xenbus_directory(struct xenbus_transaction t, in xenbus_directory()
410 int xenbus_exists(struct xenbus_transaction t, in xenbus_exists()
428 void *xenbus_read(struct xenbus_transaction t, in xenbus_read()
447 int xenbus_write(struct xenbus_transaction t, in xenbus_write()
470 int xenbus_mkdir(struct xenbus_transaction t, in xenbus_mkdir()
487 int xenbus_rm(struct xenbus_transaction t, const char *dir, const char *node) in xenbus_rm()
505 int xenbus_transaction_start(struct xenbus_transaction *t) in xenbus_transaction_start()
526 int xenbus_transaction_end(struct xenbus_transaction t, int abort) in xenbus_transaction_end()
[all …]
/linux-4.1.27/drivers/spi/
Dspi-bitbang.c65 struct spi_transfer *t in bitbang_txrx_8()
91 struct spi_transfer *t in bitbang_txrx_16()
117 struct spi_transfer *t in bitbang_txrx_32()
137 int spi_bitbang_setup_transfer(struct spi_device *spi, struct spi_transfer *t) in spi_bitbang_setup_transfer()
233 static int spi_bitbang_bufs(struct spi_device *spi, struct spi_transfer *t) in spi_bitbang_bufs()
274 struct spi_transfer *t = NULL; in spi_bitbang_transfer_one() local
Dspi-xcomm.c74 struct spi_device *spi, struct spi_transfer *t, unsigned int *settings) in spi_xcomm_setup_transfer()
112 struct spi_device *spi, struct spi_transfer *t) in spi_xcomm_txrx_bufs()
143 struct spi_transfer *t; in spi_xcomm_transfer_one() local
Dspi-tegra114.c252 struct spi_transfer *t) in tegra_spi_calculate_curr_xfer_param()
284 struct tegra_spi_data *tspi, struct spi_transfer *t) in tegra_spi_fill_tx_fifo_from_client_txbuf()
328 struct tegra_spi_data *tspi, struct spi_transfer *t) in tegra_spi_read_rx_fifo_to_client_rxbuf()
365 struct tegra_spi_data *tspi, struct spi_transfer *t) in tegra_spi_copy_client_txbuf_to_spi_txbuf()
398 struct tegra_spi_data *tspi, struct spi_transfer *t) in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
474 struct tegra_spi_data *tspi, struct spi_transfer *t) in tegra_spi_start_dma_based_transfer()
548 struct tegra_spi_data *tspi, struct spi_transfer *t) in tegra_spi_start_cpu_based_transfer()
663 struct spi_transfer *t, bool is_first_of_msg) in tegra_spi_setup_transfer_one()
723 struct spi_transfer *t, u32 command1) in tegra_spi_start_transfer_one()
883 struct spi_transfer *t = tspi->curr_xfer; in handle_cpu_based_xfer() local
[all …]
Dspi-tegra20-slink.c249 struct spi_transfer *t) in tegra_slink_get_packed_size()
267 struct spi_transfer *t) in tegra_slink_calculate_curr_xfer_param()
301 struct tegra_slink_data *tspi, struct spi_transfer *t) in tegra_slink_fill_tx_fifo_from_client_txbuf()
343 struct tegra_slink_data *tspi, struct spi_transfer *t) in tegra_slink_read_rx_fifo_to_client_rxbuf()
376 struct tegra_slink_data *tspi, struct spi_transfer *t) in tegra_slink_copy_client_txbuf_to_spi_txbuf()
407 struct tegra_slink_data *tspi, struct spi_transfer *t) in tegra_slink_copy_spi_rxbuf_to_client_rxbuf()
483 struct tegra_slink_data *tspi, struct spi_transfer *t) in tegra_slink_start_dma_based_transfer()
568 struct tegra_slink_data *tspi, struct spi_transfer *t) in tegra_slink_start_cpu_based_transfer()
689 struct spi_transfer *t) in tegra_slink_start_transfer_one()
852 struct spi_transfer *t = tspi->curr_xfer; in handle_cpu_based_xfer() local
[all …]
Dspi-sh-hspi.c79 int t = 256; in hspi_status_check_timeout() local
105 struct spi_transfer *t) in hspi_hw_setup()
155 struct spi_transfer *t; in hspi_transfer_one_message() local
Dspi-fsl-espi.c132 struct spi_transfer *t) in fsl_espi_setup_transfer()
199 static int fsl_espi_cpu_bufs(struct mpc8xxx_spi *mspi, struct spi_transfer *t, in fsl_espi_cpu_bufs()
217 static int fsl_espi_bufs(struct spi_device *spi, struct spi_transfer *t) in fsl_espi_bufs()
277 struct spi_transfer *t, *first, trans; in fsl_espi_do_trans() local
332 struct spi_transfer *t; in fsl_espi_cmd_trans() local
363 struct spi_transfer *t; in fsl_espi_rw_trans() local
431 struct spi_transfer *t; in fsl_espi_do_one_msg() local
Dspi-sc18is602.c71 struct spi_transfer *t, bool do_transfer) in sc18is602_txrx()
180 struct spi_transfer *t, int tlen) in sc18is602_check_transfer()
193 struct spi_transfer *t; in sc18is602_transfer_one() local
Dspi-tegra20-sflash.c170 struct spi_transfer *t) in tegra_sflash_calculate_curr_xfer_param()
184 struct tegra_sflash_data *tsd, struct spi_transfer *t) in tegra_sflash_fill_tx_fifo_from_client_txbuf()
214 struct tegra_sflash_data *tsd, struct spi_transfer *t) in tegra_sflash_read_rx_fifo_to_client_rxbuf()
235 struct tegra_sflash_data *tsd, struct spi_transfer *t) in tegra_sflash_start_cpu_based_transfer()
262 struct spi_transfer *t, bool is_first_of_msg, in tegra_sflash_start_transfer_one()
371 struct spi_transfer *t = tsd->curr_xfer; in handle_cpu_based_xfer() local
Dspi-ep93xx.c338 static void ep93xx_do_write(struct ep93xx_spi *espi, struct spi_transfer *t) in ep93xx_do_write()
357 static void ep93xx_do_read(struct ep93xx_spi *espi, struct spi_transfer *t) in ep93xx_do_read()
390 struct spi_transfer *t = msg->state; in ep93xx_spi_read_write() local
434 struct spi_transfer *t = espi->current_msg->state; in ep93xx_spi_dma_prepare() local
604 struct spi_transfer *t) in ep93xx_spi_process_transfer()
679 struct spi_transfer *t; in ep93xx_spi_process_message() local
/linux-4.1.27/include/asm-generic/
Dioctl.h7 #define _IOC_TYPECHECK(t) (sizeof(t)) argument
11 #define _IOC_TYPECHECK(t) \ argument
/linux-4.1.27/drivers/usb/host/whci/
Dpzl.c110 int t; in pzl_process_qset() local
192 long t; in pzl_update() local
209 struct whc_qset *qset, *t; in update_pzl_hw_view() local
234 struct whc_qset *qset, *t; in scan_periodic_work() local
340 struct whc_std *std, *t; in pzl_urb_dequeue() local
Dasl.c104 int t; in process_qset() local
179 long t; in asl_update() local
205 struct whc_qset *qset, *t; in scan_async_work() local
312 struct whc_std *std, *t; in asl_urb_dequeue() local
/linux-4.1.27/net/sctp/
Dtransport.c236 void sctp_transport_update_pmtu(struct sock *sk, struct sctp_transport *t, u32 pmtu) in sctp_transport_update_pmtu()
569 void sctp_transport_burst_limited(struct sctp_transport *t) in sctp_transport_burst_limited()
588 void sctp_transport_burst_reset(struct sctp_transport *t) in sctp_transport_burst_reset()
610 void sctp_transport_reset(struct sctp_transport *t) in sctp_transport_reset()
645 void sctp_transport_immediate_rtx(struct sctp_transport *t) in sctp_transport_immediate_rtx()
Dsm_sideeffect.c636 struct sctp_transport *t; in sctp_cmd_hb_timers_start() local
652 struct sctp_transport *t; in sctp_cmd_hb_timers_stop() local
667 struct sctp_transport *t; in sctp_cmd_t3_rtx_timers_stop() local
679 struct sctp_transport *t) in sctp_cmd_hb_timer_update()
689 struct sctp_transport *t, in sctp_cmd_transport_on()
785 struct sctp_transport *t; in sctp_cmd_setup_t2() local
880 struct sctp_transport *t; in sctp_cmd_setup_t4() local
953 struct sctp_transport *t; in sctp_cmd_del_non_primary() local
1007 struct sctp_transport *t; in sctp_cmd_t1_timer_update() local
1238 struct sctp_transport *t; in sctp_cmd_interpreter() local
/linux-4.1.27/fs/xfs/
Dxfs_rtalloc.h127 # define xfs_rtallocate_extent(t,b,min,max,l,a,f,p,rb) (ENOSYS) argument
128 # define xfs_rtfree_extent(t,b,l) (ENOSYS) argument
129 # define xfs_rtpick_extent(m,t,l,rb) (ENOSYS) argument
/linux-4.1.27/arch/ia64/kernel/
Dunwind.c472 struct task_struct *t = info->task; in unw_access_fr() local
730 spill_next_when (struct unw_reg_info **regp, struct unw_reg_info *lim, unw_word t) in spill_next_when()
771 int t; in finish_prologue() local
960 desc_mem_stack_f (unw_word t, unw_word size, struct unw_state_record *sr) in desc_mem_stack_f()
967 desc_mem_stack_v (unw_word t, struct unw_state_record *sr) in desc_mem_stack_v()
999 desc_reg_when (unsigned char regnum, unw_word t, struct unw_state_record *sr) in desc_reg_when()
1025 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr) in desc_epilogue()
1071 desc_is_active (unsigned char qp, unw_word t, struct unw_state_record *sr) in desc_is_active()
1084 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) in desc_restore_p()
1098 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-4.1.27/arch/arm/mach-davinci/
Dtime.c111 #define USING_COMPARE(t) ((t)->opts & TIMER_OPTS_USE_COMPARE) argument
120 static int timer32_config(struct timer_s *t) in timer32_config()
160 static inline u32 timer32_read(struct timer_s *t) in timer32_read()
237 struct timer_s *t = &timers[i]; in timer_init() local
273 struct timer_s *t = &timers[TID_CLOCKSOURCE]; in read_cycles() local
299 struct timer_s *t = &timers[TID_CLOCKEVENT]; in davinci_set_next_event() local
309 struct timer_s *t = &timers[TID_CLOCKEVENT]; in davinci_set_mode() local
/linux-4.1.27/drivers/usb/chipidea/
Dotg_fsm.c38 unsigned size, t; in get_a_bus_req() local
82 unsigned size, t; in get_a_bus_drop() local
123 unsigned size, t; in get_b_bus_req() local
211 static void ci_otg_add_timer(struct ci_hdrc *ci, enum otg_fsm_timer t) in ci_otg_add_timer()
238 static void ci_otg_del_timer(struct ci_hdrc *ci, enum otg_fsm_timer t) in ci_otg_del_timer()
366 static enum hrtimer_restart ci_otg_hrtimer_func(struct hrtimer *t) in ci_otg_hrtimer_func()
419 static void ci_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in ci_otg_fsm_add_timer()
428 static void ci_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in ci_otg_fsm_del_timer()
/linux-4.1.27/net/core/
Dpktgen.c214 #define if_lock(t) spin_lock(&(t->if_lock)); argument
215 #define if_unlock(t) spin_unlock(&(t->if_lock)); argument
1759 struct pktgen_thread *t = seq->private; in pktgen_thread_show() local
1792 struct pktgen_thread *t = seq->private; in pktgen_thread_write() local
1899 struct pktgen_thread *t; in __pktgen_NN_threads() local
1953 struct pktgen_thread *t; in pktgen_change_name() local
2192 struct hrtimer_sleeper t; in spin() local
2312 __u16 t; in set_cur_queue_map() local
2441 __u32 t; in mod_cur_headers() local
2460 __u32 t; in mod_cur_headers() local
[all …]
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
Dspi.c60 struct spi_transfer t; in wl1251_spi_reset() local
87 struct spi_transfer t; in wl1251_spi_wake() local
146 struct spi_transfer t[3]; in wl1251_spi_read() local
186 struct spi_transfer t[2]; in wl1251_spi_write() local
/linux-4.1.27/net/sched/
Dact_ipt.c33 static int ipt_init_target(struct xt_entry_target *t, char *table, unsigned int hook) in ipt_init_target()
60 static void ipt_destroy_target(struct xt_entry_target *t) in ipt_destroy_target()
91 struct xt_entry_target *td, *t; in tcf_ipt_init() local
225 struct xt_entry_target *t; in tcf_ipt_dump() local
Dcls_api.c43 const struct tcf_proto_ops *t, *res = NULL; in tcf_proto_lookup_ops() local
63 struct tcf_proto_ops *t; in register_tcf_proto_ops() local
81 struct tcf_proto_ops *t; in unregister_tcf_proto_ops() local
125 struct tcmsg *t; in tc_ctl_tfilter() local
428 int t; in tc_dump_tfilter() local
Dsch_gred.c142 static inline int gred_use_ecn(struct gred_sched *t) in gred_use_ecn()
147 static inline int gred_use_harddrop(struct gred_sched *t) in gred_use_harddrop()
155 struct gred_sched *t = qdisc_priv(sch); in gred_enqueue() local
249 struct gred_sched *t = qdisc_priv(sch); in gred_dequeue() local
281 struct gred_sched *t = qdisc_priv(sch); in gred_drop() local
315 struct gred_sched *t = qdisc_priv(sch); in gred_reset() local
/linux-4.1.27/drivers/media/i2c/
Dsony-btf-mpx.c169 static int mpx_setup(struct sony_btf_mpx *t) in mpx_setup()
281 struct sony_btf_mpx *t = to_state(sd); in sony_btf_mpx_s_std() local
302 struct sony_btf_mpx *t = to_state(sd); in sony_btf_mpx_g_tuner() local
316 struct sony_btf_mpx *t = to_state(sd); in sony_btf_mpx_s_tuner() local
349 struct sony_btf_mpx *t; in sony_btf_mpx_probe() local
Dtda9840.c89 static int tda9840_s_tuner(struct v4l2_subdev *sd, const struct v4l2_tuner *t) in tda9840_s_tuner()
121 static int tda9840_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *t) in tda9840_g_tuner()
Dtda7432.c274 struct tda7432 *t = to_state(sd); in tda7432_s_ctrl() local
356 struct tda7432 *t; in tda7432_probe() local
403 struct tda7432 *t = to_state(sd); in tda7432_remove() local
/linux-4.1.27/net/ipv4/netfilter/
Darp_tables.c291 const struct xt_entry_target *t; in arpt_do_table() local
387 const struct xt_standard_target *t in mark_source_chains() local
474 const struct xt_entry_target *t; in check_entry() local
493 struct xt_entry_target *t = arpt_get_target(e); in check_target() local
516 struct xt_entry_target *t; in find_check_entry() local
546 const struct xt_entry_target *t; in check_underflow() local
608 struct xt_entry_target *t; in cleanup_entry() local
714 static void get_counters(const struct xt_table_info *t, in get_counters()
787 const struct xt_entry_target *t; in copy_entries_to_user() local
837 const struct xt_entry_target *t; in compat_calc_entry() local
[all …]
Dip_tables.c223 const struct xt_standard_target *t = (void *)ipt_get_target_c(s); in get_chainname_rulenum() local
346 const struct xt_entry_target *t; in ipt_do_table() local
462 const struct xt_standard_target *t in mark_source_chains() local
569 const struct xt_entry_target *t; in check_entry() local
631 struct xt_entry_target *t = ipt_get_target(e); in check_target() local
657 struct xt_entry_target *t; in find_check_entry() local
708 const struct xt_entry_target *t; in check_underflow() local
772 struct xt_entry_target *t; in cleanup_entry() local
879 get_counters(const struct xt_table_info *t, in get_counters()
957 const struct xt_entry_target *t; in copy_entries_to_user() local
[all …]
Dnf_nat_l3proto_ipv4.c38 const struct nf_conntrack_tuple *t = &ct->tuplehash[dir].tuple; in nf_nat_ipv4_decode_session() local
65 static bool nf_nat_ipv4_in_range(const struct nf_conntrack_tuple *t, in nf_nat_ipv4_in_range()
72 static u32 nf_nat_ipv4_secure_port(const struct nf_conntrack_tuple *t, in nf_nat_ipv4_secure_port()
110 const struct nf_conntrack_tuple *t, in nf_nat_ipv4_csum_update()
/linux-4.1.27/fs/ncpfs/
Dncplib_kernel.h137 #define ncp_tolower(t, c) nls_tolower(t, c) argument
138 #define ncp_toupper(t, c) nls_toupper(t, c) argument
139 #define ncp_strnicmp(t, s1, s2, len) \ argument
152 #define ncp_tolower(t, c) tolower(c) argument
153 #define ncp_toupper(t, c) toupper(c) argument
158 static inline int ncp_strnicmp(const struct nls_table *t, in ncp_strnicmp()
/linux-4.1.27/arch/sparc/kernel/
Dprocess_64.c422 struct thread_info *t = current_thread_info(); in exit_thread() local
434 struct thread_info *t = current_thread_info(); in flush_thread() local
490 struct thread_info *t) in shift_window_buffer()
503 struct thread_info *t = current_thread_info(); in synchronize_user_stack() local
543 struct thread_info *t = current_thread_info(); in fault_in_user_windows() local
622 struct thread_info *t = task_thread_info(p); in copy_thread() local
641 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread() local
656 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread() local
/linux-4.1.27/arch/powerpc/perf/req-gen/
D_begin.h5 #define CAT2_STR_(t, s) __stringify(t/s) argument
6 #define CAT2_STR(t, s) CAT2_STR_(t, s) argument
/linux-4.1.27/drivers/net/wireless/zd1211rw/
Dzd_rf.c73 int t; in zd_rf_init_hw() local
138 int r, t; in zd_switch_radio_on() local
154 int r, t; in zd_switch_radio_off() local
/linux-4.1.27/arch/m68k/mm/
Dinit.c125 #define MLK(b, t) UL(b), UL(t), (UL(t) - UL(b)) >> 10 in print_memmap() argument
126 #define MLM(b, t) UL(b), UL(t), (UL(t) - UL(b)) >> 20 in print_memmap() argument
127 #define MLK_ROUNDUP(b, t) b, t, DIV_ROUND_UP(((t) - (b)), 1024) in print_memmap() argument
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dspi.c90 struct spi_transfer t; in wl12xx_spi_reset() local
117 struct spi_transfer t; in wl12xx_spi_init() local
172 struct spi_transfer t[1]; in wl12xx_spi_read_busy() local
208 struct spi_transfer t[2]; in wl12xx_spi_raw_read() local
275 struct spi_transfer t[2 * WSPI_MAX_NUM_OF_CHUNKS]; in wl12xx_spi_raw_write() local
/linux-4.1.27/net/ipv6/netfilter/
Dip6_tables.c252 const struct xt_standard_target *t = (void *)ip6t_get_target_c(s); in get_chainname_rulenum() local
368 const struct xt_entry_target *t; in ip6t_do_table() local
475 const struct xt_standard_target *t in mark_source_chains() local
582 const struct xt_entry_target *t; in check_entry() local
644 struct xt_entry_target *t = ip6t_get_target(e); in check_target() local
671 struct xt_entry_target *t; in find_check_entry() local
722 const struct xt_entry_target *t; in check_underflow() local
785 struct xt_entry_target *t; in cleanup_entry() local
892 get_counters(const struct xt_table_info *t, in get_counters()
970 const struct xt_entry_target *t; in copy_entries_to_user() local
[all …]
Dnf_nat_l3proto_ipv6.c37 const struct nf_conntrack_tuple *t = &ct->tuplehash[dir].tuple; in nf_nat_ipv6_decode_session() local
64 static bool nf_nat_ipv6_in_range(const struct nf_conntrack_tuple *t, in nf_nat_ipv6_in_range()
71 static u32 nf_nat_ipv6_secure_port(const struct nf_conntrack_tuple *t, in nf_nat_ipv6_secure_port()
113 const struct nf_conntrack_tuple *t, in nf_nat_ipv6_csum_update()
/linux-4.1.27/tools/usb/
Dffs-test.c331 static void init_thread(struct thread *t) in init_thread()
342 struct thread *t = arg; in cleanup_thread() local
374 struct thread *t = arg; in start_thread_helper() local
416 static void start_thread(struct thread *t) in start_thread()
424 static void join_thread(struct thread *t) in join_thread()
435 static ssize_t read_wrap(struct thread *t, void *buf, size_t nbytes) in read_wrap()
440 static ssize_t write_wrap(struct thread *t, const void *buf, size_t nbytes) in write_wrap()
578 static void ep0_init(struct thread *t, bool legacy_descriptors) in ep0_init()
/linux-4.1.27/drivers/tty/
Dtty_ldsem.c38 # define __acq(l, s, t, r, c, n, i) \ argument
42 #define lockdep_acquire(l, s, t, i) __acq(l, s, t, 0, 1, NULL, i) argument
43 #define lockdep_acquire_nest(l, s, t, n, i) __acq(l, s, t, 0, 1, n, i) argument
44 #define lockdep_acquire_read(l, s, t, i) __acq(l, s, t, 1, 1, NULL, i) argument
47 # define lockdep_acquire(l, s, t, i) do { } while (0) argument
48 # define lockdep_acquire_nest(l, s, t, n, i) do { } while (0) argument
49 # define lockdep_acquire_read(l, s, t, i) do { } while (0) argument
/linux-4.1.27/tools/perf/util/
Ddebug.h35 #define pr_time_N(n, var, t, fmt, ...) \ argument
38 #define pr_oe_time(t, fmt, ...) pr_time_N(1, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__) argument
39 #define pr_oe_time2(t, fmt, ...) pr_time_N(2, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__) argument
Dtrace-event.c23 int trace_event__init(struct trace_event *t) in trace_event__init()
35 void trace_event__cleanup(struct trace_event *t) in trace_event__cleanup()
/linux-4.1.27/drivers/scsi/arm/
Dacornscsi-io.S14 #define LOADREGS(t,r,l...) ldm##t r, l argument
16 #define LOADREGS(t,r,l...) ldm##t r, l##^ argument
/linux-4.1.27/arch/mips/ralink/
Drt305x.c96 u32 t; in rt305x_wdt_reset() local
109 u32 t; in rt5350_get_mem_size() local
144 u32 t = rt_sysc_r32(SYSC_REG_SYSTEM_CONFIG); in ralink_clk_init() local
Drt288x.c45 u32 t; in rt288x_wdt_reset() local
56 u32 t = rt_sysc_r32(SYSC_REG_SYSTEM_CONFIG); in ralink_clk_init() local
Dtimer.c66 u32 t = TMR0CTL_MODE_PERIODIC | TMR0CTL_PRESCALE_VAL; in rt_timer_request() local
91 u32 t; in rt_timer_enable() local
104 u32 t; in rt_timer_disable() local
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
Domapfb-sysfs.c150 int t; in show_overlays() local
179 int i, t; in get_overlay_fb() local
258 int t, found; in store_overlays() local
295 int t, found; in store_overlays() local
341 int t; in show_overlays_rotate() local
578 int t; in omapfb_create_sysfs() local
596 int i, t; in omapfb_remove_sysfs() local
/linux-4.1.27/arch/arm64/mm/
Dinit.c295 #define MLK(b, t) b, t, ((t) - (b)) >> 10 in mem_init() argument
296 #define MLM(b, t) b, t, ((t) - (b)) >> 20 in mem_init() argument
297 #define MLG(b, t) b, t, ((t) - (b)) >> 30 in mem_init() argument
298 #define MLK_ROUNDUP(b, t) b, t, DIV_ROUND_UP(((t) - (b)), SZ_1K) in mem_init() argument
/linux-4.1.27/arch/arm/mach-omap2/
Dgpmc-onenand.c63 static void omap2_onenand_calc_async_timings(struct gpmc_timings *t) in omap2_onenand_calc_async_timings()
159 static void omap2_onenand_calc_sync_timings(struct gpmc_timings *t, in omap2_onenand_calc_sync_timings()
271 struct gpmc_timings t; in omap2_onenand_setup_async() local
308 struct gpmc_timings t; in omap2_onenand_setup_sync() local
Dusb-tusb6010.c54 struct gpmc_timings t; in tusb_set_async_mode() local
80 struct gpmc_timings t; in tusb_set_sync_mode() local
/linux-4.1.27/drivers/net/wireless/cw1200/
Dtxrx.c441 struct cw1200_txinfo *t) in cw1200_tx_h_calc_link_ids()
479 struct cw1200_txinfo *t) in cw1200_tx_h_pm()
492 struct cw1200_txinfo *t) in cw1200_tx_h_calc_tid()
504 struct cw1200_txinfo *t) in cw1200_tx_h_crypt()
521 struct cw1200_txinfo *t, in cw1200_tx_h_align()
552 struct cw1200_txinfo *t) in cw1200_tx_h_action()
566 struct cw1200_txinfo *t) in cw1200_tx_h_wsm()
589 struct cw1200_txinfo *t, in cw1200_tx_h_bt()
642 struct cw1200_txinfo *t, in cw1200_tx_h_rate_policy()
686 struct cw1200_txinfo *t) in cw1200_tx_h_pm_state()
[all …]
/linux-4.1.27/arch/x86/kernel/
Dioport.c25 struct thread_struct *t = &current->thread; in sys_ioperm() local
99 struct thread_struct *t = &current->thread; in SYSCALL_DEFINE1() local
Dtls.c21 struct thread_struct *t = &current->thread; in get_free_idx() local
85 struct thread_struct *t = &p->thread; in set_tls_desc() local
203 struct thread_struct *t = &target->thread; in regset_tls_active() local
/linux-4.1.27/arch/cris/boot/tools/
Dbuild.c66 conv t; in intel_long() local
77 conv t; in intel_int() local
88 conv t; in intel_short() local
/linux-4.1.27/drivers/staging/octeon/
Dethernet-tx.c126 struct sk_buff *t; in cvm_oct_free_tx_skbs() local
137 struct sk_buff *t = to_free_list; in cvm_oct_free_tx_skbs() local
507 struct sk_buff *t = __skb_dequeue(&priv->tx_free_list[qos]); in cvm_oct_xmit() local
518 struct sk_buff *t = to_free_list; in cvm_oct_xmit() local
/linux-4.1.27/arch/mips/kernel/
Dvpe-mt.c31 struct tc *t; in vpe_run() local
209 struct tc *t; in vpe_stop() local
230 struct tc *t; in vpe_free() local
333 struct tc *t; in vpe_module_init() local
/linux-4.1.27/arch/microblaze/lib/
Dmuldi3.c8 #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1)) argument
9 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) argument
/linux-4.1.27/net/netfilter/ipset/
Dip_set_hash_gen.h340 mtype_ahash_memsize(const struct htype *h, const struct htable *t, in mtype_ahash_memsize()
375 struct htable *t; in mtype_flush() local
398 mtype_ahash_destroy(struct ip_set *set, struct htable *t, bool ext_destroy) in mtype_ahash_destroy()
470 struct htable *t; in mtype_expire() local
540 struct htable *t, *orig = rcu_dereference_bh_nfnl(h->table); in mtype_resize() local
627 struct htable *t; in mtype_add() local
733 struct htable *t; in mtype_del() local
811 struct htable *t = rcu_dereference_bh(h->table); in mtype_test_cidrs() local
867 struct htable *t; in mtype_test() local
909 const struct htable *t; in mtype_head() local
[all …]
/linux-4.1.27/drivers/watchdog/
Drt2880_wdt.c75 u32 t; in rt288x_wdt_start() local
95 u32 t; in rt288x_wdt_stop() local
106 static int rt288x_wdt_set_timeout(struct watchdog_device *w, unsigned int t) in rt288x_wdt_set_timeout()
Dsch311x_wdt.c113 static void sch311x_wdt_set_timeout(int t) in sch311x_wdt_set_timeout()
138 unsigned char t; in sch311x_wdt_start() local
162 unsigned char t; in sch311x_wdt_stop() local
182 static int sch311x_wdt_set_heartbeat(int t) in sch311x_wdt_set_heartbeat()
/linux-4.1.27/drivers/misc/eeprom/
Deeprom_93xx46.c44 struct spi_transfer t[2]; in eeprom_93xx46_bin_read() local
107 struct spi_transfer t; in eeprom_93xx46_ew() local
154 struct spi_transfer t[2]; in eeprom_93xx46_write_word() local
249 struct spi_transfer t; in eeprom_93xx46_eral() local
/linux-4.1.27/arch/mips/alchemy/common/
Dtime.c103 unsigned long t; in alchemy_time_init() local
170 int t; in plat_time_init() local
/linux-4.1.27/drivers/net/wireless/prism54/
Doid_mgt.c48 #define OID_STRUCT(name,oid,s,t) [name] = {oid, 0, sizeof(s), t} argument
49 #define OID_STRUCT_C(name,oid,s,t) OID_STRUCT(name,oid,s,t | OID_FLAG_CACHED) argument
598 struct oid_t *t = &(isl_oid[l[i]]); in mgt_commit_list() local
832 int i, t; in mgt_response_to_str() local
874 int t, i; in mgt_response_to_str() local
888 int t, i; in mgt_response_to_str() local
/linux-4.1.27/arch/s390/kernel/
Dcompat_wrapper.c24 #define __SC_COMPAT_TYPE(t, a) \ argument
27 #define __SC_COMPAT_CAST(t, a) \ argument
/linux-4.1.27/net/9p/
Dmod.c112 struct p9_trans_module *t, *found = NULL; in v9fs_get_trans_by_name() local
135 struct p9_trans_module *t, *found = NULL; in v9fs_get_default_trans() local
/linux-4.1.27/arch/arm/kernel/
Dxscale-cp0.c33 static int dsp_do(struct notifier_block *self, unsigned long cmd, void *t) in dsp_do()
58 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) in iwmmxt_do()
Datags_parse.c151 struct tagtable *t; in parse_tag() local
166 static void __init parse_tags(const struct tag *t) in parse_tags()
/linux-4.1.27/drivers/net/fddi/skfp/h/
Dmbuf.h47 #define smtod(x,t) ((t)((x)->sm_data + (x)->sm_off)) argument
48 #define smtodoff(x,t,o) ((t)((x)->sm_data + (o))) argument
/linux-4.1.27/include/net/sctp/
Dsm.h342 static inline int TSN_lt(__u32 s, __u32 t) in TSN_lt()
347 static inline int TSN_lte(__u32 s, __u32 t) in TSN_lte()
366 static inline int SSN_lt(__u16 s, __u16 t) in SSN_lt()
371 static inline int SSN_lte(__u16 s, __u16 t) in SSN_lte()
385 static inline int ADDIP_SERIAL_gte(__u16 s, __u16 t) in ADDIP_SERIAL_gte()
/linux-4.1.27/sound/core/seq/
Dseq_timer.c75 struct snd_seq_timer *t = *tmr; in snd_seq_timer_delete() local
272 struct snd_timer_instance *t; in snd_seq_timer_open() local
316 struct snd_timer_instance *t; in snd_seq_timer_close() local
354 struct snd_timer *t; in initialize_timer() local
/linux-4.1.27/arch/x86/include/asm/
Dstring_32.h168 #define memcpy(t, f, n) \ argument
182 #define memcpy(t, f, n) __builtin_memcpy(t, f, n) argument
184 #define memcpy(t, f, n) \ argument
194 #define memcpy(t, f, n) __memcpy((t), (f), (n)) argument
/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_transaction.c75 struct transaction_queue t; in snd_efw_transaction_run() local
122 struct snd_efw_transaction *t; in copy_resp_to_buf() local
203 struct transaction_queue *t; in handle_resp_for_kernel() local
293 struct transaction_queue *t; in snd_efw_transaction_bus_reset() local
/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_tuple.h81 static inline void nf_ct_dump_tuple_ip(const struct nf_conntrack_tuple *t) in nf_ct_dump_tuple_ip()
91 static inline void nf_ct_dump_tuple_ipv6(const struct nf_conntrack_tuple *t) in nf_ct_dump_tuple_ipv6()
101 static inline void nf_ct_dump_tuple(const struct nf_conntrack_tuple *t) in nf_ct_dump_tuple()
178 nf_ct_tuple_mask_cmp(const struct nf_conntrack_tuple *t, in nf_ct_tuple_mask_cmp()
/linux-4.1.27/include/trace/events/
Df2fs.h53 #define F2FS_BIO_MASK(t) (t & (READA | WRITE_FLUSH_FUA)) argument
54 #define F2FS_BIO_EXTRA_MASK(t) (t & (REQ_META | REQ_PRIO)) argument
/linux-4.1.27/arch/tile/kernel/
Dprocess.c318 static void restore_tile_dma_state(struct thread_struct *t) in restore_tile_dma_state()
359 static void save_arch_state(struct thread_struct *t) in save_arch_state()
384 static void restore_arch_state(const struct thread_struct *t) in restore_arch_state()
/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c230 struct thread_data *t; in for_all_cpus() local
387 int dump_counters(struct thread_data *t, struct core_data *c, in dump_counters()
456 int format_counters(struct thread_data *t, struct core_data *c, in format_counters()
650 void format_all_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in format_all_counters()
795 int delta_cpu(struct thread_data *t, struct core_data *c, in delta_cpu()
813 void clear_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in clear_counters()
856 int sum_counters(struct thread_data *t, struct core_data *c, in sum_counters()
914 void compute_average(struct thread_data *t, struct core_data *c, in compute_average()
970 int get_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in get_counters()
1555 struct thread_data *t, *t2; in for_all_cpus_2() local
[all …]
/linux-4.1.27/net/bridge/netfilter/
Debtables.c193 const struct ebt_entry_target *t; in ebt_do_table() local
627 struct ebt_entry_target *t; in ebt_cleanup_entry() local
654 struct ebt_entry_target *t; in ebt_check_entry() local
769 const struct ebt_entry_target *t; in check_chainloops() local
984 struct ebt_table *t; in do_replace_finish() local
1157 struct ebt_table *t, *table; in ebt_register_table() local
1285 struct ebt_table *t; in do_update_counters() local
1373 const struct ebt_entry_target *t; in ebt_make_names() local
1394 static int copy_counters_to_user(struct ebt_table *t, in copy_counters_to_user()
1427 static int copy_everything_to_user(struct ebt_table *t, void __user *user, in copy_everything_to_user()
[all …]
/linux-4.1.27/drivers/net/hyperv/
Drndis_filter.c475 unsigned long t; in rndis_filter_query_device() local
566 unsigned long t; in rndis_filter_set_device_mac() local
642 unsigned long t; in rndis_filter_set_offload_params() local
717 unsigned long t; in rndis_filter_set_rss_param() local
802 unsigned long t; in rndis_filter_set_packet_filter() local
859 unsigned long t; in rndis_filter_init_device() local
1012 unsigned long t; in rndis_filter_device_add() local
/linux-4.1.27/drivers/staging/gdm724x/
Dgdm_usb.c92 struct usb_tx *t = NULL; in alloc_tx_struct() local
141 static void free_tx_struct(struct usb_tx *t) in free_tx_struct()
261 struct usb_tx *t, *t_next; in release_usb() local
554 struct usb_tx *t = urb->context; in gdm_usb_send_complete() local
575 static int send_tx_packet(struct usb_device *usbdev, struct usb_tx *t, u32 len) in send_tx_packet()
653 struct usb_tx *t = NULL; in do_tx() local
776 struct usb_tx *t; in gdm_usb_hci_send() local
/linux-4.1.27/tools/firewire/
Dnosy-dump.c175 struct link_transaction *t; in link_transaction_lookup() local
199 link_transaction_destroy(struct link_transaction *t) in link_transaction_destroy()
226 handle_transaction(struct link_transaction *t) in handle_transaction()
265 struct link_transaction *t; in clear_pending_transaction_list() local
499 struct link_transaction *t; in handle_request_packet() local
564 struct link_transaction *t; in handle_response_packet() local
/linux-4.1.27/drivers/media/platform/s5p-jpeg/
Djpeg-regs.h37 #define S5P_QT_NUMt_SHIFT(t) (((t) - 1) << 1) argument
38 #define S5P_QT_NUMt_MASK(t) (0x3 << S5P_QT_NUMt_SHIFT(t)) argument
42 #define S5P_HT_NUMt_AC_SHIFT(t) (((t) << 1) - 1) argument
43 #define S5P_HT_NUMt_AC_MASK(t) (0x1 << S5P_HT_NUMt_AC_SHIFT(t)) argument
45 #define S5P_HT_NUMt_DC_SHIFT(t) (((t) - 1) << 1) argument
46 #define S5P_HT_NUMt_DC_MASK(t) (0x1 << S5P_HT_NUMt_DC_SHIFT(t)) argument
396 #define EXYNOS3250_QT_NUM_SHIFT(t) ((((t) - 1) << 1) + 8) argument
397 #define EXYNOS3250_QT_NUM_MASK(t) (0x3 << EXYNOS3250_QT_NUM_SHIFT(t)) argument
400 #define EXYNOS3250_HT_NUM_AC_SHIFT(t) (((t) << 1) - 1) argument
401 #define EXYNOS3250_HT_NUM_AC_MASK(t) (0x1 << EXYNOS3250_HT_NUM_AC_SHIFT(t)) argument
[all …]
/linux-4.1.27/arch/sh/math-emu/
Dsfp-util.h28 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) argument
29 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) argument
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c710 struct tid_info *t = lldi->tids; in do_act_establish() local
863 struct tid_info *t = lldi->tids; in do_act_open_rpl() local
908 struct tid_info *t = lldi->tids; in do_peer_close() local
929 struct tid_info *t = lldi->tids; in do_close_con_rpl() local
968 struct tid_info *t = lldi->tids; in do_abort_req_rss() local
1016 struct tid_info *t = lldi->tids; in do_abort_rpl_rss() local
1041 struct tid_info *t = lldi->tids; in do_rx_data() local
1063 struct tid_info *t = lldi->tids; in do_rx_iscsi_hdr() local
1168 struct tid_info *t = lldi->tids; in do_rx_data_ddp() local
1253 struct tid_info *t = lldi->tids; in do_fw4_ack() local
[all …]
/linux-4.1.27/drivers/mmc/card/
Dmmc_test.c1427 struct mmc_test_area *t = &test->area; in mmc_test_area_map() local
1452 struct mmc_test_area *t = &test->area; in mmc_test_area_transfer() local
1469 struct mmc_test_area *t = &test->area; in mmc_test_area_io_seq() local
1476 struct mmc_test_area *t = &test->area; in mmc_test_area_io_seq() local
1527 struct mmc_test_area *t = &test->area; in mmc_test_area_fill() local
1537 struct mmc_test_area *t = &test->area; in mmc_test_area_erase() local
1551 struct mmc_test_area *t = &test->area; in mmc_test_area_cleanup() local
1568 struct mmc_test_area *t = &test->area; in mmc_test_area_init() local
1670 struct mmc_test_area *t = &test->area; in mmc_test_best_performance() local
1713 struct mmc_test_area *t = &test->area; in mmc_test_profile_read_perf() local
[all …]
/linux-4.1.27/drivers/isdn/hisax/
Dipacx.c259 char *t = cs->dlog; in dch_empty_fifo() local
306 char *t = cs->dlog; in dch_fill_fifo() local
538 char *t = bcs->blog; in bch_empty_fifo() local
581 char *t = bcs->blog; in bch_fill_fifo() local
Dhscx_irq.c73 char *t = bcs->blog; in hscx_empty_fifo() local
113 char *t = bcs->blog; in hscx_fill_fifo() local
Djade_irq.c63 char *t = bcs->blog; in jade_empty_fifo() local
103 char *t = bcs->blog; in jade_fill_fifo() local
/linux-4.1.27/Documentation/accounting/
Dgetdelays.c194 #define average_ms(t, c) (t / 1000000ULL / (c ? c : 1)) argument
196 static void print_delayacct(struct taskstats *t) in print_delayacct()
227 static void task_context_switch_counts(struct taskstats *t) in task_context_switch_counts()
246 static void print_ioacct(struct taskstats *t) in print_ioacct()
/linux-4.1.27/lib/lzo/
Dlzo1x_compress.c39 size_t t, m_len, m_off; in lzo1x_1_do_compress() local
223 size_t t = 0; in lzo1x_1_compress() local
/linux-4.1.27/arch/xtensa/mm/
Dcache.c271 unsigned long t = TLBTEMP_BASE_1 + (vaddr & DCACHE_ALIAS_MASK); in copy_to_user_page() local
285 unsigned long t = TLBTEMP_BASE_1 + (vaddr & DCACHE_ALIAS_MASK); in copy_to_user_page() local
310 unsigned long t = TLBTEMP_BASE_1 + (vaddr & DCACHE_ALIAS_MASK); in copy_from_user_page() local
/linux-4.1.27/drivers/mmc/host/
Dmmc_spi.c135 struct spi_transfer token, t, crc, early_status; member
452 struct spi_transfer *t; in mmc_spi_command_send() local
576 struct spi_transfer *t; in mmc_spi_setup_data_message() local
671 mmc_spi_writeblock(struct mmc_spi_host *host, struct spi_transfer *t, in mmc_spi_writeblock()
778 mmc_spi_readblock(struct mmc_spi_host *host, struct spi_transfer *t, in mmc_spi_readblock()
883 struct spi_transfer *t; in mmc_spi_data_do() local
/linux-4.1.27/arch/arc/include/asm/
Duaccess.h723 #define __copy_from_user(t, f, n) __arc_copy_from_user(t, f, n) argument
724 #define __copy_to_user(t, f, n) __arc_copy_to_user(t, f, n) argument
739 #define __copy_from_user(t, f, n) arc_copy_from_user_noinline(t, f, n) argument
740 #define __copy_to_user(t, f, n) arc_copy_to_user_noinline(t, f, n) argument
/linux-4.1.27/drivers/scsi/
Dscsi_priv.h164 static inline void scsi_autopm_get_target(struct scsi_target *t) {} in scsi_autopm_get_target()
165 static inline void scsi_autopm_put_target(struct scsi_target *t) {} in scsi_autopm_put_target()
/linux-4.1.27/drivers/misc/
Dcs5535-mfgpt.c172 unsigned long t; in cs5535_mfgpt_alloc_timer() local
269 struct cs5535_mfgpt_timer t; in soft_reset() local
322 int err = -EIO, t; in cs5535_mfgpt_probe() local
/linux-4.1.27/drivers/staging/iio/accel/
Dlis3l02dq_ring.c231 u8 t; in lis3l02dq_data_rdy_trigger_set_state() local
320 u8 t; in lis3l02dq_buffer_postenable() local
364 u8 t; in lis3l02dq_buffer_predisable() local
/linux-4.1.27/arch/x86/um/
Dtls_32.c64 struct thread_struct *t = &task->thread; in get_free_idx() local
205 struct thread_struct *t = &task->thread; in set_tls_entry() local
242 struct thread_struct *t = &task->thread; in get_tls_entry() local
Dtls_64.c7 int arch_copy_tls(struct task_struct *t) in arch_copy_tls()
/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-io.c44 int t = 0; in iwl_poll_bit() local
84 int t = 0; in iwl_poll_direct_bit() local
137 int t = 0; in iwl_poll_prph_bit() local
/linux-4.1.27/drivers/input/joystick/
Dadi.c143 int t[2], s[2], i; in adi_read_packet() local
221 int i, t; in adi_decode() local
332 int i, t; in adi_id_decode() local
405 int i, t; in adi_init_input() local
446 int i, t, x; in adi_init_center() local
Dgrip.c88 unsigned int t; in grip_gpp_read_packet() local
129 unsigned int t; in grip_xt_read_packet() local
303 int i, j, t; in grip_connect() local
/linux-4.1.27/arch/m68k/lib/
Dmuldi3.c22 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) argument
23 #define __ll_highpart(t) ((USItype) (t) / __ll_B) argument
/linux-4.1.27/kernel/rcu/
Dtree_plugin.h144 struct task_struct *t = current; in rcu_preempt_note_context_switch() local
234 static struct list_head *rcu_next_node_entry(struct task_struct *t, in rcu_next_node_entry()
259 void rcu_read_unlock_special(struct task_struct *t) in rcu_read_unlock_special()
386 struct task_struct *t; in rcu_print_detail_task_stall_rnp() local
444 struct task_struct *t; in rcu_print_task_stall() local
487 struct task_struct *t = current; in rcu_preempt_check_callbacks() local
822 struct task_struct *t = current; in exit_rcu() local
973 static void rcu_wake_cond(struct task_struct *t, int status) in rcu_wake_cond()
994 struct task_struct *t; in rcu_boost() local
1103 struct task_struct *t; in rcu_initiate_boost() local
[all …]
Dupdate.c145 struct task_struct *t = current; in __rcu_read_unlock() local
548 static void check_holdout_task(struct task_struct *t, in check_holdout_task()
582 struct task_struct *g, *t; in rcu_tasks_kthread() local
729 struct task_struct *t; in rcu_spawn_tasks_kthread() local
/linux-4.1.27/drivers/gpu/drm/radeon/
Dmkregtable.c563 static void table_offset_add(struct table *t, struct offset *offset) in table_offset_add()
568 static void table_init(struct table *t) in table_init()
576 static void table_print(struct table *t) in table_print()
601 static int table_build(struct table *t) in table_build()
621 static int parser_auth(struct table *t, const char *filename) in parser_auth()
699 struct table t; in main() local
Dradeon_gart.c241 unsigned t; in radeon_gart_unbind() local
287 unsigned t; in radeon_gart_bind() local
/linux-4.1.27/drivers/firewire/
Dcore-transaction.c78 static int try_cancel_split_timeout(struct fw_transaction *t) in try_cancel_split_timeout()
89 struct fw_transaction *t; in close_transaction() local
142 struct fw_transaction *t = (struct fw_transaction *)data; in split_transaction_timeout_callback() local
158 static void start_split_transaction_timeout(struct fw_transaction *t, in start_split_transaction_timeout()
180 struct fw_transaction *t = in transmit_complete_callback() local
350 void fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, in fw_send_request()
424 struct fw_transaction t; in fw_run_transaction() local
941 struct fw_transaction *t; in fw_core_handle_response() local
/linux-4.1.27/drivers/input/touchscreen/
Dcyttsp4_core.c722 int t; in cyttsp4_report_slot_liftoff() local
827 int t; in cyttsp4_final_sync() local
845 int i, j, t = 0; in cyttsp4_get_mt_touches() local
1257 int t = msecs_to_jiffies(timeout_ms); in cyttsp4_request_exclusive() local
1314 long t; in cyttsp4_wait_bl_heartbeat() local
1332 long t; in cyttsp4_wait_sysinfo_mode() local
1376 long t; in cyttsp4_set_mode() local
1747 int t; in cyttsp4_core_wake_() local
/linux-4.1.27/include/scsi/
Dscsi_transport.h93 scsi_transport_reserve_target(struct scsi_transport_template * t, int space) in scsi_transport_reserve_target()
100 scsi_transport_reserve_device(struct scsi_transport_template * t, int space) in scsi_transport_reserve_device()
/linux-4.1.27/block/
Dblk-settings.c513 void blk_queue_stack_limits(struct request_queue *t, struct request_queue *b) in blk_queue_stack_limits()
540 int blk_stack_limits(struct queue_limits *t, struct queue_limits *b, in blk_stack_limits()
665 int bdev_stack_limits(struct queue_limits *t, struct block_device *bdev, in bdev_stack_limits()
689 struct request_queue *t = disk->queue; in disk_stack_limits() local
/linux-4.1.27/arch/mips/pci/
Dpci-ar71xx.c74 u32 t; in ar71xx_pci_get_ble() local
261 u32 t; in ar71xx_pci_irq_unmask() local
278 u32 t; in ar71xx_pci_irq_mask() local
345 u32 t; in ar71xx_pci_probe() local
/linux-4.1.27/drivers/staging/fbtft/
Dfbtft-io.c9 struct spi_transfer t = { in fbtft_write_spi() local
92 struct spi_transfer t = { in fbtft_read_spi() local
/linux-4.1.27/sound/firewire/
Dfcp.c228 struct fcp_transaction t; in fcp_avc_transaction() local
297 struct fcp_transaction *t; in fcp_bus_reset() local
339 struct fcp_transaction *t; in fcp_response() local
/linux-4.1.27/arch/arm64/include/asm/
Dpgtable-hwdef.h91 #define PMD_ATTRINDX(t) (_AT(pmdval_t, (t)) << 2) argument
112 #define PTE_ATTRINDX(t) (_AT(pteval_t, (t)) << 2) argument
127 #define PTE_S2_MEMATTR(t) (_AT(pteval_t, (t)) << 2) argument
/linux-4.1.27/drivers/acpi/
Dec.c409 struct transaction *t; in advance_transaction() local
535 struct transaction *t) in acpi_ec_transaction_unlocked()
569 static int acpi_ec_transaction(struct acpi_ec *ec, struct transaction *t) in acpi_ec_transaction()
601 struct transaction t = {.command = ACPI_EC_BURST_ENABLE, in acpi_ec_burst_enable() local
610 struct transaction t = {.command = ACPI_EC_BURST_DISABLE, in acpi_ec_burst_disable() local
622 struct transaction t = {.command = ACPI_EC_COMMAND_READ, in acpi_ec_read() local
634 struct transaction t = {.command = ACPI_EC_COMMAND_WRITE, in acpi_ec_write() local
676 struct transaction t = {.command = command, in ec_transaction() local
890 struct transaction t = {.command = ACPI_EC_COMMAND_QUERY, in acpi_ec_query() local
/linux-4.1.27/drivers/mtd/maps/
Dlantiq-flash.c88 unsigned char *t = (unsigned char *)to; in ltq_copy_from() local
102 unsigned char *t = (unsigned char *)map->virt + to; in ltq_copy_to() local

12345678