Searched refs:head (Results 1 – 3 of 3) sorted by relevance
1761 WL head; member1788 WL head; member2372 WL head; member3753 wlist_add (WL *head, WL elem) in wlist_add() argument3755 elem->next = *head; in wlist_add()3756 *head = elem; in wlist_add()3760 wlist_del (WL *head, WL elem) in wlist_del() argument3762 while (*head) in wlist_del()3766 *head = elem->next; in wlist_del()3770 head = &(*head)->next; in wlist_del()[all …]
251 …ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head …
5383 These just add the watcher into an array or at the head of a list.