Searched refs:noderef (Results 1 – 3 of 3) sorted by relevance
31 # define __user __attribute__((noderef, address_space(__user)))32 # define __iomem __attribute__((noderef, address_space(__iomem)))33 # define __percpu __attribute__((noderef, address_space(__percpu)))34 # define __rcu __attribute__((noderef, address_space(__rcu)))49 # define __private __attribute__((noderef))
2982 int noderef; in dlm_pick_migration_target() local3002 noderef = -1; in dlm_pick_migration_target()3004 noderef = find_next_bit(res->refmap, O2NM_MAX_NODES, in dlm_pick_migration_target()3005 noderef + 1); in dlm_pick_migration_target()3006 if (noderef >= O2NM_MAX_NODES) in dlm_pick_migration_target()3008 if (noderef == dlm->node_num) in dlm_pick_migration_target()3010 if (test_bit(noderef, dlm->exit_domain_map)) in dlm_pick_migration_target()3012 nodenum = noderef; in dlm_pick_migration_target()
440 # define __iftd __attribute__((noderef, address_space(__iftype_data)))