/linux/tools/include/nolibc/ |
H A D | types.h | 126 fd_set *__set = (set); \ 129 __set->fds[__fd / FD_SETIDXMASK] &= \ 134 fd_set *__set = (set); \ 137 __set->fds[__fd / FD_SETIDXMASK] |= \ 142 fd_set *__set = (set); \ 146 __r = !!(__set->fds[__fd / FD_SETIDXMASK] & \ 152 fd_set *__set = (set); \ 156 __set->fds[__idx] = 0; \
|
/linux/tools/testing/selftests/mqueue/ |
H A D | mq_open_tests.c | 61 static inline void __set(FILE *stream, int value, char *err_msg); 71 static inline void __set(FILE *stream, int value, char *err_msg) in __set() function 101 __set(def_msgs, saved_def_msgs, in shutdown() 104 __set(def_msgsize, saved_def_msgsize, in shutdown() 108 __set(max_msgs, saved_max_msgs, in shutdown() 111 __set(max_msgsize, saved_max_msgsize, in shutdown()
|
H A D | mq_perf_tests.c | 153 static inline void __set(FILE *stream, int value, char *err_msg); 165 static inline void __set(FILE *stream, int value, char *err_msg) in __set() function 202 __set(max_msgs, saved_max_msgs, in shutdown() 205 __set(max_msgsize, saved_max_msgsize, in shutdown()
|
/linux/include/linux/ |
H A D | debugfs.h | 48 #define DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ argument 52 return simple_attr_open(inode, file, __get, __set, __fmt); \ 62 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 63 DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false) 65 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument 66 DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
|
H A D | fs.h | 3668 #define DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ argument 3672 return simple_attr_open(inode, file, __get, __set, __fmt); \ 3683 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 3684 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false) 3686 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument 3687 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
|
/linux/drivers/thunderbolt/ |
H A D | dma_test.c | 358 #define DMA_TEST_DEBUGFS_ATTR(__fops, __get, __validate, __set) \ argument 384 __set(dt, val); \
|
/linux/net/netfilter/ |
H A D | nft_set_rbtree.c | 236 nft_rbtree_gc_elem(const struct nft_set *__set, struct nft_rbtree *priv, in nft_rbtree_gc_elem() argument 239 struct nft_set *set = (struct nft_set *)__set; in nft_rbtree_gc_elem()
|
/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | file.c | 141 #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 1230 DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__name, __##__get, __set, __fmt);
|