OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tosort
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/lockstat/
main.c
80
buflist_t
tosort
;
member in struct:lockstruct
652
TAILQ_INIT(&l->
tosort
);
670
TAILQ_FOREACH(lb2, &l->
tosort
, lb_chain.tailq) {
678
TAILQ_INSERT_HEAD(&l->
tosort
, lb, lb_chain.tailq);
692
while ((lb = TAILQ_FIRST(&l->
tosort
)) != NULL) {
693
TAILQ_REMOVE(&l->
tosort
, lb, lb_chain.tailq);
Completed in 11 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025