/Linux-v5.15/tools/power/acpi/tools/acpidbg/ |
D | acpidbg.c | 55 #define ACPI_AML_DO(_fd, _op, _buf, _ret) \ argument 57 _ret = acpi_aml_##_op(_fd, &acpi_aml_##_buf##_crc); \ 60 "%s %s pipe closed.\n", #_buf, #_op); \ 64 #define ACPI_AML_BATCH_DO(_fd, _op, _buf, _ret) \ argument 66 _ret = acpi_aml_##_op##_batch_##_buf(_fd, \
|
/Linux-v5.15/fs/fscache/ |
D | page.c | 271 static void fscache_do_cancel_retrieval(struct fscache_operation *_op) in fscache_do_cancel_retrieval() argument 274 container_of(_op, struct fscache_retrieval, op); in fscache_do_cancel_retrieval() 282 static void fscache_release_retrieval_op(struct fscache_operation *_op) in fscache_release_retrieval_op() argument 285 container_of(_op, struct fscache_retrieval, op); in fscache_release_retrieval_op() 774 static void fscache_release_write_op(struct fscache_operation *_op) in fscache_release_write_op() argument 776 _enter("{OP%x}", _op->debug_id); in fscache_release_write_op() 782 static void fscache_write_op(struct fscache_operation *_op) in fscache_write_op() argument 785 container_of(_op, struct fscache_storage, op); in fscache_write_op() 820 _op->flags, _op->state, object->state->short_name, in fscache_write_op()
|
/Linux-v5.15/drivers/net/ethernet/brocade/bna/ |
D | bfi.h | 38 #define bfi_h2i_set(_mh, _mc, _op, _fn_lpu) do { \ argument 40 (_mh).msg_id = (_op); \ 44 #define bfi_i2h_set(_mh, _mc, _op, _i2htok) do { \ argument 46 (_mh).msg_id = (_op); \
|
/Linux-v5.15/drivers/scsi/bfa/ |
D | bfi.h | 62 #define bfi_h2i_set(_mh, _mc, _op, _fn_lpu) do { \ argument 64 (_mh).msg_id = (_op); \ 68 #define bfi_i2h_set(_mh, _mc, _op, _i2htok) do { \ argument 70 (_mh).msg_id = (_op); \
|
/Linux-v5.15/Documentation/filesystems/caching/ |
D | operations.rst | 200 static void fscache_write_op(struct fscache_operation *_op) 203 container_of(_op, struct fscache_storage, op);
|
/Linux-v5.15/fs/cachefiles/ |
D | rdwr.c | 152 static void cachefiles_read_copier(struct fscache_operation *_op) in cachefiles_read_copier() argument 159 op = container_of(_op, struct fscache_retrieval, op); in cachefiles_read_copier()
|
/Linux-v5.15/drivers/md/bcache/ |
D | writeback.c | 814 static int sectors_dirty_init_fn(struct btree_op *_op, struct btree *b, in sectors_dirty_init_fn() argument 817 struct sectors_dirty_init *op = container_of(_op, in sectors_dirty_init_fn()
|
/Linux-v5.15/kernel/ |
D | kprobes.c | 658 struct optimized_kprobe *_op; in optprobe_queued_unopt() local 660 list_for_each_entry(_op, &unoptimizing_list, list) { in optprobe_queued_unopt() 661 if (op == _op) in optprobe_queued_unopt()
|