/kernel/linux/linux-5.10/drivers/dma/ti/ |
D | cppi41.c | 120 u16 complete; member 157 [ 0] = { .submit = 32, .complete = 93}, 158 [ 1] = { .submit = 34, .complete = 94}, 159 [ 2] = { .submit = 36, .complete = 95}, 160 [ 3] = { .submit = 38, .complete = 96}, 161 [ 4] = { .submit = 40, .complete = 97}, 162 [ 5] = { .submit = 42, .complete = 98}, 163 [ 6] = { .submit = 44, .complete = 99}, 164 [ 7] = { .submit = 46, .complete = 100}, 165 [ 8] = { .submit = 48, .complete = 101}, [all …]
|
/kernel/linux/linux-5.10/Documentation/scheduler/ |
D | completion.rst | 17 calls and complete() instead. 40 - the signaling side through a call to complete() or complete_all(). 65 complete(&early_console_added); 68 'complete' is not helpful unless the purpose is super obvious... 76 to prevent races with asynchronous complete() calls from occurring. 80 does not happen until all related activities (complete() or reinit_completion()) 127 _killable() and _interruptible()) variants, the wait might complete 130 stack and cause subtle data corruption if a complete() is done in some 136 or has a lock or other synchronization mechanism to make sure complete() 160 wait_for_completion(&setup_done); complete(setup_done); [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/livepatch/ |
D | test-state.sh | 31 livepatch: '$MOD_LIVEPATCH': patching complete 40 livepatch: '$MOD_LIVEPATCH': unpatching complete 63 livepatch: '$MOD_LIVEPATCH': patching complete 73 livepatch: '$MOD_LIVEPATCH2': patching complete 83 livepatch: '$MOD_LIVEPATCH2': unpatching complete 108 livepatch: '$MOD_LIVEPATCH2': patching complete 118 livepatch: '$MOD_LIVEPATCH3': patching complete 129 livepatch: '$MOD_LIVEPATCH2': patching complete 138 livepatch: '$MOD_LIVEPATCH2': unpatching complete 161 livepatch: '$MOD_LIVEPATCH2': patching complete [all …]
|
D | test-callbacks.sh | 48 livepatch: '$MOD_LIVEPATCH': patching complete 57 livepatch: '$MOD_LIVEPATCH': unpatching complete 91 livepatch: '$MOD_LIVEPATCH': patching complete 105 livepatch: '$MOD_LIVEPATCH': unpatching complete 143 livepatch: '$MOD_LIVEPATCH': patching complete 155 livepatch: '$MOD_LIVEPATCH': unpatching complete 187 livepatch: '$MOD_LIVEPATCH': patching complete 204 livepatch: '$MOD_LIVEPATCH': unpatching complete 229 livepatch: '$MOD_LIVEPATCH': patching complete 236 livepatch: '$MOD_LIVEPATCH': unpatching complete [all …]
|
D | test-livepatch.sh | 39 livepatch: '$MOD_LIVEPATCH': patching complete 44 livepatch: '$MOD_LIVEPATCH': unpatching complete 83 livepatch: '$MOD_LIVEPATCH': patching complete 90 livepatch: '$MOD_REPLACE': patching complete 97 livepatch: '$MOD_REPLACE': unpatching complete 104 livepatch: '$MOD_LIVEPATCH': unpatching complete 143 livepatch: '$MOD_LIVEPATCH': patching complete 150 livepatch: '$MOD_REPLACE': patching complete 158 livepatch: '$MOD_REPLACE': unpatching complete
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
D | tx.h | 27 * TX complete indication will be received a-synchronously in a TX done cyclic 43 * The TX Complete procedure: 44 * 1. To get a TX complete indication the host enables the tx_complete flag in 46 * 2. For each packet with a Tx Complete field set, the firmware adds the 49 * 3. The firmware sends a Tx Complete interrupt to the host to trigger the 51 * TX complete indication was requested in tx_control or per crossing 53 * 4. After receiving the Tx Complete interrupt, the host reads the 87 * If set, the target triggers the tx complete INT 173 /* Total media delay (from 1st EDCA AIFS counter until TX Complete). */ 176 /* Time between host xfer and tx complete */
|
/kernel/linux/linux-5.10/crypto/ |
D | cryptd.c | 75 crypto_completion_t complete; member 85 crypto_completion_t complete; member 95 crypto_completion_t complete; member 160 * req->complete) and reschedule itself if there are more work to 180 backlog->complete(backlog, -EINPROGRESS); in cryptd_queue_worker() 181 req->complete(req, 0); in cryptd_queue_worker() 248 rctx->complete(&req->base, err); in cryptd_skcipher_complete() 277 req->base.complete = rctx->complete; in cryptd_skcipher_encrypt() 305 req->base.complete = rctx->complete; in cryptd_skcipher_decrypt() 319 rctx->complete = req->base.complete; in cryptd_skcipher_enqueue() [all …]
|
D | ahash.c | 28 crypto_completion_t complete; member 228 * .base.complete = ADJUSTED[pointer to completion function] in ahash_save_req() 232 * .complete = ORIGINAL(base.complete) in ahash_save_req() 238 priv->complete = req->base.complete; in ahash_save_req() 249 req->base.complete = cplt; in ahash_save_req() 268 priv->complete, priv->data); in ahash_restore_req() 282 priv->complete(&oreq, -EINPROGRESS); in ahash_notify_einprogress() 306 /* Complete the ORIGINAL request. */ in ahash_op_unaligned_done() 307 areq->base.complete(&areq->base, err); in ahash_op_unaligned_done() 394 areq->base.complete(&areq->base, err); in ahash_def_finup_done2() [all …]
|
/kernel/linux/linux-5.10/arch/sh/include/mach-dreamcast/mach/ |
D | sysasic.h | 29 #define HW_EVENT_MAPLE_DMA (HW_EVENT_IRQ_BASE + 12) /* Maple DMA complete */ 30 #define HW_EVENT_GDROM_DMA (HW_EVENT_IRQ_BASE + 14) /* GD-ROM DMA complete */ 31 #define HW_EVENT_G2_DMA (HW_EVENT_IRQ_BASE + 15) /* G2 DMA complete */ 32 #define HW_EVENT_PVR2_DMA (HW_EVENT_IRQ_BASE + 19) /* PVR2 DMA complete */ 35 #define HW_EVENT_GDROM_CMD (HW_EVENT_IRQ_BASE + 32) /* GD-ROM cmd. complete */
|
/kernel/linux/linux-5.10/include/linux/ |
D | fscache.h | 236 * See Documentation/filesystems/caching/netfs-api.rst for a complete 256 * See Documentation/filesystems/caching/netfs-api.rst for a complete 273 * See Documentation/filesystems/caching/netfs-api.rst for a complete 291 * See Documentation/filesystems/caching/netfs-api.rst for a complete 318 * See Documentation/filesystems/caching/netfs-api.rst for a complete 354 * See Documentation/filesystems/caching/netfs-api.rst for a complete 397 * See Documentation/filesystems/caching/netfs-api.rst for a complete 413 * See Documentation/filesystems/caching/netfs-api.rst for a complete 428 * See Documentation/filesystems/caching/netfs-api.rst for a complete 444 * See Documentation/filesystems/caching/netfs-api.rst for a complete [all …]
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | dmaengine.h | 43 * dma_cookie_complete - complete a descriptor 44 * @tx: descriptor to complete 46 * Mark this descriptor complete by updating the channels completed 71 dma_cookie_t used, complete; in dma_cookie_status() local 74 complete = chan->completed_cookie; in dma_cookie_status() 77 state->last = complete; in dma_cookie_status() 82 return dma_async_is_complete(cookie, complete, used); in dma_cookie_status()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_sysfs.h | 25 complete(&kobj->complete); in xfs_sysfs_release() 38 init_completion(&kobj->complete); in xfs_sysfs_init() 48 wait_for_completion(&kobj->complete); in xfs_sysfs_del()
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 45 or $0,$21,$0 # .. e1 : 1st src word complete 52 or $1,$22,$1 # .. e1 : 2nd src word complete 60 or $2,$23,$2 # .. e1 : 1st dst word complete 62 or $18,$5,$18 # .. e1 : len complete 65 or $3,$24,$3 # .. e1 : 2nd dst word complete 74 sra $19,32,$19 # e0 : proto complete
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
D | frontend-stat-properties.rst | 64 measurement was not complete yet. 83 measurement was not complete yet. 114 measurement was not complete yet. 142 measurement was not complete yet. 171 measurement was not complete yet. 199 measurement was not complete yet. 220 measurement was not complete yet. 242 measurement was not complete yet.
|
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
D | ccp-crypto-main.c | 156 req->complete(req, -EINPROGRESS); in ccp_crypto_complete() 169 backlog->req->complete(backlog->req, -EINPROGRESS); in ccp_crypto_complete() 174 req->complete(req, -EINPROGRESS); in ccp_crypto_complete() 178 if (ctx->complete) in ccp_crypto_complete() 179 ret = ctx->complete(req, ret); in ccp_crypto_complete() 180 req->complete(req, ret); in ccp_crypto_complete() 194 if (ctx->complete) in ccp_crypto_complete() 195 ret = ctx->complete(held->req, ret); in ccp_crypto_complete() 196 held->req->complete(held->req, ret); in ccp_crypto_complete() 201 backlog->req->complete(backlog->req, -EINPROGRESS); in ccp_crypto_complete()
|
/kernel/linux/linux-5.10/Documentation/driver-api/dmaengine/ |
D | client.rst | 307 stopped or until any running complete callbacks have finished. But it is 309 within a complete callback. dmaengine_synchronize() must be called before it 311 accessed from within the complete callback. 314 complete callbacks to finish before it returns. But the function must not be 315 called from atomic context or from within a complete callback. 336 4. Check Txn complete 344 the documentation in include/linux/dmaengine.h for a more complete 368 wait for the transfer and any running complete callbacks to finish before it 373 submitted descriptors or to free any resources accessed within the complete
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
D | via-cuda.c | 226 while (!req.complete) in find_via_cuda() 279 while (!req.complete) in find_via_cuda() 341 /* Complete the inbound transfer */ in sync_egret() 432 req->complete = 1; in cuda_send_request() 443 while (!req->complete) in cuda_send_request() 460 while (!req.complete) in cuda_adb_autopoll() 475 while (!req.complete) in cuda_reset_adb_bus() 490 req->complete = 1; in cuda_request() 511 req->complete = 1; in cuda_write() 516 req->complete = 0; in cuda_write() [all …]
|
D | macio-adb.c | 184 req->complete = 0; in macio_send_request() 198 while (!req->complete) in macio_send_request() 211 int complete = 0; in macio_adb_interrupt() local 229 complete = 1; in macio_adb_interrupt() 249 complete = 1; in macio_adb_interrupt() 264 if (complete && req) { in macio_adb_interrupt() 267 req->complete = 1; in macio_adb_interrupt() 269 * struct request will survive to setting req->complete to 1 in macio_adb_interrupt()
|
/kernel/linux/linux-5.10/drivers/base/power/ |
D | main.c | 235 * dpm_wait - Wait for a PM operation to complete. 472 error ? "aborted" : "complete", in dpm_show_time() 907 goto Complete; in device_resume() 912 goto Complete; in device_resume() 916 goto Complete; in device_resume() 973 Complete: in device_resume() 1046 * device_complete - Complete a PM transition for given device. 1062 callback = dev->pm_domain->ops.complete; in device_complete() 1065 callback = dev->type->pm->complete; in device_complete() 1068 callback = dev->class->pm->complete; in device_complete() [all …]
|
/kernel/linux/linux-5.10/fs/ntfs/ |
D | malloc.h | 25 * If there was insufficient memory to complete the request, return NULL. 48 * If there was insufficient memory to complete the request, return NULL. 63 * for as long as it takes to complete the allocation. 65 * If there was insufficient memory to complete the request, return NULL.
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
D | i2c-pnx.c | 34 struct completion complete; /* I/O completion */ member 268 complete(&alg_data->mif.complete); in i2c_pnx_master_xmit() 285 complete(&alg_data->mif.complete); in i2c_pnx_master_xmit() 369 complete(&alg_data->mif.complete); in i2c_pnx_master_rcv() 405 complete(&alg_data->mif.complete); in i2c_pnx_interrupt() 424 complete(&alg_data->mif.complete); in i2c_pnx_interrupt() 475 complete(&alg_data->mif.complete); in i2c_pnx_timeout() 554 init_completion(&alg_data->mif.complete); in i2c_pnx_xfer() 567 wait_for_completion(&alg_data->mif.complete); in i2c_pnx_xfer() 572 "%s(): Complete, return code = %d.\n", in i2c_pnx_xfer() [all …]
|
D | i2c-zx2967.c | 58 struct completion complete; member 224 complete(&i2c->complete); in zx2967_i2c_isr() 251 reinit_completion(&i2c->complete); in zx2967_i2c_xfer_bytes() 263 time_left = wait_for_completion_timeout(&i2c->complete, in zx2967_i2c_xfer_bytes() 365 reinit_completion(&i2c->complete); in zx2967_smbus_xfer_read() 375 time_left = wait_for_completion_timeout(&i2c->complete, in zx2967_smbus_xfer_read() 407 reinit_completion(&i2c->complete); in zx2967_smbus_xfer_write() 412 time_left = wait_for_completion_timeout(&i2c->complete, in zx2967_smbus_xfer_write() 543 init_completion(&i2c->complete); in zx2967_i2c_probe()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
D | hfi_msgs.c | 235 complete(&core->done); in hfi_sys_init_done() 281 complete(&core->done); in hfi_sys_rel_resource_done() 294 complete(&core->done); in hfi_sys_ping_done() 397 complete(&inst->done); in hfi_session_prop_info() 423 complete(&inst->done); in hfi_session_init_done() 432 complete(&inst->done); in hfi_session_load_res_done() 441 complete(&inst->done); in hfi_session_flush_done() 543 complete(&inst->done); in hfi_session_start_done() 552 complete(&inst->done); in hfi_session_stop_done() 561 complete(&inst->done); in hfi_session_rel_res_done() [all …]
|
/kernel/linux/linux-5.10/block/ |
D | blk-exec.c | 17 * @rq: request to complete 27 * complete last, if this is a stack request the process (and thus in blk_end_sync_rq() 28 * the rq pointer) could be invalid right after this complete() in blk_end_sync_rq() 30 complete(waiting); in blk_end_sync_rq()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-scsi_tape | 17 to and from the tape drive to complete. This includes all 24 to complete subtract read_ns and write_ns from this value. 65 read I/O requests to complete. 96 write I/O requests to complete.
|