Searched refs:common (Results 1 – 12 of 12) sorted by relevance
/kernel/bpf/ |
D | task_iter.c | 30 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/ |
D | ipi.c | 94 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()
|
D | internals.h | 197 #define __irqd_to_state(d) ACCESS_PRIVATE((d)->common, state_use_accessors)
|
D | irqdomain.c | 1223 irq_data->common = child->common; in irq_domain_insert_irq_data()
|
D | irqdesc.c | 111 desc->irq_data.common = &desc->irq_common_data; in desc_set_defaults()
|
/kernel/entry/ |
D | Makefile | 12 obj-$(CONFIG_GENERIC_ENTRY) += common.o syscall_user_dispatch.o
|
/kernel/time/ |
D | Makefile | 12 obj-$(CONFIG_GENERIC_CLOCKEVENTS) += clockevents.o tick-common.o
|
/kernel/sched/ |
D | psi.c | 883 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/ |
D | Kconfig | 211 With this option you will be able to detect common bugs in device
|
/kernel/ |
D | kexec_core.c | 1089 prstatus.common.pr_pid = current->pid; in crash_save_cpu()
|
/kernel/power/ |
D | Kconfig | 156 enabled. In particular, only enable this if it is very common to be
|
/kernel/rcu/ |
D | Kconfig | 136 This option enables RCU CPU stall code that is common between
|