/linux-3.3/include/trace/events/ |
D | block.h | 48 * block_rq_abort - abort block operation request 49 * @q: queue containing the block operation request 50 * @rq: block IO operation request 52 * Called immediately after pending block IO operation request @rq in 53 * queue @q is aborted. The fields in the operation request @rq 55 * operation would access. 66 * @q: queue holding operation 67 * @rq: block IO operation request 69 * The block operation request @rq is being placed back into queue 81 * block_rq_complete - block IO operation completed by device driver [all …]
|
/linux-3.3/Documentation/filesystems/caching/ |
D | operations.txt | 11 (*) Operation record initialisation. 37 OPERATION RECORD INITIALISATION 40 An operation is recorded in an fscache_operation struct: 52 Someone wanting to issue an operation should allocate something with this 58 with the operation to be initialised and the release function to use. 67 operation and waited for afterwards. 74 There are a number of parameters that can be set in the operation record's flag 78 (1) The operation may be done synchronously (FSCACHE_OP_MYTHREAD). A thread 79 may decide it wants to handle an operation itself without deferring it to 89 before submitting the operation, and the operating thread must wait for it [all …]
|
/linux-3.3/Documentation/crypto/ |
D | async-tx-api.txt | 11 3.4 When does the operation execute? 12 3.5 When does the operation complete? 30 that is written to the API can optimize for asynchronous operation and 44 operation will be offloaded when an engine is available and carried out 48 API automatically handles cases where the transition from one operation 50 3/ dmaengine extensions to support multiple clients and operation types 57 async_<operation>(<op specific parameters>, struct async_submit ctl *submit) 76 The return value is non-NULL and points to a 'descriptor' when the operation 90 3.4 When does the operation execute? 92 async_<operation> call. Offload engine drivers batch operations to [all …]
|
/linux-3.3/Documentation/ |
D | atomic_ops.txt | 54 been set with this operation or set with another operation. A proper implicit 55 or explicit memory barrier is needed before the value set with the operation 174 Now, we move onto the atomic operation interfaces typically implemented with 197 atomic_t and return the new counter value after the operation is 201 barriers are performed before and after the operation. It must be 203 operation calls are strongly ordered with respect to the atomic 204 operation itself. 207 before and after the atomic operation. 232 It requires explicit memory barrier semantics around the operation as 239 memory barrier semantics around the operation. [all …]
|
/linux-3.3/security/tomoyo/ |
D | file.c | 168 [r->param.path.operation], in tomoyo_audit_path_log() 182 [tomoyo_pp2mac[r->param.path2.operation]], in tomoyo_audit_path2_log() 198 [tomoyo_pnnn2mac[r->param.mkdev.operation]], in tomoyo_audit_mkdev_log() 213 const u8 type = r->param.path_number.operation; in tomoyo_audit_path_number_log() 239 * tomoyo_check_path_acl - Check permission for path operation. 255 if (acl->perm & (1 << r->param.path.operation)) { in tomoyo_check_path_acl() 265 * tomoyo_check_path_number_acl - Check permission for path number operation. 277 return (acl->perm & (1 << r->param.path_number.operation)) && in tomoyo_check_path_number_acl() 285 * tomoyo_check_path2_acl - Check permission for path path operation. 297 return (acl->perm & (1 << r->param.path2.operation)) && in tomoyo_check_path2_acl() [all …]
|
D | network.c | 26 u8 operation; member 287 const char *operation = tomoyo_read_token(param); in tomoyo_write_inet_network() local 293 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type])) in tomoyo_write_inet_network() 332 const char *operation = tomoyo_read_token(param); in tomoyo_write_unix_network() local 338 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type])) in tomoyo_write_unix_network() 357 * @operation: Name of socket operation. 364 const u8 operation, const char *address) in tomoyo_audit_net_log() argument 368 tomoyo_socket_keyword[operation], address); in tomoyo_audit_net_log() 393 r->param.inet_network.operation, buf); in tomoyo_audit_inet_log() 406 r->param.unix_network.operation, in tomoyo_audit_unix_log() [all …]
|
/linux-3.3/drivers/dma/ppc4xx/ |
D | adma.h | 84 * @completed_cookie: identifier for the most recently completed operation 89 * @pdest_page: P destination page for async validate operation 90 * @qdest_page: Q destination page for async validate operation 91 * @pdest: P dma addr for async validate operation 92 * @qdest: Q dma addr for async validate operation 126 * @group_head: first operation in a transaction 140 * @slots_per_op: number of slots per operation 141 * @descs_per_op: number of slot per P/Q operation see comment 176 #define PPC440SPE_DESC_RXOR123 8 /* CDB for RXOR123 operation */ 177 #define PPC440SPE_DESC_RXOR124 9 /* CDB for RXOR124 operation */ [all …]
|
/linux-3.3/net/ipv4/netfilter/ |
D | ipt_ECN.c | 58 if ((!(einfo->operation & IPT_ECN_OP_SET_ECE) || in set_ect_tcp() 60 (!(einfo->operation & IPT_ECN_OP_SET_CWR) || in set_ect_tcp() 69 if (einfo->operation & IPT_ECN_OP_SET_ECE) in set_ect_tcp() 71 if (einfo->operation & IPT_ECN_OP_SET_CWR) in set_ect_tcp() 84 if (einfo->operation & IPT_ECN_OP_SET_IP) in ecn_tg() 88 if (einfo->operation & (IPT_ECN_OP_SET_ECE | IPT_ECN_OP_SET_CWR) && in ecn_tg() 101 if (einfo->operation & IPT_ECN_OP_MASK) { in ecn_tg_check() 102 pr_info("unsupported ECN operation %x\n", einfo->operation); in ecn_tg_check() 109 if ((einfo->operation & (IPT_ECN_OP_SET_ECE|IPT_ECN_OP_SET_CWR)) && in ecn_tg_check()
|
/linux-3.3/Documentation/filesystems/ |
D | xip.txt | 28 Execute-in-place is implemented in three steps: block device operation, 29 address space operation, and file operations. 31 A block device operation named direct_access is used to retrieve a 33 cpu-addressable, physical address and remain valid until the release operation 38 The block device operation is optional, these block devices support it as of 42 An address space operation named get_xip_mem is used to retrieve references 48 This address space operation is mutually exclusive with readpage&writepage that 54 mm/filemap_xip.c . The following file operation implementations are provided:
|
/linux-3.3/net/netfilter/ |
D | xt_ecn.c | 43 if (einfo->operation & XT_ECN_OP_MATCH_ECE) { in match_tcp() 53 if (einfo->operation & XT_ECN_OP_MATCH_CWR) { in match_tcp() 77 if (info->operation & XT_ECN_OP_MATCH_IP && !match_ip(skb, info)) in ecn_mt4() 80 if (info->operation & (XT_ECN_OP_MATCH_ECE | XT_ECN_OP_MATCH_CWR) && in ecn_mt4() 92 if (info->operation & XT_ECN_OP_MATCH_MASK) in ecn_mt_check4() 98 if (info->operation & (XT_ECN_OP_MATCH_ECE | XT_ECN_OP_MATCH_CWR) && in ecn_mt_check4() 119 if (info->operation & XT_ECN_OP_MATCH_IP && !match_ipv6(skb, info)) in ecn_mt6() 122 if (info->operation & (XT_ECN_OP_MATCH_ECE | XT_ECN_OP_MATCH_CWR) && in ecn_mt6() 134 if (info->operation & XT_ECN_OP_MATCH_MASK) in ecn_mt_check6() 140 if (info->operation & (XT_ECN_OP_MATCH_ECE | XT_ECN_OP_MATCH_CWR) && in ecn_mt_check6()
|
D | xt_CHECKSUM.c | 38 if (einfo->operation & ~XT_CHECKSUM_OP_FILL) { in checksum_tg_check() 39 pr_info("unsupported CHECKSUM operation %x\n", einfo->operation); in checksum_tg_check() 42 if (!einfo->operation) { in checksum_tg_check() 43 pr_info("no CHECKSUM operation enabled\n"); in checksum_tg_check()
|
/linux-3.3/include/linux/ |
D | fscache-cache.h | 56 struct work_struct op_gc; /* operation garbage collector */ 71 * operation to be applied to a cache object 84 #define FSCACHE_OP_TYPE 0x000f /* operation type */ 96 /* operation processor callback 101 /* operation releaser */ 112 * fscache_operation_init - Do basic initialisation of an operation 113 * @op: The operation to initialise 116 * Do basic initialisation of an operation. The caller must still set flags, 132 * data read operation 153 * fscache_get_retrieval - Get an extra reference on a retrieval operation [all …]
|
D | pg.h | 12 ATAPI reset operation, all operations are performed by a pair 14 A write operation delivers a command and any outbound data in 18 immediately by a read operation, to obtain any returned data and 19 status information. A read will fail if there is no operation 22 As a special case, the device can be reset with a write operation, 25 There are no ioctl() operations. Any single operation
|
/linux-3.3/drivers/block/xen-blkback/ |
D | blkback.c | 78 unsigned short operation; member 170 int operation) in xen_vbd_translate() argument 175 if ((operation != READ) && vbd->readonly) in xen_vbd_translate() 374 if (pending_req->operation != BLKIF_OP_READ) in xen_blkbk_map() 444 make_response(blkif, req->u.discard.id, req->operation, status); in dispatch_discard_io() 473 if ((pending_req->operation == BLKIF_OP_FLUSH_DISKCACHE) && in __end_block_io_op() 478 } else if ((pending_req->operation == BLKIF_OP_WRITE_BARRIER) && in __end_block_io_op() 484 pr_debug(DRV_PFX "Buffer not up-to-date at end of operation," in __end_block_io_op() 497 pending_req->operation, pending_req->status); in __end_block_io_op() 570 if (unlikely(req.operation == BLKIF_OP_DISCARD)) { in __do_block_io_op() [all …]
|
D | common.h | 80 uint8_t operation; /* BLKIF_OP_??? */ member 91 uint8_t operation; /* copied from request */ member 116 uint8_t operation; /* BLKIF_OP_??? */ member 125 uint8_t operation; /* copied from request */ member 248 dst->operation = src->operation; in blkif_get_x86_32_req() 249 switch (src->operation) { in blkif_get_x86_32_req() 278 dst->operation = src->operation; in blkif_get_x86_64_req() 279 switch (src->operation) { in blkif_get_x86_64_req()
|
/linux-3.3/Documentation/i2c/ |
D | fault-codes | 14 result for an operation ... it doesn't indicate that anything is wrong 43 Also returned when trying to invoke an I2C operation in an 45 to execute some other operation. 64 detected before any I/O operation was started. Use a more 72 performing an I/O operation. Use a more specific fault 97 Returned by an adapter when asked to perform an operation 119 This is returned by drivers when an operation took too much 122 SMBus adapters may return it when an operation took more
|
/linux-3.3/drivers/gpu/drm/radeon/ |
D | radeon_gem.c | 408 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 418 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 427 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 439 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 444 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 448 switch (args->operation) { in radeon_gem_va_ioctl() 453 dev_err(&dev->pdev->dev, "unsupported operation %d\n", in radeon_gem_va_ioctl() 454 args->operation); in radeon_gem_va_ioctl() 455 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 461 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() [all …]
|
/linux-3.3/arch/blackfin/mm/ |
D | sram-alloc.c | 409 /* add mutex operation */ in l1_data_A_sram_alloc() 415 /* add mutex operation */ in l1_data_A_sram_alloc() 436 /* add mutex operation */ in l1_data_A_sram_free() 442 /* add mutex operation */ in l1_data_A_sram_free() 460 /* add mutex operation */ in l1_data_B_sram_alloc() 466 /* add mutex operation */ in l1_data_B_sram_alloc() 487 /* add mutex operation */ in l1_data_B_sram_free() 493 /* add mutex operation */ in l1_data_B_sram_free() 543 /* add mutex operation */ in l1_inst_sram_alloc() 549 /* add mutex operation */ in l1_inst_sram_alloc() [all …]
|
/linux-3.3/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 196 /* Lock to stop cryptocop to start processing of a new operation. The holder 224 …t cryptocop_job_queue_insert(cryptocop_queue_priority prio, struct cryptocop_operation *operation); 225 …tic int cryptocop_job_setup(struct cryptocop_prio_job **pj, struct cryptocop_operation *operation); 528 /* Map the ouput length of the transform to operation output starting on the inject index. */ 529 static int create_input_descriptors(struct cryptocop_operation *operation, struct cryptocop_tfrm_ct… in create_input_descriptors() argument 544 …if (((tc->produced + tc->tcfg->inject_ix) > operation->tfrm_op.outlen) || (tc->produced && (operat… in create_input_descriptors() 545 DEBUG_API(printk("create_input_descriptors: operation outdata too small\n")); in create_input_descriptors() 549 …while ((outiov_ix < operation->tfrm_op.outcount) && ((out_ix + operation->tfrm_op.outdata[outiov_i… in create_input_descriptors() 550 out_ix += operation->tfrm_op.outdata[outiov_ix].iov_len; in create_input_descriptors() 553 if (outiov_ix >= operation->tfrm_op.outcount){ in create_input_descriptors() [all …]
|
/linux-3.3/include/asm-generic/bitops/ |
D | non-atomic.h | 13 * may be that only one operation succeeds. 38 * may be that only one operation succeeds. 53 * This operation is non-atomic and can be reordered. 54 * If two examples of this operation race, one can appear to succeed 72 * This operation is non-atomic and can be reordered. 73 * If two examples of this operation race, one can appear to succeed
|
/linux-3.3/drivers/i2c/busses/ |
D | i2c-nomadik.c | 64 #define I2C_MCR_OP (0x1 << 0) /* Operation */ 73 #define I2C_SR_OP (0x3 << 0) /* Operation */ 114 /* operation */ 127 * @operation: current I2C operation 134 enum i2c_operation operation; member 203 * operation takes several cycles before to be completed. in flush_i2c_fifo() 221 "flushing operation timed out giving up after %d attempts", in flush_i2c_fifo() 267 dev->cli.operation = I2C_NO_OPERATION; in init_hw() 273 /* enable peripheral, master mode operation */ 291 /* check the operation, master read/write? */ in load_i2c_mcr_reg() [all …]
|
/linux-3.3/arch/alpha/include/asm/ |
D | errno.h | 11 #define EWOULDBLOCK EAGAIN /* Operation would block */ 12 #define EINPROGRESS 36 /* Operation now in progress */ 13 #define EALREADY 37 /* Operation already in progress */ 14 #define ENOTSOCK 38 /* Socket operation on non-socket */ 21 #define EOPNOTSUPP 45 /* Operation not supported on transport endpoint */ 113 #define ECANCELED 131 /* Operation Cancelled */ 123 #define ERFKILL 138 /* Operation not possible due to RF-kill */
|
/linux-3.3/include/asm-generic/ |
D | errno.h | 12 #define EWOULDBLOCK EAGAIN /* Operation would block */ 61 #define ENOTSOCK 88 /* Socket operation on non-socket */ 68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ 87 #define EALREADY 114 /* Operation already in progress */ 88 #define EINPROGRESS 115 /* Operation now in progress */ 99 #define ECANCELED 125 /* Operation Canceled */ 109 #define ERFKILL 132 /* Operation not possible due to RF-kill */
|
/linux-3.3/arch/x86/lib/ |
D | cmpxchg16b_emu.S | 28 * %al : Operation successful 37 # Note that this is only useful for a cpuops operation. Meaning that we 38 # do *not* have a fully atomic operation but just an operation that is
|
/linux-3.3/Documentation/cgroups/ |
D | blkio-controller.txt | 189 are further divided by the type of operation - read or write, sync 191 device, third field specifies the operation type and the fourth field 196 are further divided by the type of operation - read or write, sync 198 device, third field specifies the operation type and the fourth field 210 the type of operation - read or write, sync or async. First two fields 212 specifies the operation type and the fourth field specifies the 225 devices too. This time is further divided by the type of operation - 227 minor number of the device, third field specifies the operation type 232 cgroup. This is further divided by the type of operation - read or 237 cgroup. This is further divided by the type of operation - read or [all …]
|