Searched refs:__write (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/util/ |
A D | unwind-libunwind-local.c | 432 int __maybe_unused __write, in access_fpreg() argument 487 int __write, void *arg) in access_mem() argument 496 if (__write || !stack || !ui->sample->user_regs.regs) { in access_mem() 533 int __write, void *arg) in access_reg() argument 540 if (__write) { in access_reg()
|
/linux/include/linux/mtd/ |
A D | spinand.h | 361 #define SPINAND_INFO_OP_VARIANTS(__read, __write, __update) \ argument 364 .write_cache = __write, \
|
/linux/drivers/thunderbolt/ |
A D | debugfs.c | 32 #define DEBUGFS_ATTR(__space, __write) \ argument 43 .write = __write, \
|
/linux/drivers/ntb/test/ |
A D | ntb_tool.c | 272 #define TOOL_FOPS_RDWR(__name, __read, __write) \ argument 277 .write = __write, \
|
Completed in 17 milliseconds