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

  /src/usr.sbin/wsconscfg/
wsconscfg.c 63 int c, delete, kbd, idx, wsfd, swtch, get, mux; local in function:main
73 swtch = 0;
105 swtch++;
120 if ((kbd || swtch) ? (argc > 1) : (argc != 1))
130 if (swtch) {
  /src/sys/uvm/
uvm_meter.c 130 u.swtch = cpu_count_get(CPU_COUNT_NSWTCH);
454 uvmexp.swtch = (int)cpu_count_get(CPU_COUNT_NSWTCH);
uvm_extern.h 357 int swtch; /* context switch count */ member in struct:uvmexp
453 int64_t swtch; member in struct:uvmexp_sysctl
  /src/libexec/rpc.rstatd/
rstat_proc.c 246 stats_all.s3.v_swtch = uvmexp.swtch;
  /src/sys/arch/atari/dev/
fd.c 400 u_short swtch; local in function:fdattach
411 swtch = rd_cfg_switch();
412 def_type = (swtch & CFG_SWITCH_NOHD) ? FLP_TYPE_720 : FLP_TYPE_144;
  /src/usr.bin/systat/
vmstat.c 440 PUTRATE(us, us1, uvmexp->swtch, GENSTATROW + 1, GENSTATCOL - 1, 7);
  /src/usr.bin/vmstat/
vmstat.c 1186 cc->nswtch = uvmexp.swtch;

Completed in 18 milliseconds