Home
last modified time | relevance | path

Searched refs:local_list (Results 1 – 3 of 3) sorted by relevance

/kernel/bpf/
Dbpf_lru_list.c446 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()
Dbpf_lru_list.h48 struct bpf_lru_locallist __percpu *local_list; member
/kernel/
Dpadata.c349 LIST_HEAD(local_list); in padata_serial_worker()
357 list_replace_init(&squeue->serial.list, &local_list); in padata_serial_worker()
362 while (!list_empty(&local_list)) { in padata_serial_worker()
365 padata = list_entry(local_list.next, in padata_serial_worker()