Home
last modified time | relevance | path

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

12345

/include/linux/
A Dbtf.h305 static inline u16 btf_kind(const struct btf_type *t) in btf_kind()
310 static inline bool btf_is_enum(const struct btf_type *t) in btf_is_enum()
315 static inline bool btf_is_enum64(const struct btf_type *t) in btf_is_enum64()
332 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array()
337 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int()
342 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr()
347 static inline u8 btf_int_offset(const struct btf_type *t) in btf_int_offset()
352 static inline __u8 btf_int_bits(const struct btf_type *t) in btf_int_bits()
417 static inline u16 btf_type_vlen(const struct btf_type *t) in btf_type_vlen()
422 static inline u16 btf_vlen(const struct btf_type *t) in btf_vlen()
[all …]
A Drseq.h26 static inline void rseq_set_notify_resume(struct task_struct *t) in rseq_set_notify_resume()
51 static inline void rseq_preempt(struct task_struct *t) in rseq_preempt()
58 static inline void rseq_migrate(struct task_struct *t) in rseq_migrate()
68 static inline void rseq_fork(struct task_struct *t, unsigned long clone_flags) in rseq_fork()
83 static inline void rseq_execve(struct task_struct *t) in rseq_execve()
93 static inline void rseq_set_notify_resume(struct task_struct *t) in rseq_set_notify_resume()
104 static inline void rseq_preempt(struct task_struct *t) in rseq_preempt()
107 static inline void rseq_migrate(struct task_struct *t) in rseq_migrate()
110 static inline void rseq_fork(struct task_struct *t, unsigned long clone_flags) in rseq_fork()
113 static inline void rseq_execve(struct task_struct *t) in rseq_execve()
A Dunits.h44 static inline long milli_kelvin_to_millicelsius(long t) in milli_kelvin_to_millicelsius()
49 static inline long millicelsius_to_milli_kelvin(long t) in millicelsius_to_milli_kelvin()
57 static inline long kelvin_to_millicelsius(long t) in kelvin_to_millicelsius()
62 static inline long millicelsius_to_kelvin(long t) in millicelsius_to_kelvin()
69 static inline long deci_kelvin_to_celsius(long t) in deci_kelvin_to_celsius()
76 static inline long celsius_to_deci_kelvin(long t) in celsius_to_deci_kelvin()
90 static inline long deci_kelvin_to_millicelsius_with_offset(long t, long offset) in deci_kelvin_to_millicelsius_with_offset()
95 static inline long deci_kelvin_to_millicelsius(long t) in deci_kelvin_to_millicelsius()
100 static inline long millicelsius_to_deci_kelvin(long t) in millicelsius_to_deci_kelvin()
107 static inline long kelvin_to_celsius(long t) in kelvin_to_celsius()
[all …]
A Dsyscalls.h118 #define __MAP1(m,t,a,...) m(t,a) argument
119 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument
126 #define __SC_DECL(t, a) t a argument
127 #define __TYPE_AS(t, v) __same_type((__force t)0, v) argument
128 #define __TYPE_IS_L(t) (__TYPE_AS(t, 0L)) argument
129 #define __TYPE_IS_UL(t) (__TYPE_AS(t, 0UL)) argument
132 #define __SC_CAST(t, a) (__force t) a argument
133 #define __SC_TYPE(t, a) t argument
134 #define __SC_ARGS(t, a) a argument
138 #define __SC_STR_ADECL(t, a) #a argument
[all …]
A Duser_events.h35 static inline void user_events_fork(struct task_struct *t, in user_events_fork()
54 static inline void user_events_execve(struct task_struct *t) in user_events_execve()
62 static inline void user_events_exit(struct task_struct *t) in user_events_exit()
70 static inline void user_events_fork(struct task_struct *t, in user_events_fork()
75 static inline void user_events_execve(struct task_struct *t) in user_events_execve()
79 static inline void user_events_exit(struct task_struct *t) in user_events_exit()
A Dkcov.h33 #define kcov_prepare_switch(t) \ argument
38 #define kcov_finish_switch(t) \ argument
122 static inline void kcov_task_init(struct task_struct *t) {} in kcov_task_init()
123 static inline void kcov_task_exit(struct task_struct *t) {} in kcov_task_exit()
124 static inline void kcov_prepare_switch(struct task_struct *t) {} in kcov_prepare_switch()
125 static inline void kcov_finish_switch(struct task_struct *t) {} in kcov_finish_switch()
A Dthread_info.h153 #define read_task_thread_flags(t) \ argument
164 #define set_task_syscall_work(t, fl) \ argument
166 #define test_task_syscall_work(t, fl) \ argument
168 #define clear_task_syscall_work(t, fl) \ argument
180 #define set_task_syscall_work(t, fl) \ argument
182 #define test_task_syscall_work(t, fl) \ argument
184 #define clear_task_syscall_work(t, fl) \ argument
A 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()
A Dinterrupt.h737 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock()
747 static inline int tasklet_trylock(struct tasklet_struct *t) { return 1; } in tasklet_trylock()
748 static inline void tasklet_unlock(struct tasklet_struct *t) { } in tasklet_unlock()
749 static inline void tasklet_unlock_wait(struct tasklet_struct *t) { } in tasklet_unlock_wait()
750 static inline void tasklet_unlock_spin_wait(struct tasklet_struct *t) { } in tasklet_unlock_spin_wait()
755 static inline void tasklet_schedule(struct tasklet_struct *t) in tasklet_schedule()
763 static inline void tasklet_hi_schedule(struct tasklet_struct *t) in tasklet_hi_schedule()
769 static inline void tasklet_disable_nosync(struct tasklet_struct *t) in tasklet_disable_nosync()
779 static inline void tasklet_disable_in_atomic(struct tasklet_struct *t) in tasklet_disable_in_atomic()
786 static inline void tasklet_disable(struct tasklet_struct *t) in tasklet_disable()
[all …]
A 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()
A Dkstack_erase.h72 static inline void stackleak_task_init(struct task_struct *t) in stackleak_task_init()
86 static inline void stackleak_task_init(struct task_struct *t) { } in stackleak_task_init()
A Drcupdate_trace.h51 struct task_struct *t = current; in rcu_read_lock_trace() local
73 struct task_struct *t = current; in rcu_read_unlock_trace() local
A Dlockdep.h336 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) argument
510 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) argument
513 #define spin_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
514 #define spin_acquire_nest(l, s, t, n, i) lock_acquire_exclusive(l, s, t, n, i) argument
517 #define rwlock_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
518 #define rwlock_acquire_read(l, s, t, i) \ argument
528 #define seqcount_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
532 #define mutex_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
533 #define mutex_acquire_nest(l, s, t, n, i) lock_acquire_exclusive(l, s, t, n, i) argument
536 #define rwsem_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
[all …]
A Drcupdate.h164 # define rcu_tasks_classic_qs(t, preempt) \ argument
173 # define rcu_tasks_classic_qs(t, preempt) do { } while (0) argument
186 # define rcu_tasks_trace_qs(t) \ argument
200 # define rcu_tasks_trace_qs(t) do { } while (0) argument
203 #define rcu_tasks_qs(t, preempt) \ argument
214 #define rcu_note_voluntary_context_switch(t) rcu_tasks_qs(t, false) argument
218 #define rcu_tasks_classic_qs(t, preempt) do { } while (0) argument
219 #define rcu_tasks_qs(t, preempt) do { } while (0) argument
220 #define rcu_note_voluntary_context_switch(t) do { } while (0) argument
A Drcutiny.h111 static inline void rcu_request_urgent_qs_task(struct task_struct *t) { } in rcu_request_urgent_qs_task()
122 static inline bool rcu_preempt_need_deferred_qs(struct task_struct *t) in rcu_preempt_need_deferred_qs()
126 static inline void rcu_preempt_deferred_qs(struct task_struct *t) { } in rcu_preempt_deferred_qs()
A Dfsi.h35 #define FSI_DEVICE(t) \ argument
38 #define FSI_DEVICE_VERSIONED(t, v) \ argument
/include/linux/sched/
A Dcputime.h16 static inline bool task_cputime(struct task_struct *t, in task_cputime()
24 static inline u64 task_gtime(struct task_struct *t) in task_gtime()
31 static inline void task_cputime_scaled(struct task_struct *t, in task_cputime_scaled()
39 static inline void task_cputime_scaled(struct task_struct *t, in task_cputime_scaled()
A Dtask.h114 static inline struct task_struct *get_task_struct(struct task_struct *t) in get_task_struct()
120 static inline struct task_struct *tryget_task_struct(struct task_struct *t) in tryget_task_struct()
128 static inline void put_task_struct(struct task_struct *t) in put_task_struct()
196 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area()
201 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area()
/include/linux/sunrpc/
A Dsched.h148 #define RPC_IS_ASYNC(t) ((t)->tk_flags & RPC_TASK_ASYNC) argument
149 #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER) argument
151 #define RPC_IS_SOFTCONN(t) ((t)->tk_flags & RPC_TASK_SOFTCONN) argument
152 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT) argument
153 #define RPC_IS_MOVEABLE(t) ((t)->tk_flags & RPC_TASK_MOVEABLE) argument
164 #define rpc_test_and_set_running(t) \ argument
168 #define RPC_IS_QUEUED(t) test_bit(RPC_TASK_QUEUED, &(t)->tk_runstate) argument
169 #define rpc_set_queued(t) set_bit(RPC_TASK_QUEUED, &(t)->tk_runstate) argument
170 #define rpc_clear_queued(t) clear_bit(RPC_TASK_QUEUED, &(t)->tk_runstate) argument
172 #define RPC_IS_ACTIVATED(t) test_bit(RPC_TASK_ACTIVE, &(t)->tk_runstate) argument
[all …]
/include/asm-generic/
A Dioctl.h8 #define _IOC_TYPECHECK(t) (sizeof(t)) argument
12 #define _IOC_TYPECHECK(t) \ argument
/include/crypto/
A Dgf128mul.h221 be128 t[256]; member
227 static inline void gf128mul_free_4k(struct gf128mul_4k *t) in gf128mul_free_4k()
236 struct gf128mul_4k *t[16]; member
/include/net/tc_act/
A 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/
A Dnf_conntrack_tuple.h85 static inline void nf_ct_dump_tuple_ip(const struct nf_conntrack_tuple *t) in nf_ct_dump_tuple_ip()
95 static inline void nf_ct_dump_tuple_ipv6(const struct nf_conntrack_tuple *t) in nf_ct_dump_tuple_ipv6()
105 static inline void nf_ct_dump_tuple(const struct nf_conntrack_tuple *t) in nf_ct_dump_tuple()
182 nf_ct_tuple_mask_cmp(const struct nf_conntrack_tuple *t, in nf_ct_tuple_mask_cmp()
/include/net/sctp/
A Dsctp.h559 static inline struct dst_entry *sctp_transport_dst_check(struct sctp_transport *t) in sctp_transport_dst_check()
571 const struct sctp_transport *t, in __sctp_mtu_payload()
602 static inline bool sctp_transport_pmtu_check(struct sctp_transport *t) in sctp_transport_pmtu_check()
619 static inline int sctp_transport_pl_hlen(struct sctp_transport *t) in sctp_transport_pl_hlen()
625 static inline void sctp_transport_pl_reset(struct sctp_transport *t) in sctp_transport_pl_reset()
644 static inline void sctp_transport_pl_update(struct sctp_transport *t) in sctp_transport_pl_update()
655 static inline bool sctp_transport_pl_enabled(struct sctp_transport *t) in sctp_transport_pl_enabled()
/include/scsi/
A 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()

Completed in 52 milliseconds

12345