Home
last modified time | relevance | path

Searched refs:_op (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/tools/power/acpi/tools/acpidbg/
Dacpidbg.c55 #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.4/fs/fscache/
Dpage.c271 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()
780 static void fscache_release_write_op(struct fscache_operation *_op) in fscache_release_write_op() argument
782 _enter("{OP%x}", _op->debug_id); in fscache_release_write_op()
788 static void fscache_write_op(struct fscache_operation *_op) in fscache_write_op() argument
791 container_of(_op, struct fscache_storage, op); in fscache_write_op()
826 _op->flags, _op->state, object->state->short_name, in fscache_write_op()
/Linux-v5.4/drivers/net/ethernet/brocade/bna/
Dbfi.h38 #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.4/drivers/scsi/bfa/
Dbfi.h62 #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.4/Documentation/filesystems/caching/
Doperations.txt203 static void fscache_write_op(struct fscache_operation *_op)
206 container_of(_op, struct fscache_storage, op);
/Linux-v5.4/drivers/md/bcache/
Dwriteback.c762 static int sectors_dirty_init_fn(struct btree_op *_op, struct btree *b, in sectors_dirty_init_fn() argument
765 struct sectors_dirty_init *op = container_of(_op, in sectors_dirty_init_fn()
/Linux-v5.4/fs/cachefiles/
Drdwr.c152 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()