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

  /src/sys/kern/
subr_interrupt.c 39 #include <sys/kcpuset.h>
334 kcpuset_t *kcpuset; local in function:interrupt_set_affinity_sysctl
350 kcpuset_create(&kcpuset, true);
351 error = kcpuset_copyin(ucpuset, kcpuset, iset->cpuset_size);
354 if (kcpuset_iszero(kcpuset)) {
359 error = interrupt_distribute_handler(iset->intrid, kcpuset, NULL);
362 kcpuset_destroy(kcpuset);
375 kcpuset_t *kcpuset; local in function:interrupt_intr_sysctl
392 kcpuset_create(&kcpuset, true);
393 error = kcpuset_copyin(ucpuset, kcpuset, iset->cpuset_size)
421 kcpuset_t *kcpuset; local in function:interrupt_nointr_sysctl
    [all...]
subr_kcpuset.c 52 #include <sys/kcpuset.h>
61 struct kcpuset { struct
69 struct kcpuset * kc_next;
71 struct kcpuset kc_field;
82 /* An array of noted early kcpuset creations and data. */
121 /* First, pre-allocate kcpuset entries. */
128 * Prepare to convert all early noted kcpuset uses to dynamic sets.
130 * must not be spinned yet. Since MD facilities can use kcpuset,
138 * Transfer the bits from early static storage to the kcpuset.
144 * Store the new pointer, pointing to the allocated kcpuset
    [all...]

Completed in 23 milliseconds