Home
last modified time | relevance | path

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

/libev/
H A Dev.c1761 WL head; member
1788 WL head; member
2372 WL head; member
3753 wlist_add (WL *head, WL elem) in wlist_add() argument
3755 elem->next = *head; in wlist_add()
3756 *head = elem; in wlist_add()
3760 wlist_del (WL *head, WL elem) in wlist_del() argument
3762 while (*head) in wlist_del()
3766 *head = elem->next; in wlist_del()
3770 head = &(*head)->next; in wlist_del()
[all …]
H A Dconfig.guess251 …ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head
H A Dev.pod5383 These just add the watcher into an array or at the head of a list.