Searched refs:mem_frag_state (Results 1 – 1 of 1) sorted by relevance
39 struct mem_frag_state { struct43 SLIST_ENTRY(mem_frag_state) link; argument73 static SLIST_HEAD(mem_frag_state_head, mem_frag_state) frag_state_head =617 static int add_mem_share_frag(struct mem_frag_state *s, void *buf, size_t flen) in add_mem_share_frag()633 SLIST_REMOVE(&frag_state_head, s, mem_frag_state, link); in add_mem_share_frag()688 struct mem_frag_state *s = calloc(sizeof(*s), 1); in add_mem_share()836 static struct mem_frag_state *get_frag_state(uint64_t global_handle) in get_frag_state()838 struct mem_frag_state *s = NULL; in get_frag_state()854 struct mem_frag_state *s = NULL; in handle_mem_frag_tx()
Completed in 4 milliseconds