Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dllist.h30 llist_del_first(struct llist_head *head) in llist_del_first() function
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_slab.c238 while((freed = llist_del_first(&linux_kfree_async_list)) != NULL) in linux_kfree_async_fn()