Home
last modified time | relevance | path

Searched defs:__set (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Ddebugfs.h48 #define DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ argument
63 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
66 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument
Dfs.h3366 #define DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ argument
3381 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
3384 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument
/kernel/linux/linux-5.10/tools/testing/selftests/mqueue/
Dmq_open_tests.c71 static inline void __set(FILE *stream, int value, char *err_msg) in __set() function
Dmq_perf_tests.c165 static inline void __set(FILE *stream, int value, char *err_msg) in __set() function
/kernel/linux/linux-5.10/drivers/phy/qualcomm/
Dphy-qcom-ipq806x-sata.c24 #define __set(v, a, b) (((v) << (b)) & GENMASK(a, b)) macro
/kernel/linux/linux-5.10/net/netfilter/
Dnft_set_rbtree.c217 static int nft_rbtree_gc_elem(const struct nft_set *__set, in nft_rbtree_gc_elem()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
Dfile.c141 #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
1218 #define DEFINE_SPUFS_ATTRIBUTE(__name, __get, __set, __fmt, __acquire) \ argument