Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h429 struct list_head *new_first = entry->next; in __list_cut_position() local
434 head->next = new_first; in __list_cut_position()
435 new_first->prev = head; in __list_cut_position()
/freebsd-12.1/lib/libpmc/pmu-events/
H A Dlist.h395 struct list_head *new_first = entry->next; in __list_cut_position() local
400 head->next = new_first; in __list_cut_position()
401 new_first->prev = head; in __list_cut_position()
/freebsd-12.1/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c242 struct list_head *new_first = entry->next; in __list_cut_position() local
247 head->next = new_first; in __list_cut_position()
248 new_first->prev = head; in __list_cut_position()