Searched refs:noderef (Results 1 – 2 of 2) sorted by relevance
7 # define __user __attribute__((noderef, address_space(1)))12 # define __iomem __attribute__((noderef, address_space(2)))19 # define __percpu __attribute__((noderef, address_space(3)))21 # define __rcu __attribute__((noderef, address_space(4)))
2916 int noderef; in dlm_pick_migration_target() local2936 noderef = -1; in dlm_pick_migration_target()2938 noderef = find_next_bit(res->refmap, O2NM_MAX_NODES, in dlm_pick_migration_target()2939 noderef + 1); in dlm_pick_migration_target()2940 if (noderef >= O2NM_MAX_NODES) in dlm_pick_migration_target()2942 if (noderef == dlm->node_num) in dlm_pick_migration_target()2944 if (test_bit(noderef, dlm->exit_domain_map)) in dlm_pick_migration_target()2946 nodenum = noderef; in dlm_pick_migration_target()