Home
last modified time | relevance | path

Searched refs:receive_queue (Results 1 – 2 of 2) sorted by relevance

/fs/cifs/
Dsmbdirect.c1261 if (!list_empty(&info->receive_queue)) { in get_receive_buffer()
1263 &info->receive_queue, in get_receive_buffer()
1289 list_add_tail(&response->list, &info->receive_queue); in put_receive_buffer()
1308 INIT_LIST_HEAD(&info->receive_queue); in allocate_receive_buffers()
1324 list_add_tail(&response->list, &info->receive_queue); in allocate_receive_buffers()
1331 while (!list_empty(&info->receive_queue)) { in allocate_receive_buffers()
1333 &info->receive_queue, in allocate_receive_buffers()
Dsmbdirect.h122 struct list_head receive_queue; member