Searched refs:affinity_set (Results 1 – 7 of 7) sorted by relevance
112 if (thread->affinity_set != NULL) { in thread_affinity_get()113 tag = thread->affinity_set->aset_tag; in thread_affinity_get()166 aset = thread->affinity_set; in thread_affinity_set()327 aset = parent->affinity_set; in thread_affinity_dup()353 affinity_set_t aset = thread->affinity_set; in thread_affinity_terminate()374 if (thread->affinity_set != AFFINITY_SET_NULL) { in thread_affinity_exec()420 aset = kalloc_type(struct affinity_set, Z_WAITOK | Z_NOFAIL); in affinity_set_alloc()443 kfree_type(struct affinity_set, aset); in affinity_set_free()461 thread->affinity_set = aset; in affinity_set_add()477 thread->affinity_set = NULL; in affinity_set_remove()
46 struct affinity_set { struct
231 typedef struct affinity_set *affinity_set_t;
263 if (thread->affinity_set != NULL) { in thread_terminate_internal()921 if (self->affinity_set != AFFINITY_SET_NULL) { in thread_dup()971 if (source->affinity_set != AFFINITY_SET_NULL) { in thread_dup2()
695 affinity_set_t affinity_set; member
2799 …bool affinity_mismatch = thread->affinity_set != AFFINITY_SET_NULL && thread->affinity_set->aset… in thread_select()5771 if (thread->affinity_set != AFFINITY_SET_NULL) { in choose_starting_pset()5775 pset = thread->affinity_set->aset_pset; in choose_starting_pset()
168 affinity_set(int tag) in affinity_set() function213 affinity_set(wp->setnum); in manager_fn()273 affinity_set(workp->tag); in manager_fn()