Searched refs:free_llist (Results 1 - 1 of 1) sorted by path

/linux-master/kernel/bpf/
H A Dmemalloc.c84 struct llist_head free_llist; member in struct:bpf_mem_cache
97 /* count of objects in free_llist */
182 * counter. It protects free_llist from corruption in case NMI
200 __llist_add(obj, &c->free_llist);
349 llnode = __llist_del_first(&c->free_llist);
644 free_all(__llist_del_all(&c->free_llist), percpu);
655 WARN_ON_ONCE(!llist_empty(&c->free_llist));
806 llnode = __llist_del_first(&c->free_llist);
819 * will run after IRQ is enabled and free_llist may be refilled by
828 * add it to the free_llist o
[all...]

Completed in 195 milliseconds