HomeSort by: relevance | last modified time | path
    Searched defs:syscalls (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/rump/rumpkern/h_client/
h_stresscli.c 23 static unsigned int syscalls, bindcalls; variable
60 atomic_inc_uint(&syscalls);
63 atomic_inc_uint(&syscalls);
84 atomic_inc_uint(&syscalls);
94 atomic_inc_uint(&syscalls);
104 atomic_inc_uint(&syscalls);
111 atomic_inc_uint(&syscalls);
115 atomic_inc_uint(&syscalls);
117 atomic_inc_uint(&syscalls);
181 fprintf(stderr, "done %d\n", syscalls);
    [all...]
  /src/sys/uvm/
uvm_extern.h 359 int syscalls; /* system calls */ member in struct:uvmexp
455 int64_t syscalls; member in struct:uvmexp_sysctl
  /src/lib/librumphijack/
hijack.c 85 * XXX: Consider autogenerating this, syscnames[] and syscalls[] with
431 } syscalls[DUALCALL__NUM]; variable in typeref:struct:bothsys
432 #define GETSYSCALL(which, name) syscalls[DUALCALL_##name].bs_##which
590 fun = syscalls[rcname].bs_rump; \
595 fun = syscalls[rcname].bs_host; \
607 fun = syscalls[rcname].bs_rump; \
610 fun = syscalls[rcname].bs_host; \
625 fun = syscalls[rcname].bs_rump; \
629 fun = syscalls[rcname].bs_host; \
642 fun = syscalls[rcname].bs_rump;
    [all...]

Completed in 16 milliseconds