Home
last modified time | relevance | path

Searched full:complete (Results 1 – 25 of 5358) sorted by relevance

12345678910>>...215

/kernel/linux/linux-4.19/drivers/dma/ti/
Dcppi41.c119 u16 complete; member
156 [ 0] = { .submit = 32, .complete = 93},
157 [ 1] = { .submit = 34, .complete = 94},
158 [ 2] = { .submit = 36, .complete = 95},
159 [ 3] = { .submit = 38, .complete = 96},
160 [ 4] = { .submit = 40, .complete = 97},
161 [ 5] = { .submit = 42, .complete = 98},
162 [ 6] = { .submit = 44, .complete = 99},
163 [ 7] = { .submit = 46, .complete = 100},
164 [ 8] = { .submit = 48, .complete = 101},
[all …]
/kernel/linux/linux-5.10/drivers/dma/ti/
Dcppi41.c120 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/
Dcompletion.rst17 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/
Dtest-state.sh31 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 …]
Dtest-callbacks.sh48 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 …]
Dtest-livepatch.sh39 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/crypto/
Dcryptd.c71 crypto_completion_t complete; member
80 crypto_completion_t complete; member
90 crypto_completion_t complete; member
155 * 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 …]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
Dtx.h27 * 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-4.19/crypto/
Dcryptd.c74 crypto_completion_t complete; member
83 crypto_completion_t complete; member
92 crypto_completion_t complete; member
102 crypto_completion_t complete; member
167 * req->complete) and reschedule itself if there are more work to
192 backlog->complete(backlog, -EINPROGRESS); in cryptd_queue_worker()
193 req->complete(req, 0); in cryptd_queue_worker()
260 req->base.complete = rctx->complete; in cryptd_blkcipher_crypt()
268 rctx->complete(&req->base, err); in cryptd_blkcipher_crypt()
301 rctx->complete = req->base.complete; in cryptd_blkcipher_enqueue()
[all …]
Dmcryptd.c148 * req->complete) and reschedule itself if there are more work to
177 backlog->complete(backlog, -EINPROGRESS); in mcryptd_queue_worker()
178 req->complete(req, 0); in mcryptd_queue_worker()
315 crypto_completion_t complete) in mcryptd_hash_enqueue() argument
324 rctx->complete = req->base.complete; in mcryptd_hash_enqueue()
325 req->base.complete = complete; in mcryptd_hash_enqueue()
345 rctx->complete, req_async); in mcryptd_hash_init()
352 rctx->complete(&req->base, err); in mcryptd_hash_init()
372 req->base.complete = rctx->complete; in mcryptd_hash_update()
379 rctx->complete(&req->base, err); in mcryptd_hash_update()
[all …]
/kernel/linux/linux-4.19/Documentation/scheduler/
Dcompletion.txt36 wait_for_completion() and the signaling side through a call to complete()
57 complete(&early_console_added);
114 wait_for_completion(&setup_done); complete(setup_done)
117 call to complete() - if the call to complete() happened before the call
120 completion is signaled by complete().
202 achieved calls complete() to signal exactly one of the waiters that it can
205 void complete(struct completion *done)
216 If complete() is called multiple times then this will allow for that number
217 of waiters to continue - each call to complete() will simply increment the
219 complete() and complete_all() can be called in hard-irq/atomic context safely.
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/ti/wl1251/
Dtx.h41 * TX complete indication will be received a-synchronously in a TX done cyclic
57 * The TX Complete procedure:
58 * 1. To get a TX complete indication the host enables the tx_complete flag in
60 * 2. For each packet with a Tx Complete field set, the firmware adds the
63 * 3. The firmware sends a Tx Complete interrupt to the host to trigger the
65 * TX complete indication was requested in tx_control or per crossing
67 * 4. After receiving the Tx Complete interrupt, the host reads the
101 * If set, the target triggers the tx complete INT
187 /* Total media delay (from 1st EDCA AIFS counter until TX Complete). */
190 /* Time between host xfer and tx complete */
/kernel/linux/linux-5.10/arch/sh/include/mach-dreamcast/mach/
Dsysasic.h29 #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-4.19/drivers/usb/typec/ucsi/
Ducsi.c53 struct completion complete; member
69 struct completion complete; member
104 if (!wait_for_completion_timeout(&ucsi->complete, in ucsi_command()
134 if (!wait_for_completion_timeout(&ucsi->complete, in ucsi_ack()
330 /* Complete pending power role swap */ in ucsi_connector_change()
331 if (!completion_done(&con->complete)) in ucsi_connector_change()
332 complete(&con->complete); in ucsi_connector_change()
347 /* Complete pending data role swap */ in ucsi_connector_change()
348 if (!completion_done(&con->complete)) in ucsi_connector_change()
349 complete(&con->complete); in ucsi_connector_change()
[all …]
/kernel/linux/linux-4.19/arch/sh/include/mach-dreamcast/mach/
Dsysasic.h30 #define HW_EVENT_MAPLE_DMA (HW_EVENT_IRQ_BASE + 12) /* Maple DMA complete */
31 #define HW_EVENT_GDROM_DMA (HW_EVENT_IRQ_BASE + 14) /* GD-ROM DMA complete */
32 #define HW_EVENT_G2_DMA (HW_EVENT_IRQ_BASE + 15) /* G2 DMA complete */
33 #define HW_EVENT_PVR2_DMA (HW_EVENT_IRQ_BASE + 19) /* PVR2 DMA complete */
36 #define HW_EVENT_GDROM_CMD (HW_EVENT_IRQ_BASE + 32) /* GD-ROM cmd. complete */
/kernel/linux/linux-4.19/drivers/dma/
Ddmaengine.h43 * 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()
81 return dma_async_is_complete(cookie, complete, used); in dma_cookie_status()
/kernel/linux/linux-5.10/include/linux/
Dfscache.h236 * 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-4.19/include/linux/
Dfscache.h240 * See Documentation/filesystems/caching/netfs-api.txt for a complete
260 * See Documentation/filesystems/caching/netfs-api.txt for a complete
277 * See Documentation/filesystems/caching/netfs-api.txt for a complete
295 * See Documentation/filesystems/caching/netfs-api.txt for a complete
322 * See Documentation/filesystems/caching/netfs-api.txt for a complete
358 * See Documentation/filesystems/caching/netfs-api.txt for a complete
401 * See Documentation/filesystems/caching/netfs-api.txt for a complete
417 * See Documentation/filesystems/caching/netfs-api.txt for a complete
432 * See Documentation/filesystems/caching/netfs-api.txt for a complete
448 * See Documentation/filesystems/caching/netfs-api.txt for a complete
[all …]
/kernel/linux/linux-5.10/drivers/dma/
Ddmaengine.h43 * 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-4.19/fs/xfs/
Dxfs_sysfs.h25 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/fs/xfs/
Dxfs_sysfs.h25 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-4.19/Documentation/driver-api/dmaengine/
Dclient.rst205 stopped or until any running complete callbacks have finished. But it is
207 within a complete callback. dmaengine_synchronize() must be called before it
209 accessed from within the complete callback.
212 complete callbacks to finish before it returns. But the function must not be
213 called from atomic context or from within a complete callback.
234 4. Check Txn complete
242 the documentation in include/linux/dmaengine.h for a more complete
266 wait for the transfer and any running complete callbacks to finish before it
271 submitted descriptors or to free any resources accessed within the complete
/kernel/linux/linux-4.19/Documentation/livepatch/
Dcallbacks.txt102 patch the data *after* patching is complete with a post-patch callback,
164 [ 37.728792] livepatch: 'livepatch_callbacks_demo': patching complete
178 [ 39.712735] livepatch: 'livepatch_callbacks_demo': unpatching complete
209 [ 45.727961] livepatch: 'livepatch_callbacks_demo': patching complete
231 [ 49.760690] livepatch: 'livepatch_callbacks_demo': unpatching complete
265 [ 57.760307] livepatch: 'livepatch_callbacks_demo': patching complete
286 [ 61.727985] livepatch: 'livepatch_callbacks_demo': unpatching complete
313 [ 65.695561] livepatch: 'livepatch_callbacks_demo': patching complete
340 [ 71.711988] livepatch: 'livepatch_callbacks_demo': unpatching complete
364 [ 75.743867] livepatch: 'livepatch_callbacks_demo': patching complete
[all …]
/kernel/linux/linux-5.10/arch/alpha/lib/
Dcsum_ipv6_magic.S45 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-4.19/arch/alpha/lib/
Dcsum_ipv6_magic.S45 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

12345678910>>...215