Home
last modified time | relevance | path

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

1234

/include/linux/
Dbtf.h126 static inline bool btf_type_is_ptr(const struct btf_type *t) in btf_type_is_ptr()
131 static inline bool btf_type_is_int(const struct btf_type *t) in btf_type_is_int()
136 static inline bool btf_type_is_small_int(const struct btf_type *t) in btf_type_is_small_int()
141 static inline bool btf_type_is_enum(const struct btf_type *t) in btf_type_is_enum()
146 static inline bool btf_type_is_scalar(const struct btf_type *t) in btf_type_is_scalar()
151 static inline bool btf_type_is_typedef(const struct btf_type *t) in btf_type_is_typedef()
156 static inline bool btf_type_is_func(const struct btf_type *t) in btf_type_is_func()
161 static inline bool btf_type_is_func_proto(const struct btf_type *t) in btf_type_is_func_proto()
166 static inline bool btf_type_is_var(const struct btf_type *t) in btf_type_is_var()
174 static inline bool btf_type_is_struct(const struct btf_type *t) in btf_type_is_struct()
[all …]
Dunits.h33 static inline long milli_kelvin_to_millicelsius(long t) in milli_kelvin_to_millicelsius()
38 static inline long millicelsius_to_milli_kelvin(long t) in millicelsius_to_milli_kelvin()
46 static inline long kelvin_to_millicelsius(long t) in kelvin_to_millicelsius()
51 static inline long millicelsius_to_kelvin(long t) in millicelsius_to_kelvin()
58 static inline long deci_kelvin_to_celsius(long t) in deci_kelvin_to_celsius()
65 static inline long celsius_to_deci_kelvin(long t) in celsius_to_deci_kelvin()
79 static inline long deci_kelvin_to_millicelsius_with_offset(long t, long offset) in deci_kelvin_to_millicelsius_with_offset()
84 static inline long deci_kelvin_to_millicelsius(long t) in deci_kelvin_to_millicelsius()
89 static inline long millicelsius_to_deci_kelvin(long t) in millicelsius_to_deci_kelvin()
96 static inline long kelvin_to_celsius(long t) in kelvin_to_celsius()
[all …]
Dsyscalls.h110 #define __MAP1(m,t,a,...) m(t,a) argument
111 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument
112 #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) argument
113 #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) argument
114 #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) argument
115 #define __MAP6(m,t,a,...) m(t,a), __MAP5(m,__VA_ARGS__) argument
118 #define __SC_DECL(t, a) t a argument
119 #define __TYPE_AS(t, v) __same_type((__force t)0, v) argument
120 #define __TYPE_IS_L(t) (__TYPE_AS(t, 0L)) argument
121 #define __TYPE_IS_UL(t) (__TYPE_AS(t, 0UL)) argument
[all …]
Dkcov.h31 #define kcov_prepare_switch(t) \ argument
36 #define kcov_finish_switch(t) \ argument
77 static inline void kcov_task_init(struct task_struct *t) {} in kcov_task_init()
78 static inline void kcov_task_exit(struct task_struct *t) {} in kcov_task_exit()
79 static inline void kcov_prepare_switch(struct task_struct *t) {} in kcov_prepare_switch()
80 static inline void kcov_finish_switch(struct task_struct *t) {} in kcov_finish_switch()
Dstackleak.h18 static inline void stackleak_task_init(struct task_struct *t) in stackleak_task_init()
32 static inline void stackleak_task_init(struct task_struct *t) { } in stackleak_task_init()
Dthread_info.h145 #define read_task_thread_flags(t) \ argument
156 #define set_task_syscall_work(t, fl) \ argument
158 #define test_task_syscall_work(t, fl) \ argument
160 #define clear_task_syscall_work(t, fl) \ argument
172 #define set_task_syscall_work(t, fl) \ argument
174 #define test_task_syscall_work(t, fl) \ argument
176 #define clear_task_syscall_work(t, fl) \ argument
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()
Dinterrupt.h643 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock()
653 static inline int tasklet_trylock(struct tasklet_struct *t) { return 1; } in tasklet_trylock()
654 static inline void tasklet_unlock(struct tasklet_struct *t) { } in tasklet_unlock()
655 static inline void tasklet_unlock_wait(struct tasklet_struct *t) { } in tasklet_unlock_wait()
656 static inline void tasklet_unlock_spin_wait(struct tasklet_struct *t) { } in tasklet_unlock_spin_wait()
661 static inline void tasklet_schedule(struct tasklet_struct *t) in tasklet_schedule()
669 static inline void tasklet_hi_schedule(struct tasklet_struct *t) in tasklet_hi_schedule()
675 static inline void tasklet_disable_nosync(struct tasklet_struct *t) in tasklet_disable_nosync()
685 static inline void tasklet_disable_in_atomic(struct tasklet_struct *t) in tasklet_disable_in_atomic()
692 static inline void tasklet_disable(struct tasklet_struct *t) in tasklet_disable()
[all …]
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()
Drcupdate_trace.h50 struct task_struct *t = current; in rcu_read_lock_trace() local
72 struct task_struct *t = current; in rcu_read_unlock_trace() local
Drcupdate.h157 # define rcu_tasks_classic_qs(t, preempt) \ argument
165 # define rcu_tasks_classic_qs(t, preempt) do { } while (0) argument
171 # define rcu_tasks_trace_qs(t) \ argument
180 # define rcu_tasks_trace_qs(t) do { } while (0) argument
183 #define rcu_tasks_qs(t, preempt) \ argument
194 #define rcu_note_voluntary_context_switch(t) rcu_tasks_qs(t, false) argument
199 #define rcu_tasks_qs(t, preempt) do { } while (0) argument
200 #define rcu_note_voluntary_context_switch(t) do { } while (0) argument
Dlockdep.h361 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) argument
539 #define lock_acquire_exclusive(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, n, i) argument
540 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) argument
541 #define lock_acquire_shared_recursive(l, s, t, n, i) lock_acquire(l, s, t, 2, 1, n, i) argument
543 #define spin_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
544 #define spin_acquire_nest(l, s, t, n, i) lock_acquire_exclusive(l, s, t, n, i) argument
547 #define rwlock_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
548 #define rwlock_acquire_read(l, s, t, i) \ argument
558 #define seqcount_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
559 #define seqcount_acquire_read(l, s, t, i) lock_acquire_shared_recursive(l, s, t, NULL, i) argument
[all …]
Dcapability.h215 static inline bool has_capability(struct task_struct *t, int cap) in has_capability()
219 static inline bool has_ns_capability(struct task_struct *t, in has_ns_capability()
224 static inline bool has_capability_noaudit(struct task_struct *t, int cap) in has_capability_noaudit()
228 static inline bool has_ns_capability_noaudit(struct task_struct *t, in has_ns_capability_noaudit()
Dfsi.h35 #define FSI_DEVICE(t) \ argument
38 #define FSI_DEVICE_VERSIONED(t, v) \ argument
Dprofile.h120 static inline int profile_event_register(enum profile_type t, struct notifier_block * n) in profile_event_register()
125 static inline int profile_event_unregister(enum profile_type t, struct notifier_block * n) in profile_event_unregister()
Ddamon.h428 static inline struct damon_region *damon_last_region(struct damon_target *t) in damon_last_region()
433 #define damon_for_each_region(r, t) \ argument
436 #define damon_for_each_region_safe(r, next, t) \ argument
439 #define damon_for_each_target(t, ctx) \ argument
442 #define damon_for_each_target_safe(t, next, ctx) \ argument
460 struct damon_target *t) in damon_insert_region()
/include/linux/sunrpc/
Dsched.h137 #define RPC_IS_ASYNC(t) ((t)->tk_flags & RPC_TASK_ASYNC) argument
138 #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER) argument
139 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT)) argument
140 #define RPC_IS_SOFTCONN(t) ((t)->tk_flags & RPC_TASK_SOFTCONN) argument
141 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT) argument
142 #define RPC_IS_MOVEABLE(t) ((t)->tk_flags & RPC_TASK_MOVEABLE) argument
152 #define RPC_IS_RUNNING(t) test_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) argument
153 #define rpc_set_running(t) set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) argument
154 #define rpc_test_and_set_running(t) \ argument
156 #define rpc_clear_running(t) \ argument
[all …]
/include/linux/sched/
Dtask.h104 static inline struct task_struct *get_task_struct(struct task_struct *t) in get_task_struct()
113 static inline void put_task_struct(struct task_struct *t) in put_task_struct()
144 static inline void put_task_struct_many(struct task_struct *t, int nr) in put_task_struct_many()
173 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area()
178 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area()
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()
/include/asm-generic/
Dioctl.h8 #define _IOC_TYPECHECK(t) (sizeof(t)) argument
12 #define _IOC_TYPECHECK(t) \ argument
/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/tc_act/
Dtc_tunnel_key.h30 struct tcf_tunnel_key *t = to_tunnel_key(a); in is_tcf_tunnel_set() local
44 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/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/net/sctp/
Dsctp.h566 static inline struct dst_entry *sctp_transport_dst_check(struct sctp_transport *t) in sctp_transport_dst_check()
578 const struct sctp_transport *t, in __sctp_mtu_payload()
609 static inline bool sctp_transport_pmtu_check(struct sctp_transport *t) in sctp_transport_pmtu_check()
626 static inline int sctp_transport_pl_hlen(struct sctp_transport *t) in sctp_transport_pl_hlen()
632 static inline void sctp_transport_pl_reset(struct sctp_transport *t) in sctp_transport_pl_reset()
651 static inline void sctp_transport_pl_update(struct sctp_transport *t) in sctp_transport_pl_update()
662 static inline bool sctp_transport_pl_enabled(struct sctp_transport *t) in sctp_transport_pl_enabled()
/include/scsi/
Dscsi_transport.h57 scsi_transport_reserve_target(struct scsi_transport_template * t, int space) in scsi_transport_reserve_target()
64 scsi_transport_reserve_device(struct scsi_transport_template * t, int space) in scsi_transport_reserve_device()

1234