OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sl_tail
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_sync.c
130
u_int
sl_tail
; /* next sync log entry to read */
member in struct:ipf_sync_softc_s
226
softs->
sl_tail
= 0;
598
while ((softs->
sl_tail
== softs->sl_idx) &&
612
l = get_sleep_lock(&softs->
sl_tail
);
613
err = sleep(&softs->
sl_tail
, PZERO+1);
623
err = mpsleep(&softs->
sl_tail
, PSUSP|PCATCH, "ipl sleep", 0,
631
err = SLEEP(&softs->
sl_tail
, "ipl sleep");
643
while ((softs->
sl_tail
< softs->sl_idx) &&
645
sl = softs->synclog + softs->
sl_tail
++;
665
if (softs->
sl_tail
== softs->sl_idx
[
all
...]
/src/external/bsd/ipf/dist/
ip_sync.c
126
u_int
sl_tail
; /* next sync log entry to read */
member in struct:ipf_sync_softc_s
225
softs->
sl_tail
= 0;
611
while ((softs->
sl_tail
== softs->sl_idx) &&
625
l = get_sleep_lock(&softs->
sl_tail
);
626
err = sleep(&softs->
sl_tail
, PZERO+1);
636
err = mpsleep(&softs->
sl_tail
, PSUSP|PCATCH, "ipl sleep", 0,
644
err = SLEEP(&softs->
sl_tail
, "ipl sleep");
656
while ((softs->
sl_tail
< softs->sl_idx) &&
658
sl = softs->synclog + softs->
sl_tail
++;
678
if (softs->
sl_tail
== softs->sl_idx
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026