Home
last modified time | relevance | path

Searched refs:__get (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/
H A Ddm-bio-prison-v2.c150 static bool __get(struct dm_bio_prison_v2 *prison, in __get() function
183 r = __get(prison, key, lock_level, inmate, cell_prealloc, cell_result); in dm_cell_get_v2()
/linux/arch/powerpc/platforms/cell/spufs/
H A Dfile.c141 #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
145 return spufs_attr_open(inode, file, __get, __set, __fmt); \
1207 #define DEFINE_SPUFS_ATTRIBUTE(__name, __get, __set, __fmt, __acquire) \ argument
1208 static int __##__get(void *data, u64 *val) \
1217 *val = __get(ctx); \
1223 *val = __get(ctx); \
1226 *val = __get(ctx); \
1230 DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__name, __##__get, __set, __fmt);
/linux/drivers/thunderbolt/
H A Ddma_test.c358 #define DMA_TEST_DEBUGFS_ATTR(__fops, __get, __validate, __set) \ argument
368 __get(dt, val); \