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

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c204 * a CPU and poke except the ones which are already poked.
213 cpuset_t poke; local
220 CPUSET_ZERO(poke);
260 * We want to poke CPUs having similar
270 CPUSET_ADD(poke, cpuid);
274 CPUSET_ADD(poke, cp->cpu_id);
278 /* if we found a CPU which suits best to poke */
280 CPUSET_ZERO(poke);
281 CPUSET_ADD(poke, cpuid);
284 if (CPUSET_ISNULL(poke)) {
[all...]
H A Dclock.c1515 int poke = 0; /* notify another CPU */ local
1562 poke = 1;
1579 poke = 1;
1594 poke = 1;
1639 if (poke && t->t_cpu != CPU)
/illumos-gate/usr/src/uts/common/io/
H A Davintr.c658 * May get called from softcall to poke CPUs.
661 siron_poke_cpu(cpuset_t poke) argument
669 if (CPU_IN_SET(poke, cpuid)) {
671 CPUSET_DEL(poke, cpuid);
672 if (CPUSET_ISNULL(poke))
676 xc_call(0, 0, 0, CPUSET2BV(poke), (xc_func_t)siron_poke_intr);
/illumos-gate/usr/src/uts/sun4/os/
H A Dintr.c283 siron_poke_cpu(cpuset_t poke) argument
287 if (CPU_IN_SET(poke, cpuid)) {
289 CPUSET_DEL(poke, cpuid);
290 if (CPUSET_ISNULL(poke))
294 xt_some(poke, setsoftint_tl1, siron_poke_cpu_inum, 0);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsid.c420 boolean_t poke)
436 if (poke == B_TRUE) {
2278 * at least poke it to disconnect
419 iscsid_enable_discovery(iscsi_hba_t *ihp, iSCSIDiscoveryMethod_t idm, boolean_t poke) argument

Completed in 56 milliseconds