Searched refs:mem_frag_state (Results 1 – 1 of 1) sorted by relevance
47 struct mem_frag_state { struct51 SLIST_ENTRY(mem_frag_state) link; argument109 static SLIST_HEAD(mem_frag_state_head, mem_frag_state) frag_state_head =1114 static int add_mem_op_frag(struct mem_frag_state *s, void *buf, size_t flen) in add_mem_op_frag()1132 SLIST_REMOVE(&frag_state_head, s, mem_frag_state, link); in add_mem_op_frag()1201 struct mem_frag_state *s = calloc(1, sizeof(*s)); in add_mem_op()1416 static struct mem_frag_state *get_frag_state(uint64_t global_handle) in get_frag_state()1418 struct mem_frag_state *s = NULL; in get_frag_state()1433 struct mem_frag_state *s = NULL; in handle_mem_frag_tx()