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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dllist.c16 void llist_add_to(llist_t **old_head, void *data) argument
21 new_head->link = *old_head;
22 *old_head = new_head;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/auth/
H A Dpampass.c252 struct chat_struct *old_head = list; local
254 SAFE_FREE(old_head);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c93 * the range old_head, new_head, inclusive.
96 unsigned long old_head, unsigned long new_head)
98 if (old_head <= new_head) {
99 if (offset > old_head && offset <= new_head)
102 if (offset > old_head || offset <= new_head)
95 job_finished(struct spu_queue *q, unsigned int offset, unsigned long old_head, unsigned long new_head) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h622 void llist_add_to(llist_t **old_head, void *data);
629 * llist_t *llist_add_to(llist_t *old_head, void *data)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dvolumes.c133 struct bio *old_head; local
135 old_head = pending_bios->head;
138 tail->bi_next = old_head;

Completed in 146 milliseconds