OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqhead
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/syslogd/
sign.c
726
sign_free_string_queue(struct string_queue_head *
sqhead
)
730
DPRINTF((D_CALL|D_SIGN), "sign_free_string_queue(%p)\n",
sqhead
);
731
STAILQ_FOREACH_SAFE(qentry,
sqhead
, entries, tmp_qentry) {
732
STAILQ_REMOVE(
sqhead
, qentry, string_queue, entries);
736
assert(STAILQ_EMPTY(
sqhead
));
/src/external/mit/libuv/dist/src/unix/
linux.c
593
iou->
sqhead
= (uint32_t*) (sq + params.sq_off.head);
785
head = atomic_load_explicit((_Atomic uint32_t*) iou->
sqhead
,
1277
if ((*ctl->
sqhead
& mask) == (*ctl->sqtail & mask))
1296
assert(*ctl->
sqhead
!= *ctl->sqtail);
1298
n = *ctl->sqtail - *ctl->
sqhead
;
1309
assert(*ctl->
sqhead
== *ctl->sqtail);
1450
while (*ctl->
sqhead
!= *ctl->sqtail)
1618
while (*ctl->
sqhead
!= *ctl->sqtail)
/src/external/mit/libuv/dist/src/
uv-common.h
412
uint32_t*
sqhead
;
member in struct:uv__iou
/src/sys/dev/pci/
ips.c
1854
u_int32_t
sqhead
, sqtail, status;
local
1856
sqhead
= bus_space_read_4(sc->sc_iot, sc->sc_ioh, IPS_REG_SQH);
1857
DPRINTF(IPS_D_XFER, ("%s:
sqhead
0x%08x, sqtail 0x%08x\n",
1858
device_xname(sc->sc_dev),
sqhead
, sc->sc_sqtail));
1863
if (sqtail ==
sqhead
)
Completed in 37 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026