OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tprof_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/tprof/
tprof.c
109
static STAILQ_HEAD(, tprof_buf)
tprof_list
; /* L: global buffer list */
110
static u_int tprof_nbuf_on_list; /* L: # of buffers on
tprof_list
*/
238
STAILQ_INSERT_TAIL(&
tprof_list
, buf, b_list);
661
while ((buf = STAILQ_FIRST(&
tprof_list
)) != NULL) {
663
STAILQ_REMOVE_HEAD(&
tprof_list
, b_list);
871
if (STAILQ_EMPTY(&
tprof_list
)) {
896
if (!STAILQ_EMPTY(&
tprof_list
)) {
900
STAILQ_FOREACH(buf, &
tprof_list
, b_list) {
954
buf = STAILQ_FIRST(&
tprof_list
);
967
STAILQ_REMOVE_HEAD(&
tprof_list
, b_list)
[
all
...]
/src/usr.sbin/tprof/
tprof.c
99
static void
tprof_list
(int, char **);
110
{ "list", false, false,
tprof_list
},
261
tprof_list
(int argc, char **argv)
function in typeref:typename:void
Completed in 14 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025