Searched defs:preempt (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpanic.c220 char preempt = t->t_preempt; local
298 panic_preempt = preempt;
/illumos-gate/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c237 err_exit("duplicate '-o preempt' option");
366 err_exit("duplicate '-o preempt' option");
750 * by 'preempt' and 'accept', and the mask 'modify_mask' will be updated
760 str2opt(char *opts, uint32_t *modify_mask, boolean_t *preempt, argument
768 "preempt",
783 *preempt = (opt == o_preempt);
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dncadoorhdr.h234 uint8_t preempt; /* preempt subsequent upcall */ member in struct:nca_io2_s
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c660 preempt() function
687 DTRACE_SCHED(preempt);
1413 * motion CPU relies on this when forcing a preempt).
1787 * preempt.
1791 * set cpu_kprunrun; this ensures preempt() will be called. Since SDC
1792 * calls cpu_surrender() very often, we only preempt if there is anyone
1834 * to do preempt() (unless we're already in trap or post_syscall,
2369 * to preempt the current thread to run the enqueued thread while
2372 * cpu_resched() tries to preempt the wrong thread and the
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c460 preempt(self);
1165 * no_preempt()/preempt() must be used in pairs but can be nested.
1177 * Save the pre-existing preempt value.
1189 preempt(ulwp_t *self) function
1197 * Restore the pre-existing preempt value.
1219 * If a call to preempt() would cause the current thread to yield or to
1223 * of some of the tests in preempt(), above. This is a statistical
1689 preempt(curthread);
1723 preempt(self);
1752 preempt(sel
[all...]

Completed in 74 milliseconds