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)))20 # define __pmem __attribute__((noderef, address_space(5)))22 # define __rcu __attribute__((noderef, address_space(4)))
2919 int noderef; in dlm_pick_migration_target() local2939 noderef = -1; in dlm_pick_migration_target()2941 noderef = find_next_bit(res->refmap, O2NM_MAX_NODES, in dlm_pick_migration_target()2942 noderef + 1); in dlm_pick_migration_target()2943 if (noderef >= O2NM_MAX_NODES) in dlm_pick_migration_target()2945 if (noderef == dlm->node_num) in dlm_pick_migration_target()2947 if (test_bit(noderef, dlm->exit_domain_map)) in dlm_pick_migration_target()2949 nodenum = noderef; in dlm_pick_migration_target()