OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_stflag
(Results
1 - 25
of
25
) sorted by relevancy
/src/sys/arch/sparc64/include/
userret.h
69
if (p->
p_stflag
& PST_PROFIL)
/src/sys/arch/vax/include/
userret.h
54
if ((p->
p_stflag
& PST_PROFIL) != 0) {
/src/sys/arch/sparc/include/
userret.h
79
if (p->
p_stflag
& PST_PROFIL)
/src/sys/kern/
kern_clock.c
362
if ((p->
p_stflag
& PST_PROFIL) == 0) {
363
p->
p_stflag
|= PST_PROFIL;
382
if (p->
p_stflag
& PST_PROFIL) {
383
p->
p_stflag
&= ~PST_PROFIL;
447
if ((p->
p_stflag
& PST_PROFIL) && profsrc == PROFSRC_CLOCK)
485
(p->
p_stflag
& PST_PROFIL)) {
kern_fork.c
476
p2->
p_stflag
= p1->
p_stflag
;
581
if ((p2->
p_stflag
& PST_PROFIL) != 0) {
subr_prof.c
588
if ((p->
p_stflag
& PST_PROFIL) == 0 || pc < prof->pr_off ||
kern_proc.c
2643
p->
p_stflag
= psrc->
p_stflag
;
2796
ki->p_flag |= sysctl_map_flags(sysctl_stflagmap, p->
p_stflag
);
kern_exec.c
1291
if ((p->
p_stflag
& PST_PROFIL) != 0) {
2731
p2->
p_stflag
= p1->
p_stflag
;
kern_exit.c
351
if (__predict_false((p->
p_stflag
& PST_PROFIL) != 0)) {
/src/sys/sys/
proc.h
255
int
p_stflag
; /* t: PST_* flags */
member in struct:proc
424
* Kept in
p_stflag
and protected by p_stmutex.
/src/sys/arch/atari/atari/
trap.c
196
if (p->
p_stflag
& PST_PROFIL) {
/src/sys/arch/cesfic/cesfic/
trap.c
195
if (p->
p_stflag
& PST_PROFIL) {
/src/sys/arch/hp300/hp300/
trap.c
192
if (p->
p_stflag
& PST_PROFIL) {
/src/sys/arch/luna68k/luna68k/
trap.c
164
if (p->
p_stflag
& PST_PROFIL) {
/src/sys/arch/mac68k/mac68k/
trap.c
173
if (p->
p_stflag
& PST_PROFIL) {
/src/sys/arch/mvme68k/mvme68k/
trap.c
209
if (p->
p_stflag
& PST_PROFIL) {
/src/sys/arch/news68k/news68k/
trap.c
185
if (p->
p_stflag
& PST_PROFIL) {
/src/sys/arch/next68k/next68k/
trap.c
200
if (p->
p_stflag
& PST_PROFIL) {
/src/sys/arch/sun2/sun2/
trap.c
213
if (p->
p_stflag
& PST_PROFIL) {
/src/sys/arch/sun3/sun3/
trap.c
222
if (p->
p_stflag
& PST_PROFIL) {
/src/sys/arch/x68k/x68k/
trap.c
193
if (p->
p_stflag
& PST_PROFIL) {
/src/sys/arch/virt68k/virt68k/
trap.c
209
if (p->
p_stflag
& PST_PROFIL) {
/src/sys/rump/librump/rumpkern/
lwproc.c
224
p->p_flag = p->p_sflag = p->p_slflag = p->p_lflag = p->
p_stflag
= 0;
/src/sys/arch/amiga/amiga/
trap.c
208
if (p->
p_stflag
& PST_PROFIL) {
/src/sys/arch/hppa/hppa/
trap.c
213
if (p->
p_stflag
& PST_PROFIL) {
Completed in 63 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025