Searched refs:noderef (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | compiler_types.h | 10 # define __user __attribute__((noderef, address_space(__user))) 11 # define __iomem __attribute__((noderef, address_space(__iomem))) 12 # define __percpu __attribute__((noderef, address_space(__percpu))) 13 # define __rcu __attribute__((noderef, address_space(__rcu))) 27 # define __private __attribute__((noderef))
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | compiler_types.h | 22 # define __user __attribute__((noderef, address_space(__user))) 23 # define __iomem __attribute__((noderef, address_space(__iomem))) 24 # define __percpu __attribute__((noderef, address_space(__percpu))) 25 # define __rcu __attribute__((noderef, address_space(__rcu))) 40 # define __private __attribute__((noderef))
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | compiler_types.h | 10 # define __user __attribute__((noderef, address_space(1))) 15 # define __iomem __attribute__((noderef, address_space(2))) 22 # define __percpu __attribute__((noderef, address_space(3))) 23 # define __rcu __attribute__((noderef, address_space(4))) 24 # define __private __attribute__((noderef))
|
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmmaster.c | 2984 int noderef; in dlm_pick_migration_target() local 3004 noderef = -1; in dlm_pick_migration_target() 3006 noderef = find_next_bit(res->refmap, O2NM_MAX_NODES, in dlm_pick_migration_target() 3007 noderef + 1); in dlm_pick_migration_target() 3008 if (noderef >= O2NM_MAX_NODES) in dlm_pick_migration_target() 3010 if (noderef == dlm->node_num) in dlm_pick_migration_target() 3012 if (test_bit(noderef, dlm->exit_domain_map)) in dlm_pick_migration_target() 3014 nodenum = noderef; in dlm_pick_migration_target()
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmmaster.c | 2982 int noderef; in dlm_pick_migration_target() local 3002 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()
|
Completed in 10 milliseconds