Searched refs:noderef (Results 1 – 2 of 2) sorted by relevance
8 # define __user __attribute__((noderef, address_space(1)))13 # define __iomem __attribute__((noderef, address_space(2)))20 # define __percpu __attribute__((noderef, address_space(3)))21 # define __rcu __attribute__((noderef, address_space(4)))22 # define __private __attribute__((noderef))
2987 int noderef; in dlm_pick_migration_target() local3007 noderef = -1; in dlm_pick_migration_target()3009 noderef = find_next_bit(res->refmap, O2NM_MAX_NODES, in dlm_pick_migration_target()3010 noderef + 1); in dlm_pick_migration_target()3011 if (noderef >= O2NM_MAX_NODES) in dlm_pick_migration_target()3013 if (noderef == dlm->node_num) in dlm_pick_migration_target()3015 if (test_bit(noderef, dlm->exit_domain_map)) in dlm_pick_migration_target()3017 nodenum = noderef; in dlm_pick_migration_target()