Searched refs:__set (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/include/nolibc/
H A Dtypes.h126 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-master/drivers/phy/qualcomm/
H A Dphy-qcom-ipq806x-sata.c24 #define __set(v, a, b) (((v) << (b)) & GENMASK(a, b)) macro
27 #define SATA_PHY_P0_PARAM0_P0_TX_PREEMPH_GEN3(x) __set(x, 17, 12)
29 #define SATA_PHY_P0_PARAM0_P0_TX_PREEMPH_GEN2(x) __set(x, 11, 6)
31 #define SATA_PHY_P0_PARAM0_P0_TX_PREEMPH_GEN1(x) __set(x, 5, 0)
35 #define SATA_PHY_P0_PARAM1_RESERVED_BITS31_21(x) __set(x, 31, 21)
36 #define SATA_PHY_P0_PARAM1_P0_TX_AMPLITUDE_GEN3(x) __set(x, 20, 14)
38 #define SATA_PHY_P0_PARAM1_P0_TX_AMPLITUDE_GEN2(x) __set(x, 13, 7)
40 #define SATA_PHY_P0_PARAM1_P0_TX_AMPLITUDE_GEN1(x) __set(x, 6, 0)
44 #define SATA_PHY_P0_PARAM2_RX_EQ(x) __set(x, 20, 18)
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c61 static inline void __set(FILE *stream, int value, char *err_msg);
71 static inline void __set(FILE *stream, int value, char *err_msg) function
101 __set(def_msgs, saved_def_msgs,
104 __set(def_msgsize, saved_def_msgsize,
108 __set(max_msgs, saved_max_msgs,
111 __set(max_msgsize, saved_max_msgsize,
H A Dmq_perf_tests.c153 static inline void __set(FILE *stream, int value, char *err_msg);
165 static inline void __set(FILE *stream, int value, char *err_msg) function
202 __set(max_msgs, saved_max_msgs,
205 __set(max_msgsize, saved_max_msgsize,
/linux-master/include/linux/
H A Ddebugfs.h48 #define DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \
52 return simple_attr_open(inode, file, __get, __set, __fmt); \
63 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \
64 DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false)
66 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \
67 DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
H A Dfs.h3507 #define DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \
3511 return simple_attr_open(inode, file, __get, __set, __fmt); \
3522 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \
3523 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false)
3525 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \
3526 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
/linux-master/drivers/thunderbolt/
H A Ddma_test.c358 #define DMA_TEST_DEBUGFS_ATTR(__fops, __get, __validate, __set) \
384 __set(dt, val); \
/linux-master/net/netfilter/
H A Dnft_set_rbtree.c236 nft_rbtree_gc_elem(const struct nft_set *__set, struct nft_rbtree *priv, argument
239 struct nft_set *set = (struct nft_set *)__set;
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.h468 BUILD_VMX_MSR_BITMAP_HELPERS(void, set, __set)
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dfile.c141 #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \
145 return spufs_attr_open(inode, file, __get, __set, __fmt); \
1218 #define DEFINE_SPUFS_ATTRIBUTE(__name, __get, __set, __fmt, __acquire) \
1241 DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__name, __##__get, __set, __fmt);

Completed in 216 milliseconds