Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dmemalloc.c36 #define LLIST_NODE_SZ sizeof(struct llist_node) macro
272 c->dtor((void *)pos + LLIST_NODE_SZ, c->dtor_ctx); in free_all()
514 percpu_size = LLIST_NODE_SZ + sizeof(void *); in bpf_mem_alloc_init()
523 size += LLIST_NODE_SZ; /* room for llist_node */ in bpf_mem_alloc_init()
596 percpu_size = LLIST_NODE_SZ + sizeof(void *); in bpf_mem_alloc_percpu_unit_init()
821 struct llist_node *llnode = ptr - LLIST_NODE_SZ; in unit_free()
825 BUILD_BUG_ON(LLIST_NODE_SZ > 8); in unit_free()
861 struct llist_node *llnode = ptr - LLIST_NODE_SZ; in unit_free_rcu()
892 size += LLIST_NODE_SZ; in bpf_mem_alloc()
898 return !ret ? NULL : ret + LLIST_NODE_SZ; in bpf_mem_alloc()
[all …]