Home
last modified time | relevance | path

Searched refs:qhead (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf.h38 struct otx_cpt_cmd_chunk *qhead;/* member
/linux/drivers/crypto/cavium/cpt/
H A Dcptvf.h55 struct command_chunk *qhead; /* Command queue head, instructions member
/linux/sound/core/
H A Dtimer.c76 int qhead; member
1541 tu->qhead = tu->qtail = tu->qused = 0; in realloc_user_queue()
1947 tu->qhead = tu->qtail = tu->qused = 0; in snd_timer_user_params()
2406 int qhead; in snd_timer_user_read() local
2458 qhead = tu->qhead++; in snd_timer_user_read()
2459 tu->qhead %= tu->queue_size; in snd_timer_user_read()
2463 tread = &tu->tqueue[qhead]; in snd_timer_user_read()
2484 if (copy_to_user(buffer, &tu->queue[qhead], in snd_timer_user_read()
/linux/fs/smb/client/
H A Dtransport.c124 list_del_init(&mid->qhead); in delete_mid()
714 list_add_tail(&mid->qhead, &server->pending_mid_q); in cifs_call_async()
765 list_del_init(&mid->qhead); in cifs_sync_mid_result()
H A Dcifsglob.h1711 struct list_head qhead; /* mids waiting on reply from this server */ member