Home
last modified time | relevance | path

Searched refs:__write (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dunwind-libunwind-local.c512 int __maybe_unused __write, in access_fpreg() argument
572 int __write, void *arg) in access_mem() argument
582 if (__write || !stack || !ui->sample->user_regs || !ui->sample->user_regs->regs) { in access_mem()
619 int __write, void *arg) in access_reg() argument
626 if (__write) { in access_reg()
/linux-6.15/include/linux/mtd/
H A Dspinand.h491 #define SPINAND_INFO_OP_VARIANTS(__read, __write, __update) \ argument
494 .write_cache = __write, \
/linux-6.15/drivers/ntb/test/
H A Dntb_tool.c272 #define TOOL_FOPS_RDWR(__name, __read, __write) \ argument
277 .write = __write, \
/linux-6.15/drivers/thunderbolt/
H A Ddebugfs.c103 #define DEBUGFS_ATTR(__space, __write) \ argument
114 .write = __write, \