HomeSort by: relevance | last modified time | path
    Searched refs:LWP (Results 1 - 14 of 14) sorted by relevancy

  /src/common/lib/libutil/
proc_compare.c 50 # define LWP struct kinfo_lwp
60 # include <sys/lwp.h>
63 # define LWP struct lwp
89 proc_compare(const PROC *p1, const LWP *l1, const PROC *p2, const LWP *l2)
  /src/bin/ps/
ps.h 74 #define LWP 0x10 /* dispatch to kinfo_lwp routine */
101 if ((vent)->var->flag & LWP) \
keyword.c 43 #include <sys/lwp.h>
81 { .name = n1, .header = n2, .flag = (fl) | LWP, .oproc = pvar, \
116 VAR4("cpuid", "CPUID", LWP, cpuid),
145 VAR4("lname", "LNAME", LJUST|LWP, lname),
149 VAR4("lstate", "STAT", LJUST|LWP, lstate),
150 VAR6("ltime", "LTIME", LWP, lcputime, 0, CPUTIME),
177 VAR4("pri", "PRI", LWP, pri),
220 VAR4("wchan", "WCHAN", LJUST|LWP, wchan),
ps.c 78 #include <sys/lwp.h>
421 if (vent->var->flag & LWP || vent->var->type == UNSPECIFIED)
560 /* Trivial case: only one LWP */
567 /* Pick the most live LWP */
604 warnx("Inconsistent LWP state for process %d", ki->p_pid);
682 if (v->flag & LWP)
683 /* LWP structure not available (yet) */
print.c 74 #include <sys/lwp.h>
1434 char *b = (v->flag & LWP) ? (char *)pi->li : (char *)pi->ki;
1450 char *b = (v->flag & LWP) ? (char *)pi->li : (char *)pi->ki;
  /src/external/gpl3/binutils/dist/gprofng/src/
Exp_Layout.h 91 enum Tag_type { LWP, THR, CPU };
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Exp_Layout.h 91 enum Tag_type { LWP, THR, CPU };
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-isa.def 32 DEF_PTA(LWP)
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
cpufeatureset.h 179 XEN_CPUFEATURE(LWP, 3*32+15) /*S Light Weight Profiling */
  /src/sys/arch/mips/mips/
locore.S 209 * struct lwp *cpu_switchto(struct lwp *cur, struct lwp *next)
210 * Switch to the specified next LWP
212 * a0 the current LWP
213 * a1 the LWP to switch to
215 * v0 the LWP we have switched from
247 PTR_L a2, L_PCB(a0) # a2 = pcb of old lwp
276 move s6, a0 # s6 = old lwp
277 move MIPS_CURLWP, a1 # t8 = new lwp
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 84 "GENERIC64|FISTTP|Rdtscp|MONITOR|CX16|LAHF_SAHF|XOP|ABM|LWP|SVME|AES|PCLMULQDQ|PRFCHW" },
149 { "LWP",
390 BITFIELD (LWP),
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 84 "GENERIC64|FISTTP|Rdtscp|MONITOR|CX16|LAHF_SAHF|XOP|ABM|LWP|SVME|AES|PCLMULQDQ|PRFCHW" },
147 { "LWP",
374 BITFIELD (LWP),
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 1147 SUBARCH (lwp, LWP, ANY_LWP, false),
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 1131 SUBARCH (lwp, LWP, ANY_LWP, false),

Completed in 69 milliseconds