Searched refs:phead (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhead.c43 nvkm_head_del(struct nvkm_head **phead) argument
45 struct nvkm_head *head = *phead;
49 kfree(*phead);
50 *phead = NULL;
/linux-master/drivers/firmware/arm_scmi/
H A Dbus.c56 struct list_head *head, *phead = NULL; local
75 if (!phead) {
81 phead = head;
110 if (!phead) {
111 phead = kzalloc(sizeof(*phead), GFP_KERNEL);
112 if (!phead) {
117 INIT_LIST_HEAD(phead);
119 ret = idr_alloc(&scmi_requested_devices, (void *)phead,
125 kfree(phead);
167 struct list_head *phead; local
446 struct list_head *phead; local
[all...]
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_sta_mgt.c69 struct list_head *plist, *phead; local
72 phead = &pstapriv->free_sta_queue.queue;
73 plist = phead->next;
74 while (!end_of_queue_search(phead, plist))
194 struct list_head *plist, *phead; local
204 phead = &(pstapriv->sta_hash[index]);
205 plist = phead->next;
206 while (!end_of_queue_search(phead, plist)) {
221 struct list_head *plist, *phead; local
229 phead
[all...]
H A Drtl8712_recv.c109 precvbuf->phead = precvbuf->pbuf;
175 struct list_head *plist, *phead; local
183 phead = &defrag_q->queue;
184 plist = phead->next;
200 while (!end_of_queue_search(phead, plist)) {
242 struct list_head *phead; local
274 phead = &pdefrag_q->queue;
275 list_add_tail(&pfhdr->list, phead);
290 phead = &pdefrag_q->queue;
291 list_add_tail(&pfhdr->list, phead);
467 struct list_head *phead, *plist; local
497 struct list_head *phead, *plist; local
[all...]
H A Drtl8712_recv.h98 u8 *phead; member in struct:recv_buf
H A Drtl871x_mlme.c135 struct list_head *phead, *plist; local
141 phead = &scanned_queue->queue;
142 list_for_each(plist, phead) {
147 if (plist == phead)
156 struct list_head *phead, *plist; local
162 phead = &scanned_queue->queue;
163 plist = phead->next;
164 while (!end_of_queue_search(phead, plist)) {
259 struct list_head *plist, *phead; local
263 phead
334 struct list_head *plist, *phead; local
1043 struct list_head *phead; local
[all...]
H A Drtl871x_ioctl_set.c41 struct list_head *plist, *phead; local
47 phead = &queue->queue;
48 plist = phead->next;
H A Drecv_linux.c53 precvbuf->phead = NULL;
H A Drtl871x_ioctl_linux.c993 struct list_head *phead; local
1006 phead = &queue->queue;
1007 pmlmepriv->pscanned = phead->next;
1009 if (end_of_queue_search(phead, pmlmepriv->pscanned))
1138 struct list_head *plist, *phead; local
1152 phead = &queue->queue;
1153 plist = phead->next;
1155 if (end_of_queue_search(phead, plist))
1193 struct list_head *phead; local
1210 phead
1891 struct list_head *plist, *phead; local
[all...]
H A Dusb_ops_linux.c273 precvbuf->phead = precvbuf->pskb->head;
279 precvbuf->phead = precvbuf->pskb->head;
H A Drtl871x_recv.c122 struct list_head *plist, *phead; local
125 phead = &pframequeue->queue;
126 plist = phead->next;
127 while (!end_of_queue_search(phead, plist)) {
H A Drtl871x_xmit.c856 struct list_head *plist, *phead; local
860 phead = &pframequeue->queue;
861 plist = phead->next;
862 while (!end_of_queue_search(phead, plist)) {
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c123 struct list_head *plist, *phead; local
127 phead = get_list_head(&pstapriv->free_sta_queue);
128 plist = get_next(phead);
130 while (phead != plist)
144 struct list_head *phead, *plist; local
153 phead = &(pstapriv->sta_hash[index]);
154 list_for_each(plist, phead) {
351 struct list_head *phead, *plist; local
364 phead = get_list_head(ppending_recvframe_queue);
365 plist = get_next(phead);
431 struct list_head *plist, *phead, *tmp; local
464 struct list_head *plist, *phead; local
527 struct list_head *plist, *phead; local
[all...]
H A Drtw_recv.c109 struct list_head *plist, *phead; local
116 phead = get_list_head(pfree_recv_queue);
118 plist = get_next(phead);
216 struct list_head *plist, *phead; local
220 phead = get_list_head(pframequeue);
221 plist = get_next(phead);
223 while (phead != plist) {
275 struct list_head *plist, *phead; local
282 phead = get_list_head(queue);
284 plist = get_next(phead);
1020 struct list_head *plist, *phead; local
1103 struct list_head *phead; local
1679 struct list_head *phead, *plist; local
1731 struct list_head *phead, *plist; local
[all...]
H A Drtw_xmit.c138 pxmitbuf->phead = pxmitbuf->pbuf;
141 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead;
218 pxmitbuf->phead = pxmitbuf->pbuf;
221 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead;
248 pxmitbuf->phead = pxmitbuf->pbuf;
251 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead;
1406 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead;
1448 struct list_head *plist, *phead; local
1456 phead = get_list_head(pfree_queue);
1458 plist = get_next(phead);
1507 struct list_head *plist, *phead; local
1606 struct list_head *plist, *phead; local
1633 struct list_head *plist, *phead; local
1731 struct list_head *plist, *phead, *tmp; local
2130 struct list_head *plist, *phead, *tmp; local
2415 struct list_head *plist, *phead; local
2439 struct list_head *plist, *phead; local
[all...]
H A Drtw_ap.c176 struct list_head *phead, *plist, *tmp; local
186 phead = &pstapriv->auth_list;
188 list_for_each_safe(plist, tmp, phead) {
211 phead = &pstapriv->asoc_list;
213 list_for_each_safe(plist, tmp, phead) {
1179 struct list_head *plist, *phead; local
1192 phead = get_list_head(pacl_node_q);
1193 list_for_each(plist, phead) {
1236 struct list_head *plist, *phead, *tmp; local
1244 phead
1685 struct list_head *phead, *plist; local
1932 struct list_head *phead, *plist, *tmp; local
2011 struct list_head *phead, *plist; local
2124 struct list_head *phead, *plist, *tmp; local
[all...]
H A Drtw_mlme.c226 struct list_head *phead, *plist; local
236 phead = get_list_head(scanned_queue);
237 list_for_each(plist, phead) {
244 if (plist == phead)
255 struct list_head *phead, *plist, *tmp; local
262 phead = get_list_head(scanned_queue);
263 list_for_each_safe(plist, tmp, phead) {
402 struct list_head *phead, *plist; local
405 phead = get_list_head(scanned_queue);
406 list_for_each(plist, phead) {
421 struct list_head *plist, *phead; local
511 struct list_head *plist, *phead; local
842 struct list_head *plist, *phead, *ptemp; local
1735 struct list_head *phead; local
1828 struct list_head *phead; local
[all...]
H A Drtw_ioctl_set.c40 struct list_head *plist, *phead; local
47 phead = get_list_head(queue);
48 plist = get_next(phead);
/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_xmit.c566 struct list_head *plist, *phead; local
572 phead = get_list_head(pqueue);
577 /* Insert tmplist to end of queue, and delete phead */
579 list_add_tail(&tmplist, phead);
580 list_del_init(phead);
584 phead = &tmplist;
585 while (list_empty(phead) == false) {
586 plist = get_next(phead);
/linux-master/arch/powerpc/kernel/
H A Dnvram_64.c728 struct nvram_header phead; local
730 memcpy(&phead, &part->header, NVRAM_HEADER_LEN);
731 phead.length = cpu_to_be16(phead.length);
734 rc = ppc_md.nvram_write((char *)&phead, NVRAM_HEADER_LEN, &tmp_index);
987 struct nvram_header phead; local
1015 memcpy(&phead, header, NVRAM_HEADER_LEN);
1017 phead.length = be16_to_cpu(phead.length);
1020 c_sum = nvram_checksum(&phead);
[all...]
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c127 struct list_head *phead, *plist; local
139 phead = &pstapriv->asoc_list;
141 list_for_each(plist, phead) {
H A Dioctl_cfg80211.c1137 struct list_head *plist, *phead; local
1144 phead = get_list_head(queue);
1145 list_for_each(plist, phead)
2347 struct list_head *phead, *plist, *tmp; local
2374 phead = &pstapriv->asoc_list;
2376 list_for_each_safe(plist, tmp, phead) {
2411 struct list_head *phead, *plist; local
2415 phead = &pstapriv->asoc_list;
2416 plist = get_next(phead);
2419 while (phead !
[all...]
/linux-master/fs/proc/
H A Dproc_sysctl.c89 static int sysctl_follow_link(struct ctl_table_header **phead,
112 static struct ctl_table *find_entry(struct ctl_table_header **phead, argument
136 *phead = head;
345 static struct ctl_table *lookup_entry(struct ctl_table_header **phead, argument
355 *phead = head;
375 struct ctl_table_header **phead, struct ctl_table **pentry)
388 *phead = head;
392 static void next_entry(struct ctl_table_header **phead, struct ctl_table **pentry) argument
394 struct ctl_table_header *head = *phead;
408 *phead
374 first_entry(struct ctl_dir *dir, struct ctl_table_header **phead, struct ctl_table **pentry) argument
1048 sysctl_follow_link(struct ctl_table_header **phead, struct ctl_table **pentry) argument
[all...]
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h288 u8 *phead; member in struct:recv_buf
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c596 void *phead; local
601 phead = skb->data;
618 phead = NULL;
678 address, dqpn, tx_req, phead, hlen);

Completed in 341 milliseconds

12