Searched refs:lhead (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/locking/
H A Dposix.c734 static struct lock_list *posix_lock_list(TALLOC_CTX *ctx, struct lock_list *lhead, files_struct *fsp) argument
746 return lhead;
757 (double)lhead->start, (double)lhead->size ));
759 for (i=0; i<num_locks && lhead; i++) {
770 for (l_curr = lhead; l_curr;) {
816 DLIST_REMOVE(lhead, l_curr);
817 if(lhead == NULL)
918 * Add into the dlink list after the l_curr point - NOT at lhead.
942 } /* end for ( l_curr = lhead; l_cur
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dsn_console.c939 int lhead = port->sc_port.info->xmit.head; local
965 if ((lhead != port->sc_port.info->xmit.head)
968 lhead =
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dcifsglob.h417 struct list_head lhead; member in struct:dir_notify_req
H A Dcifssmb.c4939 list_add_tail(&dnotify_req->lhead,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dfib_semantics.c658 struct hlist_head *lhead = &fib_info_laddrhash[i]; local
662 hlist_for_each_entry_safe(fi, node, n, lhead, fib_lhash) {

Completed in 111 milliseconds