Home
last modified time | relevance | path

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

1234

/include/linux/
Dsyscalls.h94 #define __MAP1(m,t,a) m(t,a) argument
95 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument
96 #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) argument
97 #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) argument
98 #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) argument
99 #define __MAP6(m,t,a,...) m(t,a), __MAP5(m,__VA_ARGS__) argument
102 #define __SC_DECL(t, a) t a argument
103 #define __TYPE_AS(t, v) __same_type((__force t)0, v) argument
104 #define __TYPE_IS_L(t) (__TYPE_AS(t, 0L)) argument
105 #define __TYPE_IS_UL(t) (__TYPE_AS(t, 0UL)) argument
[all …]
Delfcore.h33 static inline int elf_core_copy_task_regs(struct task_struct *t, elf_gregset_t* elfregs) in elf_core_copy_task_regs()
45 static inline int elf_core_copy_task_fpregs(struct task_struct *t, struct pt_regs *regs, elf_fpregs… in elf_core_copy_task_fpregs()
55 static inline int elf_core_copy_task_xfpregs(struct task_struct *t, elf_fpxregset_t *xfpu) in elf_core_copy_task_xfpregs()
Dkcov.h26 static inline void kcov_task_init(struct task_struct *t) {} in kcov_task_init()
27 static inline void kcov_task_exit(struct task_struct *t) {} in kcov_task_exit()
Dinterrupt.h560 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock()
565 static inline void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock()
571 static inline void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait()
576 #define tasklet_trylock(t) 1 argument
577 #define tasklet_unlock_wait(t) do { } while (0) argument
578 #define tasklet_unlock(t) do { } while (0) argument
583 static inline void tasklet_schedule(struct tasklet_struct *t) in tasklet_schedule()
591 static inline void tasklet_hi_schedule(struct tasklet_struct *t) in tasklet_hi_schedule()
597 static inline void tasklet_disable_nosync(struct tasklet_struct *t) in tasklet_disable_nosync()
603 static inline void tasklet_disable(struct tasklet_struct *t) in tasklet_disable()
[all …]
Dwin_minmax.h13 u32 t; /* time measurement was taken */ member
27 static inline u32 minmax_reset(struct minmax *m, u32 t, u32 meas) in minmax_reset()
Dnls.h62 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower()
69 static inline unsigned char nls_toupper(struct nls_table *t, unsigned char c) in nls_toupper()
76 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp()
Dlockdep.h499 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) argument
680 #define lock_acquire_exclusive(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, n, i) argument
681 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) argument
682 #define lock_acquire_shared_recursive(l, s, t, n, i) lock_acquire(l, s, t, 2, 1, n, i) argument
684 #define spin_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
685 #define spin_acquire_nest(l, s, t, n, i) lock_acquire_exclusive(l, s, t, n, i) argument
688 #define rwlock_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
689 #define rwlock_acquire_read(l, s, t, i) lock_acquire_shared_recursive(l, s, t, NULL, i) argument
692 #define seqcount_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
693 #define seqcount_acquire_read(l, s, t, i) lock_acquire_shared_recursive(l, s, t, NULL, i) argument
[all …]
Dcapability.h213 static inline bool has_capability(struct task_struct *t, int cap) in has_capability()
217 static inline bool has_ns_capability(struct task_struct *t, in has_ns_capability()
222 static inline bool has_capability_noaudit(struct task_struct *t, int cap) in has_capability_noaudit()
226 static inline bool has_ns_capability_noaudit(struct task_struct *t, in has_ns_capability_noaudit()
Dfsi.h43 #define FSI_DEVICE(t) \ argument
46 #define FSI_DEVICE_VERSIONED(t, v) \ argument
Dprofile.h123 static inline int profile_event_register(enum profile_type t, struct notifier_block * n) in profile_event_register()
128 static inline int profile_event_unregister(enum profile_type t, struct notifier_block * n) in profile_event_unregister()
Dreciprocal_div.h32 u32 t = (u32)(((u64)a * R.m) >> 32); in reciprocal_divide() local
Drcupdate.h165 #define rcu_note_voluntary_context_switch_lite(t) \ argument
170 #define rcu_note_voluntary_context_switch(t) \ argument
180 #define rcu_note_voluntary_context_switch_lite(t) do { } while (0) argument
181 #define rcu_note_voluntary_context_switch(t) rcu_all_qs() argument
Dpage_ref.h27 #define page_ref_tracepoint_active(t) static_key_false(&(t).key) argument
39 #define page_ref_tracepoint_active(t) false argument
/include/linux/sunrpc/
Dsched.h132 #define RPC_IS_ASYNC(t) ((t)->tk_flags & RPC_TASK_ASYNC) argument
133 #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER) argument
134 #define RPC_DO_ROOTOVERRIDE(t) ((t)->tk_flags & RPC_TASK_ROOTCREDS) argument
135 #define RPC_ASSASSINATED(t) ((t)->tk_flags & RPC_TASK_KILLED) argument
136 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT)) argument
137 #define RPC_IS_SOFTCONN(t) ((t)->tk_flags & RPC_TASK_SOFTCONN) argument
138 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT) argument
146 #define RPC_IS_RUNNING(t) test_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) argument
147 #define rpc_set_running(t) set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) argument
148 #define rpc_test_and_set_running(t) \ argument
[all …]
Dtimer.h29 int *t; in rpc_set_timeo() local
/include/linux/sched/
Dcputime.h25 static inline void task_cputime(struct task_struct *t, in task_cputime()
32 static inline u64 task_gtime(struct task_struct *t) in task_gtime()
39 static inline void task_cputime_scaled(struct task_struct *t, in task_cputime_scaled()
47 static inline void task_cputime_scaled(struct task_struct *t, in task_cputime_scaled()
Dtask.h95 static inline void put_task_struct(struct task_struct *t) in put_task_struct()
110 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area()
115 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area()
Dmm.h248 static inline void membarrier_execve(struct task_struct *t) in membarrier_execve()
253 static inline void membarrier_execve(struct task_struct *t) in membarrier_execve()
Dsignal.h349 static inline void signal_wake_up(struct task_struct *t, bool resume) in signal_wake_up()
353 static inline void ptrace_signal_wake_up(struct task_struct *t, bool resume) in ptrace_signal_wake_up()
530 #define do_each_thread(g, t) \ argument
533 #define while_each_thread(g, t) \ argument
536 #define __for_each_thread(signal, t) \ argument
539 #define for_each_thread(p, t) \ argument
543 #define for_each_process_thread(p, t) \ argument
/include/linux/netfilter/ipset/
Dip_set_timeout.h43 ip_set_timeout_expired(const unsigned long *t) in ip_set_timeout_expired()
51 unsigned long t; in ip_set_timeout_set() local
68 u32 t; in ip_set_timeout_get() local
/include/asm-generic/
Dioctl.h8 #define _IOC_TYPECHECK(t) (sizeof(t)) argument
12 #define _IOC_TYPECHECK(t) \ argument
/include/net/tc_act/
Dtc_tunnel_key.h34 struct tcf_tunnel_key *t = to_tunnel_key(a); in is_tcf_tunnel_set() local
46 struct tcf_tunnel_key *t = to_tunnel_key(a); in is_tcf_tunnel_release() local
58 struct tcf_tunnel_key *t = to_tunnel_key(a); in tcf_tunnel_info() local
/include/crypto/
Dgf128mul.h223 be128 t[256]; member
231 static inline void gf128mul_free_4k(struct gf128mul_4k *t) in gf128mul_free_4k()
240 struct gf128mul_4k *t[16]; member
/include/net/netfilter/
Dnf_conntrack_tuple.h82 static inline void nf_ct_dump_tuple_ip(const struct nf_conntrack_tuple *t) in nf_ct_dump_tuple_ip()
92 static inline void nf_ct_dump_tuple_ipv6(const struct nf_conntrack_tuple *t) in nf_ct_dump_tuple_ipv6()
102 static inline void nf_ct_dump_tuple(const struct nf_conntrack_tuple *t) in nf_ct_dump_tuple()
179 nf_ct_tuple_mask_cmp(const struct nf_conntrack_tuple *t, in nf_ct_tuple_mask_cmp()
/include/scsi/
Dscsi_transport.h70 scsi_transport_reserve_target(struct scsi_transport_template * t, int space) in scsi_transport_reserve_target()
77 scsi_transport_reserve_device(struct scsi_transport_template * t, int space) in scsi_transport_reserve_device()

1234