Searched refs:head (Results 1 - 25 of 991) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68328/
H A DMakefile5 head-y = head-$(MODEL).o
6 head-$(CONFIG_PILOT) = head-pilot.o
7 head-$(CONFIG_DRAGEN2) = head-de2.o
13 extra-y := head.o
14 extra-$(CONFIG_M68328) += bootlogo.rh head.o
19 $(obj)/head.o: $(obj)/$(head
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/oprofile/
H A Dbacktrace.c23 dump_kernel_backtrace(struct frame_head * head) argument
25 oprofile_add_trace(head->ret);
29 if (head >= head->ebp)
32 return head->ebp;
36 dump_user_backtrace(struct frame_head * head) argument
41 if (!access_ok(VERIFY_READ, head, sizeof(bufhead)))
43 if (__copy_from_user_inatomic(bufhead, head, sizeof(bufhead)))
50 if (head >= bufhead[0].ebp)
87 static int valid_kernel_stack(struct frame_head * head, struc argument
101 valid_kernel_stack(struct frame_head * head, struct pt_regs * regs) argument
111 struct frame_head *head; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Dqueue.h40 * added to the list after an existing element or at the head of the list.
41 * Elements being removed from the head of the list should use the explicit
48 * head of the list and the other to the tail of the list. The elements are
51 * to the list after an existing element, at the head of the list, or at the
52 * end of the list. Elements being removed from the head of the tail queue
62 * or after an existing element or at the head of the list. A list
65 * A tail queue is headed by a pair of pointers, one to the head of the
69 * after an existing element, at the head of the list, or at the end of
72 * A circle queue is headed by a pair of pointers, one to the head of the
76 * an existing element, at the head o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_alloc.c41 struct sp_chunk **head)
56 new_head->head = 0;
68 *head = new_head;
90 u16 *c2_alloc_mqsp(struct c2_dev *c2dev, struct sp_chunk *head, argument
95 while (head) {
96 mqsp = head->head;
98 head->head = head
40 c2_alloc_mqsp_chunk(struct c2_dev *c2dev, gfp_t gfp_mask, struct sp_chunk **head) argument
125 struct sp_chunk *head; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcirc_buf.h6 int head; member in struct:circ_buf
11 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1))
14 as a completely full buffer has head == tail, which is the same as
16 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size))
19 accessing head and tail more than once, so they can change
21 #define CIRC_CNT_TO_END(head,tail,size) \
23 int n = ((head) + end) & ((size)-1); \
27 #define CIRC_SPACE_TO_END(head,tai
[all...]
H A Dplist.h101 * @head: struct plist_head variable name
104 #define PLIST_HEAD_INIT(head, _lock) \
106 .prio_list = LIST_HEAD_INIT((head).prio_list), \
107 .node_list = LIST_HEAD_INIT((head).node_list), \
124 * @head: &struct plist_head pointer
128 plist_head_init(struct plist_head *head, spinlock_t *lock) argument
130 INIT_LIST_HEAD(&head->prio_list);
131 INIT_LIST_HEAD(&head->node_list);
133 head->lock = lock;
148 extern void plist_add(struct plist_node *node, struct plist_head *head);
195 plist_head_empty(const struct plist_head *head) argument
234 plist_first(const struct plist_head *head) argument
[all...]
H A Dlist.h61 * @head: list head to add it after
63 * Insert a new entry after the specified head.
67 static inline void list_add(struct list_head *new, struct list_head *head) argument
69 __list_add(new, head, head->next);
72 extern void list_add(struct list_head *new, struct list_head *head);
79 * @head: list head to add it before
81 * Insert a new entry before the specified head
84 list_add_tail(struct list_head *new, struct list_head *head) argument
121 list_add_rcu(struct list_head *new, struct list_head *head) argument
142 list_add_tail_rcu(struct list_head *new, struct list_head *head) argument
265 list_move(struct list_head *list, struct list_head *head) argument
276 list_move_tail(struct list_head *list, struct list_head *head) argument
288 list_is_last(const struct list_head *list, const struct list_head *head) argument
298 list_empty(const struct list_head *head) argument
316 list_empty_careful(const struct list_head *head) argument
322 __list_splice(struct list_head *list, struct list_head *head) argument
341 list_splice(struct list_head *list, struct list_head *head) argument
354 list_splice_init(struct list_head *list, struct list_head *head) argument
380 list_splice_init_rcu(struct list_head *list, struct list_head *head, void (*sync)(void)) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68360/
H A DMakefile7 extra-y := head.o
9 $(obj)/head.o: $(obj)/head-$(MODEL).o
10 ln -sf head-$(MODEL).o $(obj)/head.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dqueue.h51 * added to the list after an existing element or at the head of the list.
52 * Elements being removed from the head of the list should use the explicit
59 * head of the list and the other to the tail of the list. The elements are
62 * to the list after an existing element, at the head of the list, or at the
63 * end of the list. Elements being removed from the head of the tail queue
73 * or after an existing element or at the head of the list. A list
76 * A tail queue is headed by a pair of pointers, one to the head of the
80 * after an existing element, at the head of the list, or at the end of
109 /* Store the last 2 places the queue element or head was altered */
120 #define QMD_TRACE_HEAD(head) d
500 *head = (struct quehead *)b; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-bio-list.h14 struct bio *head; member in struct:bio_list
20 return bl->head == NULL;
23 #define BIO_LIST_INIT { .head = NULL, .tail = NULL }
30 bl->head = bl->tail = NULL;
34 for (bio = (bl)->head; bio && ({ prefetch(bio->bi_next); 1; }); \
55 bl->head = bio;
62 if (!bl2->head)
66 bl->tail->bi_next = bl2->head;
68 bl->head = bl2->head;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/boot/u-boot/
H A DMakefile1 extra-y := head.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Datafd.h8 int head; /* "" "" */ member in struct:atari_format_descr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dlist.h50 * @head: list head to add it after
52 * Insert a new entry after the specified head.
55 static inline void list_add(struct list_head *new, struct list_head *head) argument
57 __list_add(new, head, head->next);
63 * @head: list head to add it before
65 * Insert a new entry before the specified head.
68 static inline void list_add_tail(struct list_head *new, struct list_head *head) argument
111 list_empty(struct list_head *head) argument
121 list_splice(struct list_head *list, struct list_head *head) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dlist.h50 * @head: list head to add it after
52 * Insert a new entry after the specified head.
55 static inline void list_add(struct list_head *new, struct list_head *head) argument
57 __list_add(new, head, head->next);
63 * @head: list head to add it before
65 * Insert a new entry before the specified head.
68 static inline void list_add_tail(struct list_head *new, struct list_head *head) argument
111 list_empty(struct list_head *head) argument
121 list_splice(struct list_head *list, struct list_head *head) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dlist.c24 * @head: list head to add it after
26 * Insert a new entry after the specified head.
29 void list_add(struct list_head *add, struct list_head *head) argument
31 __list_add(add, head, head->next);
37 * @head: list head to add it before
39 * Insert a new entry before the specified head.
42 void list_add_tail(struct list_head *add, struct list_head *head) argument
86 list_empty(struct list_head *head) argument
96 list_splice(struct list_head *list, struct list_head *head) argument
[all...]
H A Dlist.h33 void list_add(struct list_head *add, struct list_head *head);
34 void list_add_tail(struct list_head *add, struct list_head *head);
38 int list_empty(struct list_head *head);
39 void list_splice(struct list_head *list, struct list_head *head);
53 * @head: the head for your list.
55 #define list_for_each(pos, head) \
56 for (pos = (head)->next; pos != (head); pos = pos->next)
63 * @head
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.h55 static __inline struct sym_quehead *sym_que_first(struct sym_quehead *head) argument
57 return (head->flink == head) ? 0 : head->flink;
60 static __inline struct sym_quehead *sym_que_last(struct sym_quehead *head) argument
62 return (head->blink == head) ? 0 : head->blink;
82 static __inline int sym_que_empty(struct sym_quehead *head) argument
84 return head
87 sym_que_splice(struct sym_quehead *list, struct sym_quehead *head) argument
134 sym_remque_head(struct sym_quehead *head) argument
147 sym_remque_tail(struct sym_quehead *head) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dkernel-list.h49 * Insert a new entry after the specified head..
51 static __inline__ void list_add(struct list_head *new, struct list_head *head) argument
53 __list_add(new, head, head->next);
59 static __inline__ void list_add_tail(struct list_head *new, struct list_head *head) argument
61 __list_add(new, head->prev, head);
83 static __inline__ int list_empty(struct list_head *head) argument
85 return head->next == head;
91 list_splice(struct list_head *list, struct list_head *head) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dllist.c45 void *llist_pop(llist_t **head) argument
49 if (!*head)
52 data = (*head)->data;
53 next = (*head)->link;
54 free(*head);
55 *head = next;
61 void llist_unlink(llist_t **head, llist_t *elm) argument
65 if (!(elm && *head))
68 if (elm == *head) {
69 *head
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dqueue.h51 * added to the list after an existing element or at the head of the list.
52 * Elements being removed from the head of the list should use the explicit
59 * head of the list and the other to the tail of the list. The elements are
62 * to the list after an existing element, at the head of the list, or at the
63 * end of the list. Elements being removed from the head of the tail queue
73 * or after an existing element or at the head of the list. A list
76 * A tail queue is headed by a pair of pointers, one to the head of the
80 * after an existing element, at the head of the list, or at the end of
184 /* Store the last 2 places the queue element or head was altered */
195 #define QMD_TRACE_HEAD(head) d
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlinux_list.h85 * @head: list head to add it after
87 * Insert a new entry after the specified head.
90 static inline void list_add(struct list_head *new, struct list_head *head) argument
92 __list_add(new, head, head->next);
98 * @head: list head to add it before
100 * Insert a new entry before the specified head.
103 static inline void list_add_tail(struct list_head *new, struct list_head *head) argument
140 list_add_rcu(struct list_head *new, struct list_head *head) argument
161 list_add_tail_rcu(struct list_head *new, struct list_head *head) argument
238 list_move(struct list_head *list, struct list_head *head) argument
249 list_move_tail(struct list_head *list, struct list_head *head) argument
260 list_empty(const struct list_head *head) argument
277 list_empty_careful(const struct list_head *head) argument
283 __list_splice(struct list_head *list, struct list_head *head) argument
302 list_splice(struct list_head *list, struct list_head *head) argument
315 list_splice_init(struct list_head *list, struct list_head *head) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libiptc/
H A Dlinux_list.h85 * @head: list head to add it after
87 * Insert a new entry after the specified head.
90 static inline void list_add(struct list_head *new, struct list_head *head) argument
92 __list_add(new, head, head->next);
98 * @head: list head to add it before
100 * Insert a new entry before the specified head.
103 static inline void list_add_tail(struct list_head *new, struct list_head *head) argument
140 list_add_rcu(struct list_head *new, struct list_head *head) argument
161 list_add_tail_rcu(struct list_head *new, struct list_head *head) argument
238 list_move(struct list_head *list, struct list_head *head) argument
249 list_move_tail(struct list_head *list, struct list_head *head) argument
260 list_empty(const struct list_head *head) argument
277 list_empty_careful(const struct list_head *head) argument
283 __list_splice(struct list_head *list, struct list_head *head) argument
302 list_splice(struct list_head *list, struct list_head *head) argument
315 list_splice_init(struct list_head *list, struct list_head *head) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dlist.h73 * @head: list head to add it after
75 * Insert a new entry after the specified head.
78 static inline void list_add(struct list_head *new, struct list_head *head) argument
80 __list_add(new, head, head->next);
86 * @head: list head to add it before
88 * Insert a new entry before the specified head.
91 static inline void list_add_tail(struct list_head *new, struct list_head *head) argument
137 list_move(struct list_head *list, struct list_head *head) argument
148 list_move_tail(struct list_head *list, struct list_head *head) argument
159 list_empty(struct list_head *head) argument
164 __list_splice(struct list_head *list, struct list_head *head) argument
183 list_splice(struct list_head *list, struct list_head *head) argument
196 list_splice_init(struct list_head *list, struct list_head *head) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/unit/
H A Dunit1300.c61 struct curl_llist_element *head; variable in typeref:struct:curl_llist_element
74 * 2: list head will be NULL
80 fail_unless(llist->head == NULL, "list head should initiate to NULL");
91 * 2: list head will hold the data "unusedData_case1"
92 * 3: list tail will be the same as list head
95 curlErrCode = Curl_llist_insert_next(llist, llist->head, &unusedData_case1);
99 /*test that the list head data holds my unusedData */
100 fail_unless(llist->head->ptr == &unusedData_case1,
103 fail_unless(llist->tail == llist->head,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-bf533/
H A DMakefile5 extra-y := head.o

Completed in 348 milliseconds

1234567891011>>