Searched refs:poke (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | softint.c | 204 * 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 D | clock.c | 1515 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/lib/libads/ |
H A D | Makefile.com | 30 LINT_OBJECTS = dsgetdc.o poke.o
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | intr.c | 283 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/ |
H A D | avintr.c | 658 * 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/common/io/scsi/adapters/iscsi/ |
H A D | iscsid.c | 420 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
|
H A D | iscsi.h | 1375 iSCSIDiscoveryMethod_t idm, boolean_t poke);
|
Completed in 91 milliseconds