Searched defs:nid (Results 1 – 7 of 7) sorted by relevance
/kernel/dma/ |
A D | contiguous.c | 102 int nid, count = 0; in early_numa_cma() local 160 int nid; in dma_numa_cma_reserve() local 356 int nid = dev_to_node(dev); in dma_alloc_contiguous() local
|
/kernel/ |
A D | kexec_handover.c | 461 static phys_addr_t __init scratch_size_node(int nid) in scratch_size_node() 488 int nid, i = 0; in kho_reserve_scratch() local
|
A D | padata.c | 447 int nworks, nid; in padata_do_multithreaded() local
|
/kernel/sched/ |
A D | fair.c | 1618 static inline unsigned long task_faults(struct task_struct *p, int nid) in task_faults() 1627 static inline unsigned long group_faults(struct task_struct *p, int nid) in group_faults() 1675 static bool numa_is_active_node(int nid, struct numa_group *ng) in numa_is_active_node() 1681 static unsigned long score_nearby_nodes(struct task_struct *p, int nid, in score_nearby_nodes() 1752 static inline unsigned long task_weight(struct task_struct *p, int nid, in task_weight() 1771 static inline unsigned long group_weight(struct task_struct *p, int nid, in group_weight() 2114 struct numa_stats *ns, int nid, in update_numa_stats() 2507 int nid, ret, dist; in task_numa_migrate() local 2653 int nid, active_nodes = 0; in numa_group_count_active_nodes() local 2795 static int preferred_group_nid(struct task_struct *p, int nid) in preferred_group_nid() [all …]
|
A D | core.c | 3529 int nid = cpu_to_node(cpu); in select_fallback_rq() local 8117 void sched_setnuma(struct task_struct *p, int nid) in sched_setnuma()
|
/kernel/cgroup/ |
A D | cpuset.c | 4278 bool cpuset_node_allowed(struct cgroup *cgroup, int nid) in cpuset_node_allowed()
|
/kernel/bpf/ |
A D | syscall.c | 581 static struct page *__bpf_alloc_page(int nid) in __bpf_alloc_page() 592 int bpf_map_alloc_pages(const struct bpf_map *map, int nid, in bpf_map_alloc_pages()
|
Completed in 95 milliseconds