Searched refs:local_list (Results 1 – 3 of 3) sorted by relevance
446 loc_l = per_cpu_ptr(clru->local_list, cpu); in bpf_common_lru_pop_free()475 steal_loc_l = per_cpu_ptr(clru->local_list, steal); in bpf_common_lru_pop_free()520 loc_l = per_cpu_ptr(lru->common_lru.local_list, node->cpu); in bpf_common_lru_push_free()671 clru->local_list = alloc_percpu(struct bpf_lru_locallist); in bpf_lru_init()672 if (!clru->local_list) in bpf_lru_init()678 loc_l = per_cpu_ptr(clru->local_list, cpu); in bpf_lru_init()699 free_percpu(lru->common_lru.local_list); in bpf_lru_destroy()
47 struct bpf_lru_locallist __percpu *local_list; member
65 LIST_HEAD(local_list); in padata_parallel_worker()72 list_replace_init(&pqueue->parallel.list, &local_list); in padata_parallel_worker()75 while (!list_empty(&local_list)) { in padata_parallel_worker()78 padata = list_entry(local_list.next, in padata_parallel_worker()288 LIST_HEAD(local_list); in padata_serial_worker()296 list_replace_init(&squeue->serial.list, &local_list); in padata_serial_worker()301 while (!list_empty(&local_list)) { in padata_serial_worker()304 padata = list_entry(local_list.next, in padata_serial_worker()