Searched refs:operation (Results 51 - 75 of 214) sorted by relevance

123456789

/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.h42 * from the same admin thread as the original load operation.
398 /* What phase of the close operation the allocator is to perform */
508 enum journal_operation operation,
515 enum journal_operation operation);
571 const struct admin_state_code *operation,
588 const struct admin_state_code *operation,
H A Drepair.c326 const struct admin_state_code *operation; local
333 operation = VDO_ADMIN_STATE_REBUILDING;
337 operation = VDO_ADMIN_STATE_RECOVERING;
340 vdo_drain_slab_depot(vdo->depot, operation, completion);
763 vdo_get_journal_operation_name(entry->operation),
770 if ((entry->operation == VDO_JOURNAL_BLOCK_MAP_REMAPPING) &&
777 vdo_get_journal_operation_name(entry->operation),
835 if (!vdo_attempt_replay_into_slab(slab, pbn, entry.operation, increment,
887 const struct admin_state_code *operation; local
894 operation
906 const struct admin_state_code *operation; local
[all...]
H A Dencodings.h215 * operation code that says whether the mapping is for a logical block or for the block map tree
222 enum journal_operation operation; member in struct:recovery_journal_entry
236 unsigned operation : 2; member in struct:packed_recovery_journal_entry
242 unsigned operation : 2;
277 unsigned operation : 2; member in struct:packed_recovery_journal_entry_1
283 unsigned operation : 2;
451 enum journal_operation operation; member in struct:slab_journal_entry
908 .operation = entry->operation,
934 .operation
[all...]
H A Dslab-depot.c751 const struct admin_state_code *operation; local
788 operation = vdo_get_admin_state_code(&journal->slab->state);
789 if (operation == VDO_ADMIN_STATE_WAITING_FOR_RECOVERY) {
841 * @operation: The type of the entry.
849 enum journal_operation operation,
854 if (operation == VDO_JOURNAL_BLOCK_MAP_REMAPPING) {
897 * @operation: The type of entry to make.
904 enum journal_operation operation, bool increment,
922 if (operation == VDO_JOURNAL_BLOCK_MAP_REMAPPING) {
934 pbn - journal->slab->start, operation, incremen
846 encode_slab_journal_entry(struct slab_journal_block_header *tail_header, slab_journal_payload *payload, slab_block_number sbn, enum journal_operation operation, bool increment) argument
903 add_entry(struct slab_journal *journal, physical_block_number_t pbn, enum journal_operation operation, bool increment, struct journal_point recovery_point) argument
957 vdo_attempt_replay_into_slab(struct vdo_slab *slab, physical_block_number_t pbn, enum journal_operation operation, bool increment, struct journal_point *recovery_point, struct vdo_completion *parent) argument
1941 vdo_adjust_reference_count_for_rebuild(struct slab_depot *depot, physical_block_number_t pbn, enum journal_operation operation) argument
2601 const struct admin_state_code *operation = vdo_get_admin_state_code(state); local
3364 const struct admin_state_code *operation = local
3381 const struct admin_state_code *operation = local
3442 const struct admin_state_code *operation = vdo_get_admin_state_code(state); local
4546 const struct admin_state_code *operation = local
4589 vdo_load_slab_depot(struct slab_depot *depot, const struct admin_state_code *operation, struct vdo_completion *parent, void *context) argument
4844 vdo_drain_slab_depot(struct slab_depot *depot, const struct admin_state_code *operation, struct vdo_completion *parent) argument
[all...]
/linux-master/drivers/staging/greybus/
H A Dhid.c99 struct gb_operation *operation; local
106 operation = gb_operation_create(ghid->connection,
109 if (!operation) {
114 request = operation->request->payload;
119 ret = gb_operation_request_send_sync(operation);
121 dev_err(&operation->connection->bundle->dev,
127 gb_operation_put(operation);
H A Dsdio.c259 struct gb_operation *operation; local
269 operation = gb_operation_create(host->connection, GB_SDIO_TYPE_TRANSFER,
272 if (!operation)
275 request = operation->request->payload;
287 ret = gb_operation_request_send_sync(operation);
291 response = operation->response->payload;
303 gb_operation_put(operation);
313 struct gb_operation *operation; local
323 operation = gb_operation_create(host->connection, GB_SDIO_TYPE_TRANSFER,
326 if (!operation)
[all...]
/linux-master/drivers/hv/
H A Dhv_kvp.c141 kvp_msg->kvp_hdr.operation = reg_value;
168 switch (msg->kvp_hdr.operation) {
180 KVP_OP_REGISTER1, msg->kvp_hdr.operation);
188 msg->kvp_hdr.operation);
378 __u8 operation = kvp_transaction.kvp_msg->kvp_hdr.operation; local
392 message->kvp_hdr.operation = operation;
407 switch (message->kvp_hdr.operation) {
413 * We only need to pass on the info of operation, adapter_i
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_gem.c673 args->operation = RADEON_VA_RESULT_ERROR;
683 args->operation = RADEON_VA_RESULT_ERROR;
692 args->operation = RADEON_VA_RESULT_ERROR;
704 args->operation = RADEON_VA_RESULT_ERROR;
708 switch (args->operation) {
713 dev_err(dev->dev, "unsupported operation %d\n",
714 args->operation);
715 args->operation = RADEON_VA_RESULT_ERROR;
721 args->operation = RADEON_VA_RESULT_ERROR;
727 args->operation
[all...]
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c300 data->attributes.operation = private->attrib.operation;
304 data->attributes.operation = DASD_BYPASS_CACHE;
309 data->attributes.operation = private->attrib.operation;
317 data->attributes.operation = private->attrib.operation;
322 data->attributes.operation = DASD_BYPASS_CACHE;
330 data->attributes.operation = DASD_BYPASS_CACHE;
335 data->attributes.operation
[all...]
/linux-master/drivers/pcmcia/
H A Dti113x.h744 static int ti12xx_power_hook(struct pcmcia_socket *sock, int operation) argument
751 if ((operation != HOOK_POWER_PRE) && (operation != HOOK_POWER_POST))
779 if (operation == HOOK_POWER_PRE)
800 if (operation == HOOK_POWER_PRE)
809 if (operation == HOOK_POWER_PRE)
821 if (operation == HOOK_POWER_PRE)
831 if (operation == HOOK_POWER_PRE)
/linux-master/tools/hv/
H A Dhv_fcopy_daemon.c115 * the fcopy operation is aborted by hibernation, the daemon should remove the
235 switch (buffer.hdr.operation) {
251 syslog(LOG_ERR, "Unknown operation: %d",
252 buffer.hdr.operation);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.h98 u8 operation);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dphy.h55 void rtl92s_phy_scan_operation_backup(struct ieee80211_hw *hw, u8 operation);
/linux-master/sound/soc/intel/common/
H A Dsst-dsp.h59 u32 target, u32 time, char *operation);
H A Dsst-dsp.c145 u32 target, u32 time, char *operation)
173 reg, operation);
179 reg, operation);
144 sst_dsp_register_poll(struct sst_dsp *ctx, u32 offset, u32 mask, u32 target, u32 time, char *operation) argument
/linux-master/include/kunit/
H A Dassert.h116 * @operation: A string representation of the comparison operator (e.g. "==").
121 const char *operation; member in struct:kunit_binary_assert_text
/linux-master/fs/btrfs/
H A Draid56.h65 enum btrfs_rbio_ops operation; member in struct:btrfs_raid_bio
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddatapath.h198 * @operation: one of &enum iwl_synced_time_operation
201 __le32 operation; member in struct:iwl_synced_time_cmd
207 * @operation: one of &enum iwl_synced_time_operation
216 __le32 operation; member in struct:iwl_synced_time_rsp
388 * @THERMAL_DUAL_CHAIN_REQ_ENABLE: (re-)enable dual-chain operation
390 * @THERMAL_DUAL_CHAIN_REQ_DISABLE: disable dual-chain operation
547 * enum iwl_scd_queue_cfg_operation - scheduler queue operation
560 * @operation: the operation, see &enum iwl_scd_queue_cfg_operation
576 __le32 operation; member in struct:iwl_scd_queue_cfg_cmd
[all...]
/linux-master/drivers/block/xen-blkback/
H A Dcommon.h121 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_32_request
177 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_64_request
349 unsigned short operation; member in struct:pending_req
/linux-master/fs/ceph/
H A Dlocks.c76 static int ceph_lock_message(u8 lock_type, u16 operation, struct inode *inode, argument
86 if (operation == CEPH_MDS_OP_SETFILELOCK) {
97 if (operation != CEPH_MDS_OP_SETFILELOCK || cmd == CEPH_LOCK_UNLOCK)
100 req = ceph_mdsc_create_request(mdsc, operation, USE_AUTH_MDS);
117 (int)lock_type, (int)operation, owner,
133 if (!err && operation == CEPH_MDS_OP_GETFILELOCK) {
154 (int)lock_type, (int)operation, (u64) fl->c.flc_pid,
/linux-master/security/tomoyo/
H A Dcommon.h147 /* Index numbers for operation mode. */
272 TOMOYO_NETWORK_BIND, /* bind() operation. */
273 TOMOYO_NETWORK_LISTEN, /* listen() operation. */
274 TOMOYO_NETWORK_CONNECT, /* connect() operation. */
275 TOMOYO_NETWORK_SEND, /* send() operation. */
439 u8 operation; member in struct:tomoyo_request_info::__anon212::__anon213
445 u8 operation; member in struct:tomoyo_request_info::__anon212::__anon214
453 u8 operation; member in struct:tomoyo_request_info::__anon212::__anon215
462 u8 operation; member in struct:tomoyo_request_info::__anon212::__anon216
473 u8 operation; member in struct:tomoyo_request_info::__anon212::__anon218
481 u8 operation; member in struct:tomoyo_request_info::__anon212::__anon219
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-npcm7xx.c48 * Operation type values (used to define the operation currently running)
49 * module is interrupt driven, on each interrupt the current operation is
303 enum i2c_oper operation; member in struct:npcm_i2c
392 if (bus->operation == I2C_READ_OPER)
394 if (bus->operation == I2C_WRITE_OPER)
535 * Write operation.
549 if (bus->operation == I2C_READ_OPER)
744 bus->operation = I2C_NO_OPER;
755 if (bus->operation == I2C_WRITE_OPER)
758 if (bus->operation
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S38 mov r3, #0x1 @ value for 1x operation
39 str r3, [r2] @ go to L1-freq operation
66 mov r3, #0x2 @ value for 2x operation
67 str r3, [r2] @ go to L0-freq operation
101 orr r5, r5, r9 @ bulld value for L0/L1-volt operation.
196 orr r8, r8, r9 @ bulld value for L0/L1-volt operation.
H A Dsram243x.S38 mov r3, #0x1 @ value for 1x operation
39 str r3, [r2] @ go to L1-freq operation
66 mov r3, #0x2 @ value for 2x operation
67 str r3, [r2] @ go to L0-freq operation
101 orr r5, r5, r9 @ bulld value for L0/L1-volt operation.
196 orr r8, r8, r9 @ bulld value for L0/L1-volt operation.
/linux-master/drivers/block/
H A Dxen-blkfront.c562 ring_req->operation = BLKIF_OP_DISCARD;
623 if ((ring_req->operation == BLKIF_OP_INDIRECT) &&
666 if (ring_req->operation != BLKIF_OP_INDIRECT) {
699 second->operation = first->operation;
768 * The indirect operation can only be a BLKIF_OP_READ or
772 ring_req->operation = BLKIF_OP_INDIRECT;
781 ring_req->operation = rq_data_dir(req) ?
793 ring_req->operation =
796 ring_req->operation
[all...]

Completed in 499 milliseconds

123456789