Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Datkbdc.c68 #define emptyq(q) ((q)->tail = (q)->head = (q)->qcount = 0) macro
70 #define emptyq(q) ((q)->tail = (q)->head = 0) macro
667 emptyq(&p->aux); in send_aux_command()
714 emptyq(&p->aux); in send_aux_command_and_data()
878 emptyq(&p->kbd); in empty_kbd_buffer()
917 emptyq(&p->aux); in empty_aux_buffer()
964 emptyq(&p->kbd); in empty_both_buffers()
965 emptyq(&p->aux); in empty_both_buffers()
984 emptyq(&p->kbd); in reset_kbd()
1022 emptyq(&p->aux); in reset_aux_dev()
[all …]
/freebsd/sys/netipsec/
H A Dkey.c4706 struct secashead_list emptyq; in key_flush_sad() local
4716 LIST_INIT(&emptyq); in key_flush_sad()
4724 LIST_INSERT_HEAD(&emptyq, sah, drainq); in key_flush_sad()
4788 if (LIST_EMPTY(&emptyq) && LIST_EMPTY(&drainq) && in key_flush_sad()
4846 sah = LIST_FIRST(&emptyq); in key_flush_sad()
4899 sah = LIST_FIRST(&emptyq); in key_flush_sad()