Home
last modified time | relevance | path

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

12345678910>>...105

/linux/tools/testing/selftests/livepatch/
H A Dtest-sysfs.sh40 livepatch: '$MOD_LIVEPATCH': patching complete
45 livepatch: '$MOD_LIVEPATCH': unpatching complete
71 livepatch: 'test_klp_callbacks_demo': patching complete
88 livepatch: 'test_klp_callbacks_demo': unpatching complete
107 livepatch: '$MOD_LIVEPATCH': patching complete
112 livepatch: '$MOD_LIVEPATCH': unpatching complete
130 livepatch: '$MOD_LIVEPATCH': patching complete
135 livepatch: '$MOD_LIVEPATCH': unpatching complete
169 livepatch: '$MOD_LIVEPATCH': patching complete
177 livepatch: '$MOD_LIVEPATCH2': patching complete
[all …]
H A Dtest-livepatch.sh41 livepatch: '$MOD_LIVEPATCH1': patching complete
46 livepatch: '$MOD_LIVEPATCH1': unpatching complete
85 livepatch: '$MOD_LIVEPATCH1': patching complete
92 livepatch: '$MOD_REPLACE': patching complete
99 livepatch: '$MOD_REPLACE': unpatching complete
106 livepatch: '$MOD_LIVEPATCH1': unpatching complete
164 livepatch: '$MOD_LIVEPATCH1': patching complete
171 livepatch: '$MOD_LIVEPATCH2': patching complete
179 livepatch: '$MOD_LIVEPATCH3': patching complete
185 livepatch: '$MOD_REPLACE': patching complete
[all …]
H A 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 …]
H A Dtest-ftrace.sh46 livepatch: '$MOD_LIVEPATCH': unpatching complete
54 livepatch: '$MOD_LIVEPATCH': patching complete
60 livepatch: '$MOD_LIVEPATCH': unpatching complete
89 livepatch: '$MOD_LIVEPATCH': patching complete
95 livepatch: '$MOD_LIVEPATCH': unpatching complete
/linux/Documentation/scheduler/
H A 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 …]
/linux/drivers/net/wireless/ti/wl1251/
H A 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 */
/linux/Documentation/translations/zh_CN/scheduler/
H A Dcompletion.rst66 complete(&early_console_added);
68 好的、直观的命名(一如既往地)有助于代码的可读性。将一个完成命名为 ``complete``
79 时应特别小心,因为必须保证在所有相关活动(complete()或reinit_completion())发生
147 wait_for_completion(&setup_done); complete(setup_done);
221 void complete(struct completion *done)
232 简单地增加已完成的字段。但多次调用complete_all()是一个错误。complete()和
235 在任何时候,只能有一个线程在一个特定的 “struct completion”上调用 complete() 或
236 complete_all() - 通过等待队列自旋锁进行序列化。任何对 complete() 或
/linux/arch/sh/include/mach-dreamcast/mach/
H A 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 */
/linux/tools/perf/pmu-events/arch/powerpc/power10/
H A Dpipeline.json10 …"BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch fo…
40 "BriefDescription": "The instruction was flushed after becoming next-to-complete (NTC)."
75 …"BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch be…
80 …"BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch be…
95 …iption": "Cycles in which the oldest instruction in the pipeline was a lwsync waiting to complete."
140 …"BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch du…
225 …"BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch be…
240 …inish out of order, therefore not all the instructions that finish have a Next-to-complete status."
265 … of a flush that happened to an instruction(s) that was not yet next-to-complete (NTC). PM_EXEC_ST…
285 …"BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch wh…
[all …]
/linux/drivers/dma/
H A 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()
/linux/drivers/macintosh/
H A Dvia-cuda.c229 while (!req.complete) in find_via_cuda()
276 while (!req.complete) in find_via_cuda()
338 /* Complete the inbound transfer */ in sync_egret()
429 req->complete = 1; in cuda_send_request()
440 while (!req->complete) in cuda_send_request()
457 while (!req.complete) in cuda_adb_autopoll()
472 while (!req.complete) in cuda_reset_adb_bus()
487 req->complete = 1; in cuda_request()
508 req->complete = 1; in cuda_write()
513 req->complete = 0; in cuda_write()
[all …]
H A Dmacio-adb.c183 req->complete = 0; in macio_send_request()
197 while (!req->complete) in macio_send_request()
210 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()
/linux/include/uapi/linux/
H A Dnpcm-video.h23 * COMPLETE - Capture the next complete frame into memory.
30 V4L2_NPCM_CAPTURE_MODE_COMPLETE = 0, /* COMPLETE mode */
37 * And the count will always be 1 if VCD is in COMPLETE mode.
H A Ddma-buf.h36 * access is complete, the client should call DMA_BUF_IOCTL_SYNC with
49 * synchronization, waiting for prior work to complete can be done via
107 * when complete.
109 * 3. Import the rendering-complete sync_file into the dma-buf with flags
126 * complete. Waiting on the returned sync file is equivalent to
130 * any users of the dma-buf (read or write) to complete. Waiting
/linux/fs/xfs/
H A Dxfs_sysfs.h24 complete(&kobj->complete); in xfs_sysfs_release()
38 init_completion(&kobj->complete); in xfs_sysfs_init()
52 wait_for_completion(&kobj->complete); in xfs_sysfs_del()
/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend-stat-properties.rst64 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.
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_pm.c76 /* Complete all memory stores before setting bit */ in ipc_pm_wait_for_device_active()
84 /* Complete all memory stores after setting bit */ in ipc_pm_wait_for_device_active()
99 /* Complete all memory stores before clearing bit */ in ipc_pm_wait_for_device_active()
107 /* Complete all memory stores after clearing bit */ in ipc_pm_wait_for_device_active()
135 complete(&ipc_pm->host_sleep_complete); in ipc_pm_on_link_wake()
319 /* Complete all memory stores before clearing bit */ in ipc_pm_init()
324 /* Complete all memory stores after clearing bit */ in ipc_pm_init()
332 complete(&ipc_pm->host_sleep_complete); in ipc_pm_deinit()
/linux/arch/alpha/lib/
H A 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
/linux/Documentation/ABI/testing/
H A Ddebugfs-scmi-raw6 a complete SCMI synchronous command message (header included)
21 a complete SCMI asynchronous command message (header included)
39 write a complete SCMI command message (header included) in
55 polling-mode; write a complete SCMI asynchronous command message
109 a complete SCMI synchronous command message (header included)
133 a complete SCMI asynchronous command message (header included)
161 write a complete SCMI command message (header included) in
186 polling-mode; write a complete SCMI asynchronous command message
/linux/sound/soc/fsl/
H A Dfsl_asrc_m2m.c30 /* dma complete callback */
35 complete(&pair->complete[IN]); in asrc_input_dma_callback()
38 /* dma complete callback */
43 complete(&pair->complete[OUT]); in asrc_output_dma_callback()
253 reinit_completion(&pair->complete[IN]); in asrc_m2m_device_run()
254 reinit_completion(&pair->complete[OUT]); in asrc_m2m_device_run()
266 if (!wait_for_completion_interruptible_timeout(&pair->complete[IN], 10 * HZ)) { in asrc_m2m_device_run()
273 if (!wait_for_completion_interruptible_timeout(&pair->complete[OUT], 10 * HZ)) { in asrc_m2m_device_run()
303 init_completion(&pair->complete[IN]); in fsl_asrc_m2m_comp_open()
304 init_completion(&pair->complete[OUT]); in fsl_asrc_m2m_comp_open()
[all …]
/linux/Documentation/driver-api/dmaengine/
H A Dclient.rst318 stopped or until any running complete callbacks have finished. But it is
320 within a complete callback. dmaengine_synchronize() must be called before it
322 accessed from within the complete callback.
325 complete callbacks to finish before it returns. But the function must not be
326 called from atomic context or from within a complete callback.
347 4. Check Txn complete
355 the documentation in include/linux/dmaengine.h for a more complete
379 wait for the transfer and any running complete callbacks to finish before it
384 submitted descriptors or to free any resources accessed within the complete
/linux/drivers/base/power/
H A Dmain.c242 * dpm_wait - Wait for a PM operation to complete.
481 error ? "aborted" : "complete", in dpm_show_time()
1037 goto Complete; in device_resume()
1040 goto Complete; in device_resume()
1054 goto Complete; in device_resume()
1058 goto Complete; in device_resume()
1110 Complete: in device_resume()
1189 * device_complete - Complete a PM transition for given device.
1205 callback = dev->pm_domain->ops.complete; in device_complete()
1208 callback = dev->type->pm->complete; in device_complete()
[all …]
/linux/drivers/i2c/busses/
H A Di2c-viai2c-common.c46 reinit_completion(&i2c->complete); in viai2c_write()
58 if (!wait_for_completion_timeout(&i2c->complete, VIAI2C_TIMEOUT)) in viai2c_write()
79 reinit_completion(&i2c->complete); in viai2c_read()
92 if (!wait_for_completion_timeout(&i2c->complete, VIAI2C_TIMEOUT)) in viai2c_read()
130 * Return value indicates whether the transfer is complete
193 init_completion(&i2c->complete); in viai2c_init()
H A Di2c-pnx.c33 struct completion complete; /* I/O completion */ member
246 complete(&alg_data->mif.complete); in i2c_pnx_master_xmit()
261 complete(&alg_data->mif.complete); in i2c_pnx_master_xmit()
343 complete(&alg_data->mif.complete); in i2c_pnx_master_rcv()
377 complete(&alg_data->mif.complete); in i2c_pnx_interrupt()
394 complete(&alg_data->mif.complete); in i2c_pnx_interrupt()
522 init_completion(&alg_data->mif.complete); in i2c_pnx_xfer()
535 time_left = wait_for_completion_timeout(&alg_data->mif.complete, in i2c_pnx_xfer()
543 "%s(): Complete, return code = %d.\n", in i2c_pnx_xfer()
686 init_completion(&alg_data->mif.complete); in i2c_pnx_probe()
/linux/include/soc/fsl/qe/
H A Dqmc.h91 void (*complete)(void *context), void *context);
93 /* Flags available (ORed) for read complete() flags parameter in HDLC mode.
94 * No flags are available in transparent mode and the read complete() flags
105 void (*complete)(void *context, size_t length,

12345678910>>...105