Home
last modified time | relevance | path

Searched refs:common (Results 1 – 12 of 12) sorted by relevance

/kernel/bpf/
Dtask_iter.c30 struct bpf_iter_seq_task_common common; member
34 static struct task_struct *task_group_seq_get_next(struct bpf_iter_seq_task_common *common, in task_group_seq_get_next() argument
44 pid = find_pid_ns(common->pid, common->ns); in task_group_seq_get_next()
52 *tid = common->pid; in task_group_seq_get_next()
53 common->pid_visiting = common->pid; in task_group_seq_get_next()
62 if (*tid == common->pid_visiting) { in task_group_seq_get_next()
63 pid = find_pid_ns(common->pid_visiting, common->ns); in task_group_seq_get_next()
69 pid = find_pid_ns(common->pid_visiting, common->ns); in task_group_seq_get_next()
89 *tid = __task_pid_nr_ns(next_task, PIDTYPE_PID, common->ns); in task_group_seq_get_next()
90 if (!*tid || *tid == common->pid) { in task_group_seq_get_next()
[all …]
/kernel/irq/
Dipi.c94 cpumask_copy(data->common->affinity, dest); in irq_reserve_ipi()
95 data->common->ipi_offset = offset; in irq_reserve_ipi()
143 irq = irq + cpumask_first(dest) - data->common->ipi_offset; in irq_destroy_ipi()
182 data = irq_get_irq_data(irq + cpu - data->common->ipi_offset); in ipi_get_hwirq()
248 cpu != data->common->ipi_offset) { in __ipi_send_single()
250 unsigned irq = data->irq + cpu - data->common->ipi_offset; in __ipi_send_single()
293 unsigned irq = base + cpu - data->common->ipi_offset; in __ipi_send_mask()
Dinternals.h197 #define __irqd_to_state(d) ACCESS_PRIVATE((d)->common, state_use_accessors)
Dirqdomain.c1223 irq_data->common = child->common; in irq_domain_insert_irq_data()
Dirqdesc.c111 desc->irq_data.common = &desc->irq_common_data; in desc_set_defaults()
/kernel/entry/
DMakefile12 obj-$(CONFIG_GENERIC_ENTRY) += common.o syscall_user_dispatch.o
/kernel/time/
DMakefile12 obj-$(CONFIG_GENERIC_CLOCKEVENTS) += clockevents.o tick-common.o
/kernel/sched/
Dpsi.c883 struct psi_group *group, *common = NULL; in psi_task_switch() local
898 common = group; in psi_task_switch()
938 if (group == common) in psi_task_switch()
/kernel/dma/
DKconfig211 With this option you will be able to detect common bugs in device
/kernel/
Dkexec_core.c1089 prstatus.common.pr_pid = current->pid; in crash_save_cpu()
/kernel/power/
DKconfig156 enabled. In particular, only enable this if it is very common to be
/kernel/rcu/
DKconfig136 This option enables RCU CPU stall code that is common between