Home
last modified time | relevance | path

Searched refs:allowed_mask (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/testing/selftests/kvm/
Drseq_test.c82 cpu_set_t allowed_mask; in migration_worker() local
85 CPU_ZERO(&allowed_mask); in migration_worker()
88 CPU_SET(cpu, &allowed_mask); in migration_worker()
104 r = sched_setaffinity(rseq_tid, sizeof(allowed_mask), &allowed_mask); in migration_worker()
110 CPU_CLR(cpu, &allowed_mask); in migration_worker()
/linux-6.1.9/mm/
Dvmscan.c1539 nodemask_t *allowed_mask; in alloc_demote_page() local
1544 allowed_mask = mtc->nmask; in alloc_demote_page()
1561 mtc->nmask = allowed_mask; in alloc_demote_page()
1575 nodemask_t allowed_mask; in demote_folio_list() local
1586 .nmask = &allowed_mask in demote_folio_list()
1595 node_get_allowed_targets(pgdat, &allowed_mask); in demote_folio_list()