Home
last modified time | relevance | path

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

123

/kernel/bpf/
Dbtf.c223 const struct btf_type *t; member
306 static bool btf_type_is_modifier(const struct btf_type *t) in btf_type_is_modifier()
329 bool btf_type_is_void(const struct btf_type *t) in btf_type_is_void()
334 static bool btf_type_is_fwd(const struct btf_type *t) in btf_type_is_fwd()
339 static bool btf_type_is_func(const struct btf_type *t) in btf_type_is_func()
344 static bool btf_type_is_func_proto(const struct btf_type *t) in btf_type_is_func_proto()
349 static bool btf_type_nosize(const struct btf_type *t) in btf_type_nosize()
355 static bool btf_type_nosize_or_null(const struct btf_type *t) in btf_type_nosize_or_null()
363 static bool btf_type_is_struct(const struct btf_type *t) in btf_type_is_struct()
370 static bool __btf_type_is_struct(const struct btf_type *t) in __btf_type_is_struct()
[all …]
/kernel/
Drseq.c84 static int rseq_update_cpu_id(struct task_struct *t) in rseq_update_cpu_id()
96 static int rseq_reset_rseq_cpu_id(struct task_struct *t) in rseq_reset_rseq_cpu_id()
115 static int rseq_get_rseq_cs(struct task_struct *t, struct rseq_cs *rseq_cs) in rseq_get_rseq_cs()
161 static int rseq_need_restart(struct task_struct *t, u32 cs_flags) in rseq_need_restart()
197 static int clear_rseq_cs(struct task_struct *t) in clear_rseq_cs()
224 struct task_struct *t = current; in rseq_ip_fixup() local
264 struct task_struct *t = current; in __rseq_handle_notify_resume() local
292 struct task_struct *t = current; in rseq_syscall() local
Dkcov.c62 struct task_struct *t; member
145 static notrace bool check_kcov_mode(enum kcov_mode needed_mode, struct task_struct *t) in check_kcov_mode()
181 struct task_struct *t; in __sanitizer_cov_trace_pc() local
203 struct task_struct *t; in write_comp_data() local
315 static void kcov_start(struct task_struct *t, unsigned int size, in kcov_start()
328 static void kcov_stop(struct task_struct *t) in kcov_stop()
336 static void kcov_task_reset(struct task_struct *t) in kcov_task_reset()
344 void kcov_task_init(struct task_struct *t) in kcov_task_init()
378 static void kcov_disable(struct task_struct *t, struct kcov *kcov) in kcov_disable()
401 void kcov_task_exit(struct task_struct *t) in kcov_task_exit()
[all …]
Dsoftirq.c471 static void __tasklet_schedule_common(struct tasklet_struct *t, in __tasklet_schedule_common()
487 void __tasklet_schedule(struct tasklet_struct *t) in __tasklet_schedule()
494 void __tasklet_hi_schedule(struct tasklet_struct *t) in __tasklet_hi_schedule()
514 struct tasklet_struct *t = list; in tasklet_action_common() local
549 void tasklet_init(struct tasklet_struct *t, in tasklet_init()
560 void tasklet_kill(struct tasklet_struct *t) in tasklet_kill()
621 void tasklet_kill_immediate(struct tasklet_struct *t, unsigned int cpu) in tasklet_kill_immediate()
Dhung_task.c88 static void check_hung_task(struct task_struct *t, unsigned long timeout) in check_hung_task()
152 static bool rcu_lock_break(struct task_struct *g, struct task_struct *t) in rcu_lock_break()
177 struct task_struct *g, *t; in check_hung_uninterruptible_tasks() local
280 long t; in watchdog() local
Dsignal.c67 static void __user *sig_handler(struct task_struct *t, int sig) in sig_handler()
79 static bool sig_task_ignored(struct task_struct *t, int sig, bool force) in sig_task_ignored()
101 static bool sig_ignored(struct task_struct *t, int sig, bool force) in sig_ignored()
154 static bool recalc_sigpending_tsk(struct task_struct *t) in recalc_sigpending_tsk()
176 void recalc_sigpending_and_wake(struct task_struct *t) in recalc_sigpending_and_wake()
412 __sigqueue_alloc(int sig, struct task_struct *t, gfp_t flags, int override_rlimit) in __sigqueue_alloc()
470 void flush_signals(struct task_struct *t) in flush_signals()
518 void ignore_signals(struct task_struct *t) in ignore_signals()
533 flush_signal_handlers(struct task_struct *t, int force_default) in flush_signal_handlers()
754 void signal_wake_up_state(struct task_struct *t, unsigned int state) in signal_wake_up_state()
[all …]
Dcapability.c294 bool has_ns_capability(struct task_struct *t, in has_ns_capability()
316 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()
Daudit.c908 int t = done ? NLMSG_DONE : type; in audit_make_reply() local
1442 unsigned int t; in audit_receive_msg() local
1454 unsigned int t; in audit_receive_msg() local
1721 struct timespec64 *t, unsigned int *serial) in audit_get_stamp()
1748 struct timespec64 t; in audit_log_start() local
2271 int audit_signal_info(int sig, struct task_struct *t) in audit_signal_info()
Daudit.h294 #define auditsc_get_stamp(c, t, s) 0 argument
308 #define audit_exe_compare(t, m) (-EINVAL) argument
320 static inline int audit_signal_info_syscall(struct task_struct *t) in audit_signal_info_syscall()
325 #define audit_filter_inodes(t, c) AUDIT_DISABLED argument
/kernel/sched/
Dstats.h145 static inline void sched_info_reset_dequeued(struct task_struct *t) in sched_info_reset_dequeued()
156 static inline void sched_info_dequeued(struct rq *rq, struct task_struct *t) in sched_info_dequeued()
175 static void sched_info_arrive(struct rq *rq, struct task_struct *t) in sched_info_arrive()
194 static inline void sched_info_queued(struct rq *rq, struct task_struct *t) in sched_info_queued()
210 static inline void sched_info_depart(struct rq *rq, struct task_struct *t) in sched_info_depart()
248 # define sched_info_queued(rq, t) do { } while (0) argument
249 # define sched_info_reset_dequeued(t) do { } while (0) argument
250 # define sched_info_dequeued(rq, t) do { } while (0) argument
251 # define sched_info_depart(rq, t) do { } while (0) argument
253 # define sched_info_switch(rq, t, next) do { } while (0) argument
Dcputime.c277 static inline u64 read_sum_exec_runtime(struct task_struct *t) in read_sum_exec_runtime()
282 static u64 read_sum_exec_runtime(struct task_struct *t) in read_sum_exec_runtime()
304 struct task_struct *t; in thread_group_cputime() local
830 void vtime_init_idle(struct task_struct *t, int cpu) in vtime_init_idle()
843 u64 task_gtime(struct task_struct *t) in task_gtime()
869 void task_cputime(struct task_struct *t, u64 *utime, u64 *stime) in task_cputime()
Dpsi.c493 struct psi_trigger *t; in init_triggers() local
505 struct psi_trigger *t; in update_triggers() local
676 unsigned int t, m; in psi_group_change() local
1010 struct psi_trigger *t; in psi_trigger_create() local
1084 struct psi_trigger *t = container_of(ref, struct psi_trigger, refcount); in psi_trigger_destroy() local
1165 struct psi_trigger *t; in psi_trigger_poll() local
Dcompletion.c204 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_INTERRUPTIBLE); in wait_for_completion_interruptible() local
241 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_KILLABLE); in wait_for_completion_killable() local
Disolation.c49 void housekeeping_affine(struct task_struct *t, enum hk_flags flags) in housekeeping_affine()
/kernel/rcu/
Dtree_plugin.h137 struct task_struct *t = current; in rcu_preempt_ctxt_queue() local
287 struct task_struct *t = current; in rcu_note_context_switch() local
374 struct task_struct *t = current; in __rcu_read_unlock() local
399 static struct list_head *rcu_next_node_entry(struct task_struct *t, in rcu_next_node_entry()
425 rcu_preempt_deferred_qs_irqrestore(struct task_struct *t, unsigned long flags) in rcu_preempt_deferred_qs_irqrestore()
550 static bool rcu_preempt_need_deferred_qs(struct task_struct *t) in rcu_preempt_need_deferred_qs()
564 static void rcu_preempt_deferred_qs(struct task_struct *t) in rcu_preempt_deferred_qs()
595 static void rcu_read_unlock_special(struct task_struct *t) in rcu_read_unlock_special()
659 struct task_struct *t; in rcu_preempt_check_blocked_tasks() local
684 struct task_struct *t = current; in rcu_flavor_sched_clock_irq() local
[all …]
Dupdate.c598 static void check_holdout_task(struct task_struct *t, in check_holdout_task()
633 struct task_struct *g, *t; in rcu_tasks_kthread() local
792 struct task_struct *t; in rcu_spawn_tasks_kthread() local
/kernel/trace/
Dfgraph.c347 struct task_struct *g, *t; in alloc_retstack_tasklist() local
463 graph_init_task(struct task_struct *t, struct ftrace_ret_stack *ret_stack) in graph_init_task()
477 void ftrace_graph_init_idle_task(struct task_struct *t, int cpu) in ftrace_graph_init_idle_task()
506 void ftrace_graph_init_task(struct task_struct *t) in ftrace_graph_init_task()
525 void ftrace_graph_exit_task(struct task_struct *t) in ftrace_graph_exit_task()
Dtrace_mmiotrace.c173 unsigned long long t = ns2usecs(iter->ts); in mmio_print_rw() local
218 unsigned long long t = ns2usecs(iter->ts); in mmio_print_map() local
252 unsigned long long t = ns2usecs(iter->ts); in mmio_print_mark() local
Dtrace_probe.h171 #define __DEFAULT_FETCH_TYPE(t) x##t argument
172 #define _DEFAULT_FETCH_TYPE(t) __DEFAULT_FETCH_TYPE(t) argument
176 #define __ADDR_FETCH_TYPE(t) u##t argument
177 #define _ADDR_FETCH_TYPE(t) __ADDR_FETCH_TYPE(t) argument
Dblktrace.c70 struct blk_io_trace *t; in trace_note() local
220 struct blk_io_trace *t; in __blk_add_trace() local
1133 static void fill_rwbs(char *rwbs, const struct blk_io_trace *t) in fill_rwbs()
1242 const struct blk_io_trace *t = te_blk_io_trace(iter->ent); in blk_log_action_classic() local
1256 const struct blk_io_trace *t = te_blk_io_trace(iter->ent); in blk_log_action() local
1464 const struct blk_io_trace *t; in print_one_line() local
1501 struct blk_io_trace *t = (struct blk_io_trace *)iter->ent; in blk_trace_synthesize_old_trace() local
/kernel/time/
Dposix-stubs.c128 struct timespec64 t; in SYSCALL_DEFINE4() local
214 struct timespec64 t; in SYSCALL_DEFINE4() local
Dtimekeeping_debug.c46 void tk_debug_account_sleep_time(const struct timespec64 *t) in tk_debug_account_sleep_time()
Dtick-broadcast-hrtimer.c99 static enum hrtimer_restart bc_handler(struct hrtimer *t) in bc_handler()
Ditimer.c58 u64 t, samples[CPUCLOCK_MAX]; in get_cpu_itimer() local
182 #define timeval_valid(t) \ argument
Dhrtimer.c287 # define switch_hrtimer_base(t, b, p) (b) argument
1763 struct hrtimer_sleeper *t = in hrtimer_wakeup() local
1865 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) in do_nanosleep()
1902 struct hrtimer_sleeper t; in hrtimer_nanosleep_restart() local
1917 struct hrtimer_sleeper t; in hrtimer_nanosleep() local
2106 struct hrtimer_sleeper t; in schedule_hrtimeout_range_clock() local

123