Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sym/
Dsym_hipd.c207 #define sym_insque_head(new, head) __sym_que_add(new, head, (head)->flink) macro
6381 sym_insque_head(&cp->link_ccbq, &np->free_ccbq); in sym_get_ccb()
6471 sym_insque_head(&cp->link_ccbq, &np->free_ccbq); in sym_free_ccb()
6546 sym_insque_head(&cp->link_ccbq, &np->free_ccbq); in sym_alloc_ccb()
7236 sym_insque_head(&cp->link_ccbq, &np->comp_ccbq);