Searched refs:noderef (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/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))
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | compiler.h | 12 # define __user __attribute__((noderef, address_space(1))) 17 # define __iomem __attribute__((noderef, address_space(2))) 24 # define __percpu __attribute__((noderef, address_space(3))) 25 # define __pmem __attribute__((noderef, address_space(5))) 27 # define __rcu __attribute__((noderef, address_space(4)))
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | compiler.h | 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)))
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/ |
| H A D | 0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch | 567 # define __percpu __attribute__((noderef, address_space(3))) 568 +# define __pmem __attribute__((noderef, address_space(5))) 570 # define __rcu __attribute__((noderef, address_space(4)))
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168.h | 595 #define __iomem __attribute__((noderef, address_space(2)))
|