Lines Matching full:next
34 SLIST_ENTRY(mobj_reg_shm) next;
50 SLIST_ENTRY(mobj_protmem) next;
148 SLIST_REMOVE(®_shm_list, mobj_reg_shm, mobj_reg_shm, next); in reg_shm_free_helper()
336 SLIST_FOREACH(m, &protmem_list, next) { in check_protmem_conflict()
387 SLIST_INSERT_HEAD(®_shm_list, mobj_reg_shm, next); in mobj_reg_shm_alloc()
411 SLIST_FOREACH(mobj_reg_shm, ®_shm_list, next) in reg_shm_find_unlocked()
422 SLIST_FOREACH(m, &protmem_list, next) in protmem_find_unlocked()
555 SLIST_FOREACH(r, ®_shm_list, next) { in check_reg_shm_list_conflict()
629 SLIST_REMOVE(&protmem_list, mobj_protmem, mobj_protmem, next); in protmem_free_helper()
722 SLIST_INSERT_HEAD(&protmem_list, m, next); in mobj_protmem_alloc()
800 SLIST_FOREACH(m, &protmem_list, next) in protmem_find_by_pa_unlocked()