Searched refs:completed (Results 1 - 200 of 1520) sorted by relevance

12345678

/linux-4.1.27/lib/
H A Ddynamic_queue_limits.c16 /* Records completed count and recalculates the queue limit */ dql_completed()
20 unsigned int ovlimit, completed, num_queued; dql_completed() local
28 completed = dql->num_completed + count; dql_completed()
31 inprogress = num_queued - completed; dql_completed()
33 all_prev_completed = AFTER_EQ(completed, dql->prev_num_queued); dql_completed()
49 * of bytes both sent and completed in the last interval, dql_completed()
52 limit += POSDIFF(completed, dql->prev_num_queued) + dql_completed()
73 * the number of objects completed. Note that two times dql_completed()
74 * number of completed bytes is a basis for an upper bound dql_completed()
82 2 * (completed - dql->num_completed)); dql_completed()
107 dql->adj_limit = limit + completed; dql_completed()
110 dql->num_completed = completed; dql_completed()
H A Dkobject_uevent.c161 * Returns 0 if kobject_uevent_env() is completed with success or the
369 * Returns 0 if kobject_uevent() is completed with success or the
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_interval.h14 int completed:1; /* this has been completed already; member in struct:drbd_interval
H A Ddrbd_req.h58 * It may be completed by the local disk subsystem,
137 * 0110: completed ok
138 * 0010: completed with error
140 * 1x10: Aborted and completed -> free
155 * master_bio may already be completed and invalidated.
171 * when cleared, the master_bio may be completed.
216 /* would have been completed,
/linux-4.1.27/drivers/gpu/host1x/
H A Dintr.c65 * and gather all completed waiters into lists by actions
68 struct list_head completed[HOST1X_INTR_ACTION_COUNT]) remove_completed_waiters()
77 dest = completed + waiter->action; list_for_each_entry_safe()
142 static void run_handlers(struct list_head completed[HOST1X_INTR_ACTION_COUNT]) run_handlers() argument
144 struct list_head *head = completed; run_handlers()
162 * Remove & handle all waiters that have completed for the given syncpt
168 struct list_head completed[HOST1X_INTR_ACTION_COUNT]; process_wait_list() local
173 INIT_LIST_HEAD(completed + i); process_wait_list()
178 completed); process_wait_list()
189 run_handlers(completed); process_wait_list()
67 remove_completed_waiters(struct list_head *head, u32 sync, struct list_head completed[HOST1X_INTR_ACTION_COUNT]) remove_completed_waiters() argument
H A Dcdma.h35 * (& possibly freeing) of memory after those ops have completed.
56 u32 syncpt_val; /* syncpt value when completed */
H A Dintr.h29 * Perform cleanup after a submit has completed.
H A Dcdma.c232 /* Check whether this syncpt has completed, and bail if not */ update_cdma_locked()
285 * completed based on the current HW syncpt value. It's likely there host1x_cdma_update_sync_queue()
290 dev_dbg(dev, "%s: skip completed buffers still in sync_queue\n", host1x_cdma_update_sync_queue()
311 * modified NOP-ed PB slots). This lets things appear to have completed host1x_cdma_update_sync_queue()
/linux-4.1.27/drivers/net/ethernet/altera/
H A Daltera_sgdmahw.h74 * bit 2: descriptor completed
75 * bit 3: chain completed
109 #define SGDMA_STSREG_DESCRIP BIT(2) /* Descriptor completed */
110 #define SGDMA_STSREG_CHAIN BIT(3) /* Chain completed */
/linux-4.1.27/tools/virtio/
H A Dvirtio_test.c157 long started = 0, completed = 0; run_test() local
166 completed_before = completed; run_test()
181 /* Flush out completed bufs if any */ run_test()
183 ++completed; run_test()
188 if (completed == completed_before) run_test()
190 assert(completed <= bufs); run_test()
192 if (completed == bufs) run_test()
/linux-4.1.27/include/linux/
H A Drcutiny.h119 * Return the number of grace periods completed.
127 * Return the number of bottom-half grace periods completed.
135 * Return the number of sched grace periods completed.
H A Dshdma-base.h81 * completed (atomic)
92 * completed (atomic)
H A Ddynamic_queue_limits.h49 unsigned int num_completed; /* Total ever completed */
94 /* Record number of completed objects and recalculate the limit. */
H A Dsrcu.h48 unsigned long completed; member in struct:srcu_struct
89 .completed = -300, \
119 * read-side critical sections have completed. However, the callback
H A Dvringh.h49 /* How many descriptors we've completed since last need_notify(). */
50 u32 completed; member in struct:vringh
H A Ddmaengine.h44 * @DMA_COMPLETE: transaction completed
228 * @completed_cookie: last completed cookie for this channel
343 * DMA channel is only able to tell whether a descriptor has been completed or
347 * completed segment of the transfer (For cyclic transfers this is after each
352 * which gets set after the segment has been completed. The driver then counts
549 * @last: last completed DMA cookie
976 * @last: returns last completed cookie, can be NULL
1000 * @last_complete: last know completed transaction
H A Dieee802154.h126 * The requested operation was completed successfully.
175 * completed within the CAP.
H A Dfirewire.h302 * This callback is called when the packet transmission has completed.
430 size_t fw_iso_buffer_lookup(struct fw_iso_buffer *buffer, dma_addr_t completed);
437 dma_addr_t completed, void *data);
H A Dseqno-fence.h81 * This type of fence can be destroyed before completed, however a reference
H A Diocontext.h65 * reference to ioc to ensure it stays until the request is completed.
H A Drcupdate.h82 unsigned long *gpnum, unsigned long *completed);
94 unsigned long *completed) rcutorture_get_gp_data()
98 *completed = 0; rcutorture_get_gp_data()
135 * critical sections have completed. However, the callback function
177 * read-side critical sections have completed. call_rcu_bh() assumes
201 * read-side critical sections have completed. call_rcu_sched() assumes
234 * read-side critical sections have completed. call_rcu_tasks() assumes
889 * callback would free up) has completed before the corresponding
91 rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags, unsigned long *gpnum, unsigned long *completed) rcutorture_get_gp_data() argument
/linux-4.1.27/kernel/rcu/
H A Drcutorture.c248 unsigned long (*completed)(void); member in struct:rcu_torture_ops
377 .completed = rcu_batches_completed,
419 .completed = rcu_batches_completed_bh,
463 .completed = rcu_no_completed,
536 int idx = srcu_ctl.completed & 0x1; srcu_torture_stats()
562 .completed = srcu_torture_completed,
599 .completed = rcu_batches_completed_sched,
638 .completed = rcu_no_completed,
1041 unsigned long completed; rcu_torture_timer() local
1052 started = cur_ops->completed(); rcu_torture_timer()
1075 completed = cur_ops->completed(); rcu_torture_timer()
1078 started, completed); rcu_torture_timer()
1082 completed = completed - started; rcu_torture_timer()
1084 completed++; rcu_torture_timer()
1085 if (completed > RCU_TORTURE_PIPE_LEN) { rcu_torture_timer()
1087 completed = RCU_TORTURE_PIPE_LEN; rcu_torture_timer()
1089 __this_cpu_inc(rcu_torture_batch[completed]); rcu_torture_timer()
1104 unsigned long completed; rcu_torture_reader() local
1126 started = cur_ops->completed(); rcu_torture_reader()
1147 completed = cur_ops->completed(); rcu_torture_reader()
1150 ts, started, completed); rcu_torture_reader()
1154 completed = completed - started; rcu_torture_reader()
1156 completed++; rcu_torture_reader()
1157 if (completed > RCU_TORTURE_PIPE_LEN) { rcu_torture_reader()
1159 completed = RCU_TORTURE_PIPE_LEN; rcu_torture_reader()
1161 __this_cpu_inc(rcu_torture_batch[completed]); rcu_torture_reader()
1261 unsigned long __maybe_unused completed; local
1264 &flags, &gpnum, &completed);
1267 gpnum, completed, flags);
H A Dtree.c101 .completed = 0UL - 300UL, \
204 return ACCESS_ONCE(rsp->completed) != ACCESS_ONCE(rsp->gpnum); rcu_gp_in_progress()
281 if (ACCESS_ONCE(rdp->mynode->completed) != for_each_rcu_flavor()
390 * Return the number of RCU batches completed thus far for debug & stats.
394 return rcu_state_p->completed; rcu_batches_completed()
399 * Return the number of RCU-sched batches completed thus far for debug & stats.
403 return rcu_sched_state.completed; rcu_batches_completed_sched()
408 * Return the number of RCU BH batches completed thus far for debug & stats.
412 return rcu_bh_state.completed; rcu_batches_completed_bh()
476 unsigned long *gpnum, unsigned long *completed) rcutorture_get_gp_data()
496 *completed = ACCESS_ONCE(rsp->completed); rcutorture_get_gp_data()
501 *completed = 0; rcutorture_get_gp_data()
542 int idx = (ACCESS_ONCE(rnp->completed) + 1) & 0x1; rcu_future_needs_gp()
568 ULONG_CMP_LT(ACCESS_ONCE(rsp->completed), cpu_needs_another_gp()
1098 ACCESS_ONCE(rdp->mynode->completed); rcu_implicit_dynticks_qs()
1211 (long)rsp->gpnum, (long)rsp->completed, totqlen);
1216 ACCESS_ONCE(rsp->completed) == gpnum) {
1258 (long)rsp->gpnum, (long)rsp->completed, totqlen); print_cpu_stall()
1282 unsigned long completed; check_cpu_stall() local
1297 * then rsp->gp_start, and finally rsp->completed. These values check_cpu_stall()
1304 * Detect this by comparing rsp->completed with the previous fetch check_cpu_stall()
1315 smp_rmb(); /* ...and finally ->gp_start before ->completed. */ check_cpu_stall()
1316 completed = ACCESS_ONCE(rsp->completed); check_cpu_stall()
1317 if (ULONG_CMP_GE(completed, gpnum) || check_cpu_stall()
1320 return; /* No stall or GP completed since entering function. */ check_cpu_stall()
1378 * Determine the value that ->completed will have at the end of the
1396 if (rcu_get_root(rsp) == rnp && rnp->gpnum == rnp->completed) rcu_cbs_completed()
1397 return rnp->completed + 1; rcu_cbs_completed()
1403 return rnp->completed + 2; rcu_cbs_completed()
1414 rnp->completed, c, rnp->level, trace_rcu_future_gp()
1459 if (rnp->gpnum != rnp->completed || rcu_start_future_gp()
1460 ACCESS_ONCE(rnp_root->gpnum) != ACCESS_ONCE(rnp_root->completed)) { rcu_start_future_gp()
1500 if (rnp_root->gpnum != rnp_root->completed) { rcu_start_future_gp()
1523 int c = rnp->completed; rcu_future_gp_cleanup()
1552 * If there is room, assign a ->completed number to any callbacks on
1554 * callbacks that were previously assigned a ->completed number that has
1556 * assigned a ->completed number while RCU is idle, but with reference to
1576 * recently assigned a ->completed number and working down, find the rcu_accelerate_cbs()
1579 * a ->completed number assigned that will complete sooner than rcu_accelerate_cbs()
1580 * the ->completed number for newly arrived callbacks (last test). rcu_accelerate_cbs()
1583 * same ->completed number as the newly arrived callbacks, which rcu_accelerate_cbs()
1586 * been assigned a ->completed number. rcu_accelerate_cbs()
1604 * Assign all subsequent callbacks' ->completed number to the next rcu_accelerate_cbs()
1624 * Move any callbacks whose grace period has completed to the
1626 * assign ->completed numbers to any callbacks in the RCU_NEXT_TAIL
1643 * Find all callbacks whose ->completed numbers indicate that they rcu_advance_cbs()
1647 if (ULONG_CMP_LT(rnp->completed, rdp->nxtcompleted[i])) rcu_advance_cbs()
1679 if (rdp->completed == rnp->completed && __note_gp_changes()
1691 rdp->completed = rnp->completed; __note_gp_changes()
1721 rdp->completed == ACCESS_ONCE(rnp->completed) && note_gp_changes()
1838 if (WARN_ON_ONCE(rnp->completed != rsp->completed)) rcu_for_each_node_breadth_first()
1839 ACCESS_ONCE(rnp->completed) = rsp->completed; rcu_for_each_node_breadth_first()
1919 * period as completed in all of the rcu_node structures. rcu_gp_cleanup()
1924 * Propagate new ->completed value to rcu_node structures so rcu_gp_cleanup()
1937 ACCESS_ONCE(rnp->completed) = rsp->gpnum; rcu_for_each_node_breadth_first()
1949 smp_mb__after_unlock_lock(); /* Order GP before ->completed update. */
1953 ACCESS_ONCE(rsp->completed) = rsp->gpnum;
1954 trace_rcu_grace_period(rsp->name, rsp->completed, TPS("end"));
2270 rdp->gpnum != rnp->gpnum || rnp->completed == rnp->gpnum || rcu_report_qs_rdp()
2927 /* Are we ignoring a completed grace period? */ __call_rcu_core()
3091 * rcu-sched read-side critical sections have completed. These read-side
3099 * have completed before this primitive returns. However, this does not
3100 * guarantee that softirq handlers will have completed, since in some
3123 * guarantees that rcu_read_lock() sections will have completed.
3147 * read-side critical sections have completed. RCU read-side critical
3215 newstate = smp_load_acquire(&rcu_state_p->completed); cond_synchronize_rcu()
3452 /* Has another RCU grace period completed? */ __rcu_pending()
3453 if (ACCESS_ONCE(rnp->completed) != rdp->completed) { /* outside lock */ __rcu_pending()
3745 * can accept some slop in the rsp->completed access due to the fact
3780 rdp->gpnum = rnp->completed; /* Make CPU later note any new GP. */ rcu_init_percpu_data()
3781 rdp->completed = rnp->completed; rcu_init_percpu_data()
4001 rnp->completed = rsp->completed; rcu_init_one()
475 rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags, unsigned long *gpnum, unsigned long *completed) rcutorture_get_gp_data() argument
H A Dtree_trace.c123 ulong2long(rdp->completed), ulong2long(rdp->gpnum), print_one_rcu_data()
273 ulong2long(rsp->completed), ulong2long(gpnum), print_one_rcu_state()
319 unsigned long completed; show_one_rcugp() local
326 completed = ACCESS_ONCE(rsp->completed); show_one_rcugp()
328 if (completed == gpnum) show_one_rcugp()
334 seq_printf(m, "completed=%ld gpnum=%ld age=%ld max=%ld\n", show_one_rcugp()
335 ulong2long(completed), ulong2long(gpnum), gpage, gpmax); show_one_rcugp()
H A Dsrcu.c101 sp->completed = 0; init_srcu_struct_fields()
299 idx = ACCESS_ONCE(sp->completed) & 0x1; __srcu_read_lock()
337 * the caller should ensures the ->completed is not changed while checking
338 * and idx = (->completed & 1) ^ 1
352 * Increment the ->completed counter so that future SRCU readers will
358 sp->completed++; srcu_flip()
458 * the index=((->completed & 1) ^ 1) to drain to zero at first,
459 * and then flip the completed and wait for the count of the other index.
526 * srcu_batches_completed - return batches completed.
534 return sp->completed; srcu_batches_completed()
560 int idx = 1 ^ (sp->completed & 1); srcu_advance_batches()
564 * fetching ->completed for their index, at any point in time there srcu_advance_batches()
H A Dtree.h129 unsigned long completed; /* Last GP completed for this node. */ member in struct:rcu_node
258 unsigned long completed; /* Track rsp->completed gp number */ member in struct:rcu_data
267 bool gpwrap; /* Possible gpnum/completed wrap. */
287 * Entries that batch # <= ->completed
288 * The grace period for these entries has completed, and
289 * the other grace-period-completed entries may be moved
292 * Entries that batch # <= ->completed - 1: waiting for current GP
439 unsigned long completed; /* # of last completed gp. */ member in struct:rcu_state
/linux-4.1.27/arch/tile/include/gxio/
H A Ddma_queue.h29 * well as the number of commands posted and completed. The
43 * completed.
96 * completed egress commands. If that fails, wait or fail. __gxio_dma_queue_reserve()
153 /* Check whether a particular "completion slot" has completed.
/linux-4.1.27/arch/arm/mach-omap2/
H A Dprcm_mpu44xx.c57 * XXX Will be replaced when the PRM/CM drivers are completed.
H A Dprm2xxx_3xxx.c81 * that the reset has completed before returning. Returns 0 upon success or
193 pr_debug("powerdomain: completed transition in %d loops\n", c); omap2_pwrdm_wait_transition()
H A Dprm33xx.c118 * that the reset has completed before returning. Returns 0 upon success or
328 pr_debug("powerdomain: completed transition in %d loops\n", c); am33xx_pwrdm_wait_transition()
H A Dprm_common.c365 * XXX Will be replaced when the PRM/CM drivers are completed.
564 * Checks if voltage processor transmission has been completed.
565 * Returns non-zero if a transmission has completed, 0 otherwise.
581 * Clears the status bit for completed voltage processor transmission
H A Dprminst44xx.c149 * that the reset has completed before returning. Returns 0 upon success or
/linux-4.1.27/drivers/i2c/algos/
H A Di2c-algo-pca.c190 int completed = 1; pca_xfer() local
236 completed = pca_start(adap); pca_xfer()
241 completed = pca_address(adap, msg); pca_xfer()
247 completed = pca_tx_byte(adap, pca_xfer()
256 completed = pca_repeated_start(adap); pca_xfer()
266 completed = pca_rx_ack(adap, msg->len > 1); pca_xfer()
273 completed = pca_rx_ack(adap, pca_xfer()
281 completed = pca_repeated_start(adap); pca_xfer()
316 completed = pca_repeated_start(adap); pca_xfer()
342 if (!completed) pca_xfer()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Ddebug.h66 * @txok: TX completed at the requested rate
145 * @completed: Total MPDUs (non-aggr) completed
149 * @a_completed: Total AMPDUs completed
171 u32 completed; member in struct:ath_tx_stats
H A Dcommon-debug.h27 decryption process completed
/linux-4.1.27/arch/ia64/sn/kernel/
H A Dbte_error.c24 * all active crbs are completed. This is the first job of the
26 * completed, it resets the interfaces and gets them ready for new
33 * Wait until all BTE related CRBs are completed
131 * Wait until all BTE related CRBs are completed
170 * Wait until all BTE related CRBs are completed
/linux-4.1.27/drivers/media/pci/cx18/
H A Dcx18-mailbox.h42 * This structure is used by CPU to provide completed MDL & buffers information.
48 u32 id; /* ID of a completed MDL */
72 command is completed successfully, the error will be ERR_SYS_SUCCESS.
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
H A Dhandle.c51 hprintk(handle, TRACE, "init completed\n"); nvkm_handle_init()
84 hprintk(handle, TRACE, "%s completed\n", name[suspend]); nvkm_handle_fini()
166 hprintk(handle, TRACE, "destroy completed\n"); nvkm_handle_destroy()
H A Dclient.c239 nv_debug(client, "init completed with %d\n", ret); nvkm_client_init()
254 nv_debug(client, "%s completed with %d\n", name[suspend], ret); nvkm_client_fini()
/linux-4.1.27/include/linux/mfd/
H A Ddb8500-prcmu.h180 * completed
182 * completed
183 * @SLEEPOK: The apExecute to apSleep state transition has been completed
184 * @IDLEOK: The apExecute to apIdle state transition has been completed
185 * @SOFTRESETOK: The A9 watchdog/ SoftReset state has been completed
193 * been completed
197 * completed
201 * completed
258 * @DVFS_ARM100OPPOK: The state transition DVFS has been completed for 100OPP
259 * @DVFS_ARM50OPPOK: The state transition DVFS has been completed for 50OPP
260 * @DVFS_ARMEXTCLKOK: The state transition DVFS has been completed for EXTCLK
261 * @DVFS_NOCHGTCLKOK: The state transition DVFS has been completed for
H A Dipaq-micro.h79 * @ack: a completion that will be completed when RX is complete
/linux-4.1.27/kernel/sched/
H A Dcompletion.c136 * till timeout) if completed.
170 * till timeout) if completed.
186 * Return: -ERESTARTSYS if interrupted, 0 if completed.
206 * or number of jiffies left till timeout) if completed.
223 * Return: -ERESTARTSYS if interrupted, 0 if completed.
244 * or number of jiffies left till timeout) if completed.
/linux-4.1.27/include/linux/dma/
H A Dipu-dma.h156 dma_cookie_t completed; /* last completed cookie */ member in struct:idmac_channel
/linux-4.1.27/drivers/usb/musb/
H A Dcppi_dma.c520 * existing queue, processing completed "dma buffers" (segments) on the fly.
1008 bool completed = false; cppi_rx_scan() local
1021 /* run through all completed BDs */ cppi_rx_scan()
1023 (safe2ack || completed) && bd && i < NUM_RXCHAN_BD; cppi_rx_scan()
1029 if (!completed && (bd->hw_options & CPPI_OWN_SET)) cppi_rx_scan()
1039 if ((bd->hw_options & CPPI_SOP_SET) && !completed) cppi_rx_scan()
1045 completed = true; cppi_rx_scan()
1047 if (!completed && len < bd->buflen) { cppi_rx_scan()
1053 completed = true; cppi_rx_scan()
1082 completed = true; cppi_rx_scan()
1111 completed ? ", completed" : "", cppi_rx_scan()
1116 if (!completed) { cppi_rx_scan()
1138 cppi_dump_rx(6, rx, completed ? "/completed" : "/cleaned"); cppi_rx_scan()
1139 return completed; cppi_rx_scan()
1173 bool completed = false; cppi_interrupt() local
1200 /* run through all completed BDs */ cppi_interrupt()
1201 for (i = 0; !completed && bd && i < NUM_TXCHAN_BD; cppi_interrupt()
1220 * processing of completed BDs, and possibly cppi_interrupt()
1232 completed = true; cppi_interrupt()
1236 if (completed) { cppi_interrupt()
1279 /* all segments completed! */ cppi_interrupt()
/linux-4.1.27/drivers/misc/mei/
H A Dhbm.h31 * @MEI_HBM_STARTED : enumeration was completed
H A Damthif.c305 if (cb->completed) mei_amthif_send_cmd()
413 if (cb->completed) mei_amthif_irq_write()
425 * @cmpl_list: completed callbacks list
448 dev_dbg(dev->dev, "completed amthif read.\n "); mei_amthif_irq_read_msg()
483 dev_dbg(dev->dev, "amthif read completed\n"); mei_amthif_complete()
H A Dmei_dev.h203 * @completed: the transfer or reception has completed
215 u32 completed:1; member in struct:mei_cl_cb
236 * @rd_completed: completed read
483 * @amthif_rd_complete_list : amthif list for reading completed cmd data
576 /* driver managed amthif list for reading completed amthif cmd data */
H A Dinterrupt.c34 * for the completed callbacks
37 * @compl_list: list of completed cbs
148 cl_dbg(dev, cl, "completed read length = %lu\n", cb->buf_idx); mei_cl_irq_read_msg()
H A Dhw-txe-regs.h101 * the most recent command has been completed by the SEC
277 * command has been completed by the Host.
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dfw.c28 /* register write. wmb() to make sure it is completed */
/linux-4.1.27/drivers/clk/ti/
H A Dclockdomain.c66 * called after rest of the DT clock init has completed and all
/linux-4.1.27/arch/mips/pmcs-msp71xx/
H A Dmsp_pci.c36 #if 0 /* Linux 2.6 initialization code to be completed */ msp_pci_setup()
H A Dmsp_irq_per.c38 /* ensure writes to per are completed */
H A Dmsp_irq_cic.c68 /* ensure writes to cic are completed */ cic_wmb()
/linux-4.1.27/arch/arm/include/asm/
H A Dunwind.h27 URC_OK = 0, /* operation completed successfully */
/linux-4.1.27/net/core/
H A Drequest_sock.c129 * This happens only after 3WHS has been either completed or aborted (e.g.,
132 * Before TFO, a child socket is created only after 3WHS is completed,
136 * until 3WHS is either completed or aborted. Afterwards the req will stay
140 * In short, a request socket is only freed after BOTH 3WHS has completed
/linux-4.1.27/sound/soc/
H A Dsoc-io.c129 * operation is scheduled asynchronously. This means it may not be completed
131 * completed snd_soc_component_async_complete() must be called.
157 * snd_soc_component_async_complete() - Ensure asynchronous I/O has completed
161 * scheduled using snd_soc_component_update_bits_async() has completed.
/linux-4.1.27/tools/perf/util/
H A Drun-command.h28 * after it has completed reading from/writing to it!
/linux-4.1.27/drivers/nfc/
H A Dnfcwilink.c100 struct completion completed; member in struct:nfcwilink
138 complete(&drv->completed); nfcwilink_fw_download_receive()
168 comp_ret = wait_for_completion_timeout(&drv->completed, nfcwilink_get_bts_file_name()
232 comp_ret = wait_for_completion_timeout(&drv->completed, nfcwilink_send_bts_cmd()
331 complete(&drv->completed); nfcwilink_register_complete()
395 init_completion(&drv->completed); nfcwilink_open()
402 &drv->completed, nfcwilink_open()
/linux-4.1.27/drivers/dma/
H A Dsirf-dma.c68 struct list_head completed; member in struct:sirfsoc_dma_chan
177 list_splice_tail_init(&schan->active, &schan->completed); sirfsoc_dma_irq()
192 /* process completed descriptors */ sirfsoc_dma_process_completed()
207 /* Get all completed descriptors */ sirfsoc_dma_process_completed()
209 if (!list_empty(&schan->completed)) { sirfsoc_dma_process_completed()
210 list_splice_tail_init(&schan->completed, &list); sirfsoc_dma_process_completed()
431 BUG_ON(!list_empty(&schan->completed)); sirfsoc_dma_free_chan_resources()
517 /* try to free completed descriptors */ sirfsoc_dma_prep_interleaved()
737 INIT_LIST_HEAD(&schan->completed); sirfsoc_dma_probe()
H A Ddmaengine.h45 * Mark this descriptor complete by updating the channels completed
H A Dmpc512x_dma.c209 struct list_head completed; member in struct:mpc_dma_chan
347 list_splice_tail_init(&mchan->active, &mchan->completed); mpc_dma_irq_process()
382 /* process completed descriptors */ mpc_dma_process_completed()
396 /* Get all completed descriptors */ mpc_dma_process_completed()
398 if (!list_empty(&mchan->completed)) mpc_dma_process_completed()
399 list_splice_tail_init(&mchan->completed, &list); mpc_dma_process_completed()
573 BUG_ON(!list_empty(&mchan->completed)); mpc_dma_free_chan_resources()
633 /* try to free completed descriptors */ mpc_dma_prep_memcpy()
717 /* Try to free completed descriptors */ for_each_sg()
974 INIT_LIST_HEAD(&mchan->completed); mpc_dma_probe()
H A Dmxs-dma.c348 u32 completed; mxs_dma_int_handler() local
356 completed = readl(mxs_dma->base + HW_APBHX_CTRL1); mxs_dma_int_handler()
357 completed = (completed >> chan) & 0x1; mxs_dma_int_handler()
383 * error, so we can subtract err & completed to get the real error case. mxs_dma_int_handler()
385 err -= err & completed; mxs_dma_int_handler()
H A Dxgene-dma.c305 * @tasklet: bottom half where all completed descriptors cleans
308 * @rx_ring: receive ring descriptor that we use to get completed DMA
612 * has been completed and acked
615 * This function is used on all completed and acked descriptors.
664 * xgene_dma_clean_running_descriptor - move the completed descriptor from
667 * @desc: the descriptor which is completed
685 * completed, but still awaiting the 'ack' bit to be set. xgene_dma_clean_running_descriptor()
787 * xgene_dma_cleanup_descriptors - cleanup link descriptors which are completed
802 /* Clean already completed and acked descriptors */ xgene_dma_cleanup_descriptors()
810 /* Check if this descriptor has been completed */ xgene_dma_cleanup_descriptors()
841 /* Notify the hw about this completed descriptor */ xgene_dma_cleanup_descriptors()
1247 /* Run all cleanup for descriptors which have been completed */ xgene_dma_tasklet_cb()
1263 * Disable DMA channel IRQ until we process completed xgene_dma_chan_ring_isr()
H A Dfsldma.c484 * has been completed and acked
487 * This function is used on all completed and acked descriptors.
534 * fsldma_clean_running_descriptor - move the completed descriptor from
537 * @desc: the descriptor which is completed
555 * completed, but still awaiting the 'ack' bit to be set. fsldma_clean_running_descriptor()
632 * fsldma_cleanup_descriptors - cleanup link descriptors which are completed
1111 /* Run all cleanup for descriptors which have been completed */ dma_do_tasklet()
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
H A Dvxge-traffic.c1063 * vxge_hw_channel_dtr_try_complete - Returns next completed dtr
1065 * @dtr: Buffer to return the next completed DTR pointer
1067 * Returns the next completed dtr with out removing it from work array
1080 * vxge_hw_channel_dtr_complete - Removes next completed dtr from the work array
1083 * Removes the next completed dtr from work array
1173 * - completed (vxge_hw_ring_rxd_next_completed);
1267 * vxge_hw_ring_rxd_next_completed - Get the _next_ completed descriptor.
1273 * Retrieve the _next_ completed descriptor.
1275 * driver of new completed descriptors. After that
1293 * VXGE_HW_INF_NO_MORE_COMPLETED_DESCRIPTORS - No completed descriptors
1357 * Handle descriptor's transfer code. The latter comes with each completed
1590 * vxge_hw_fifo_txdl_next_completed - Retrieve next completed descriptor.
1597 * Retrieve the _next_ completed descriptor.
1599 * driver of new completed descriptors. After that
1617 * VXGE_HW_INF_NO_MORE_COMPLETED_DESCRIPTORS - No completed descriptors
1669 * Handle descriptor's transfer code. The latter comes with each completed
1711 * - completed (vxge_hw_fifo_txdl_next_completed);
2394 * vxge_hw_vpath_poll_rx - Poll Rx Virtual Path for completed
2398 * The function polls the Rx for the completed descriptors and calls
2401 * Returns: VXGE_HW_OK, if the polling is completed successful.
2402 * VXGE_HW_COMPLETIONS_REMAIN: There are still more completed
2450 * vxge_hw_vpath_poll_tx - Poll Tx for completed descriptors and process
2454 * The function polls the Tx for the completed descriptors and calls
2457 * Returns: VXGE_HW_OK, if the polling is completed successful.
2458 * VXGE_HW_COMPLETIONS_REMAIN: There are still more completed
H A Dvxge-config.h164 * @VXGE_HW_FW_UPGRADE_DONE: upload completed
241 * @intr: Boolean. Use 1 to generate interrupt for each completed TxDL.
600 * 2) consumed but not yet completed;
601 * 3) completed but not yet freed
608 * to-be-completed descriptor.
609 * @free_arr: Free array. Contains completed descriptors that were freed
1138 * adapter once it has completed transmitting the frame or frames in
1253 * to the driver with each completed descriptor.
1526 * vxge_hw_ring_rxd_1b_get - Get data from the completed 1-buf
1534 * Retrieve protocol data from the completed 1-buffer-mode Rx descriptor.
1535 * This inline helper-function uses completed descriptor to populate receive
1553 * a completed receive descriptor for 1b mode.
1558 * Retrieve extended information associated with a completed receive descriptor.
1741 * @vpath_handle: Virtual path whose Fifo "containing" 1 or more completed
1743 * @txdlh: First completed descriptor.
1750 * as is to the driver with each completed descriptor.
1779 * @txdlh: First completed descriptor.
/linux-4.1.27/drivers/scsi/megaraid/
H A Dmbox_defs.h152 * @numstatus : number of commands completed.
153 * @status : status of the commands completed
154 * @completed : array of completed command ids.
174 uint8_t completed[MBOX_MAX_FIRMWARE_STATUS]; member in struct:__anon9245
227 * @scsistatus : SCSI status of the command completed.
276 * @status : SCSI status of the command completed.
361 * @ldrv_op_counter : Indicates ldrv op started/completed
H A Dmegaraid_mbox.c1455 * @done : callback routine to be called after the cmd has be completed
1474 * NOTE: scb can be null even though certain commands completed megaraid_queue_command_lck()
1480 if (!scb) { // command already completed megaraid_queue_command_lck()
1495 * @busy : set if request could not be completed because of lack of
2051 * completed command and put them on the completed list for later processing.
2062 uint8_t completed[MBOX_MAX_FIRMWARE_STATUS]; megaraid_ack_sequence() local
2072 // move the SCBs from the firmware completed array to our local list megaraid_ack_sequence()
2107 if (mbox->completed[i] != 0xFF) break; megaraid_ack_sequence()
2110 completed[i] = mbox->completed[i]; megaraid_ack_sequence()
2111 mbox->completed[i] = 0xFF; megaraid_ack_sequence()
2113 if (completed[i] == 0xFF) { megaraid_ack_sequence()
2122 if (completed[i] >= MBOX_MAX_SCSI_CMDS) { megaraid_ack_sequence()
2124 scb = adapter->uscb_list + (completed[i] - megaraid_ack_sequence()
2129 scb = adapter->kscb_list + completed[i]; megaraid_ack_sequence()
2144 // put the completed commands in the completed list. DPC would megaraid_ack_sequence()
2211 * megaraid_mbox_dpc - the tasklet to complete the commands from completed list
2214 * Pick up the commands from the completed list and send back to the owners.
2245 // move the SCBs from the completed list to our local list megaraid_mbox_dpc()
2264 // Make sure f/w has completed a valid command megaraid_mbox_dpc()
2292 "megaraid: aborted cmd [%x] completed\n", megaraid_mbox_dpc()
2460 // There might a race here, where the command was completed by the megaraid_abort_handler()
2461 // firmware and now it is on the completed list. Before we could megaraid_abort_handler()
2470 list_del_init(&scb->list); // from completed list megaraid_abort_handler()
2473 "megaraid: %d[%d:%d], abort from completed list\n", megaraid_abort_handler()
2681 "megaraid mbox: reset sequence completed successfully\n")); megaraid_reset_handler()
2833 // invalidate the completed command id array. After command mbox_post_sync_cmd()
2838 mbox->completed[i] = 0xFF; mbox_post_sync_cmd()
3747 * @scb : completed command
3894 * @uioc : completed packet
H A Dmega_common.h113 * @completed_list : list of completed commands
114 * @completed_list_lock : exclusion lock for list of completed commands
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Dcam.h47 CAM_REQ_CMP, /* CCB request completed without error */
50 CAM_REQ_CMP_ERR, /* CCB request completed with an error */
/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_rnode.h46 CSIO_RNFE_PRLI_DONE, /* PRLI completed */
97 * pending to completed
H A Dcsio_scsi.c602 * Once command is completed data from DDP buffer copied to SGLs csio_setup_ddp()
758 * of a request to FW, and the FW completed the request csio_scsis_uninit()
763 csio_warn(hw, "Trying to abort/close completed IO:%p!\n", req); csio_scsis_uninit()
919 * Check if original I/O WR completed before the Abort csio_scsis_aborting()
924 "Abort completed before original I/O," csio_scsis_aborting()
931 * 1. The abort completed successfully, FW returned FW_SUCCESS. csio_scsis_aborting()
1009 * Check if original I/O WR completed before the Close csio_scsis_closing()
1014 "Close completed before original I/O," csio_scsis_closing()
1085 * @wr: The completed WR from the ingress queue.
1251 /* Wait till all active I/Os are completed/aborted/closed */
1258 /* all aborts completed */
1283 /* Wait until all active I/Os are completed */ csio_scsim_cleanup_io()
1290 /* all I/Os completed */ csio_scsim_cleanup_io()
1336 /* Wait until all active I/Os on this lnode are completed */ csio_scsim_cleanup_io_lnode()
1343 /* all I/Os completed */ csio_scsim_cleanup_io_lnode()
1955 * already completed IO csio_eh_abort_handler()
/linux-4.1.27/include/scsi/fc/
H A Dfc_fc2.h71 #define SSB_ST_ABTS (1 << 9) /* ABTS protocol completed */
72 #define SSB_ST_RETRANS (1 << 8) /* retransmission completed */
/linux-4.1.27/include/linux/usb/
H A Dmsm_hsusb.h66 * USB_CHG_STATE_PRIMARY_DONE Primary detection is completed (Detects
68 * USB_CHG_STATE_SECONDARY_DONE Secondary detection is completed (Detects
/linux-4.1.27/drivers/scsi/
H A Dwd719x.h121 #define WD719X_INT_NOERRORS 0x01 /* Command completed with no errors */
122 #define WD719X_INT_LINKNOERRORS 0x02 /* link cmd completed with no errors */
123 #define WD719X_INT_LINKNOSTATUS 0x03 /* link cmd completed with no flag set */
124 #define WD719X_INT_ERRORSLOGGED 0x04 /* cmd completed with errors logged */
H A Dmac53c94.h120 #define INTR_DONE 0x08 /* function completed */
H A Dps3rom.c286 * status = -1 may mean that ATAPI transport completed OK, but ps3rom_interrupt()
307 /* OK, completed */ ps3rom_interrupt()
H A Daha152x.c317 completed = 0x0010, /* target sent COMMAND COMPLETE */ enumerator in enum:__anon8564
435 /* command that was completed */
479 * 2: negotiation completed
1294 "there's already a completed command %p " done()
1392 if(CURRENT_SC->SCp.phase & completed) { busfree_run()
1643 * - set completed flag on COMMAND COMPLETE
1712 CURRENT_SC->SCp.phase |= completed; msgi_run()
1720 SYNCNEG=2; /* negotiation completed */ msgi_run()
1734 /* not yet completed */ msgi_run()
1793 /* negotiation completed */ msgi_run()
1829 "target left before message completed (%d)\n", msgi_end()
2458 (ptr->SCp.phase & completed) ? "completed|" : "", show_command()
2517 if (ptr->SCp.phase & completed) get_command()
2518 seq_puts(m, "completed|"); get_command()
H A Dmegaraid.c388 * NOTE: scb can be null even though certain commands completed megaraid_queue_lck()
1257 * and service the completed commands.
1266 u8 completed[MAX_FIRMWARE_STATUS]; megaraid_isr_iomapped() local
1299 memcpy(completed, (void *)adapter->mbox->m_in.completed, megaraid_isr_iomapped()
1305 mega_cmd_done(adapter, completed, nstatus, status); megaraid_isr_iomapped()
1333 * and service the completed commands.
1343 u8 completed[MAX_FIRMWARE_STATUS]; megaraid_isr_memmapped() local
1376 memcpy(completed, (void *)adapter->mbox->m_in.completed, megaraid_isr_memmapped()
1387 mega_cmd_done(adapter, completed, nstatus, status); megaraid_isr_memmapped()
1407 * @completed - array of ids of completed commands
1408 * @nstatus - number of completed commands
1409 * @status - status of the last command completed
1414 mega_cmd_done(adapter_t *adapter, u8 completed[], int nstatus, int status) mega_cmd_done() argument
1428 * for all the commands completed, call the mid-layer callback routine mega_cmd_done()
1433 cmdid = completed[i]; mega_cmd_done()
1454 * Make sure f/w has completed a valid command mega_cmd_done()
1641 /* Add Scsi_Command to end of completed queue */ mega_cmd_done()
1650 * Run through the list of completed requests and finish it
1882 * This is required here to complete any completed requests megaraid_abort()
1918 * This is required here to complete any completed requests megaraid_reset()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dlustre_quota.h141 * - qsd_start(): a qsd instance should be started once recovery is completed
146 * completed during start.
154 * invoked later once all operations have been completed in
159 * until the reintegration procedure is completed.
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/
H A Devent.h82 /* discovery completed results */
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/
H A Devent.h68 /* bitmap of roc completed (by role id) */
/linux-4.1.27/arch/tile/include/asm/
H A Dbarrier.h30 * wait until those loads have completed.
/linux-4.1.27/drivers/usb/host/
H A Dimx21-dbg.c356 "completed OK: %lu\n" debug_statistics_show_one()
357 "completed failed: %lu\n" debug_statistics_show_one()
392 "completed frame %d (%d)\n" debug_isoc_show_one()
394 "completed length=%d\n\n", debug_isoc_show_one()
H A Dohci-q.c847 * Also patch the ed so it looks as if those tds completed normally. ed_halted()
980 int completed, modified; finish_unlinks() local
1026 * must not be rescheduled until all completed URBs have finish_unlinks()
1030 completed = 0; finish_unlinks()
1069 modified = completed = 1; finish_unlinks()
1073 if (completed && !list_empty (&ed->td_list)) finish_unlinks()
/linux-4.1.27/drivers/usb/host/whci/
H A Dint.c58 * A transfer completed (see [WHCI] section 4.7.1.2 for when whc_int_handler()
/linux-4.1.27/include/uapi/linux/
H A Ddlm.h52 * -DLM_ECANCEL if a cancel completed successfully
H A Dnbd.h71 * it has completed an I/O request (or an error occurs).
H A Dfirewire-cdev.h206 * struct fw_cdev_event_iso_interrupt - Sent when an iso packet was completed
210 * @cycle: Cycle counter of the last completed packet
214 * This event is sent when the controller has completed an &fw_cdev_iso_packet
216 * %FW_CDEV_IOC_FLUSH_ISO, or when there have been so many completed packets
266 * struct fw_cdev_event_iso_interrupt_mc - An iso buffer chunk was completed
270 * @completed: Offset into the receive buffer; data before this offset is valid
289 * @completed offset.
299 __u32 completed; member in struct:fw_cdev_event_iso_interrupt_mc
754 * When a packet with the @control.INTERRUPT flag set has been completed, an
778 * When a packet with the @control.INTERRUPT flag set has been completed, an
780 * multiple receive packets is completed when its last packet is completed.
864 * struct fw_cdev_flush_iso - flush completed iso packets
868 * report any completed packets.
H A Dblktrace_api.h45 __BLK_TA_COMPLETE, /* completed by driver */
H A Dtarget_core_user.h35 * When userspace is completed handling the command, set
H A Dif_arp.h129 #define ATF_COM 0x02 /* completed entry (ha valid) */
/linux-4.1.27/drivers/block/mtip32xx/
H A Dmtip32xx.c217 * scatter list associated with the completed command, and finally
218 * clears the allocated bit associated with the completed command.
432 /* reset the completed registers.*/ mtip_init_port()
434 writel(0xFFFFFFFF, port->completed[i]); mtip_init_port()
568 * command completed. This function signals the command completion by
572 * @tag Tag of the command that has completed.
585 "Internal command %d completed with TFE\n", tag); mtip_completion()
612 u32 completed; mtip_handle_tfe() local
643 completed = readl(port->completed[group]); mtip_handle_tfe()
645 dev_warn(&dd->pdev->dev, "g=%u, comp=%x\n", group, completed); mtip_handle_tfe()
647 /* clear completed status register in the hardware.*/ mtip_handle_tfe()
648 writel(completed, port->completed[group]); mtip_handle_tfe()
650 /* Process successfully completed commands */ mtip_handle_tfe()
651 for (bit = 0; bit < 32 && completed; bit++) { mtip_handle_tfe()
652 if (!(completed & (1<<bit))) mtip_handle_tfe()
677 print_tags(dd, "completed (TFE)", tagaccum, cmd_cnt); mtip_handle_tfe()
789 u32 completed) mtip_workq_sdbfx()
795 if (!completed) { mtip_workq_sdbfx()
796 WARN_ON_ONCE(!completed); mtip_workq_sdbfx()
799 /* clear completed status register in the hardware.*/ mtip_workq_sdbfx()
800 writel(completed, port->completed[group]); mtip_workq_sdbfx()
802 /* Process completed commands. */ mtip_workq_sdbfx()
803 for (bit = 0; (bit < 32) && completed; bit++) { mtip_workq_sdbfx()
804 if (completed & 0x01) { mtip_workq_sdbfx()
825 completed >>= 1; mtip_workq_sdbfx()
914 twork->completed = readl(port->completed[i]); mtip_handle_irq()
915 if (twork->completed) mtip_handle_irq()
923 if (twork->completed) mtip_handle_irq()
930 if (likely(dd->work[0].completed)) mtip_handle_irq()
932 dd->work[0].completed); mtip_handle_irq()
1088 * 0 Command completed successfully.
1337 * 0 Command completed successfully.
1787 * return value 0 The command completed successfully.
1855 * return value 0 The command completed successfully.
2269 * 0 The IOCTL completed successfully.
2626 readl(dd->port->completed[n])); mtip_hw_read_registers()
2728 * 0 Operation completed successfully.
2749 * 0 Operation completed successfully.
2872 * 0 FTL rebuild completed successfully
3215 dd->port->completed[i] = mtip_hw_init()
3498 * 0 IOCTL completed successfully.
3536 * 0 IOCTL completed successfully.
3619 * 0 Operation completed successfully.
788 mtip_workq_sdbfx(struct mtip_port *port, int group, u32 completed) mtip_workq_sdbfx() argument
H A Dmtip32xx.h181 u32 completed; member in struct:mtip_work
188 mtip_workq_sdbfx(w->port, group, w->completed); \
364 /* Array of pointers to the memory mapped completed registers. */
365 void __iomem *completed[MTIP_MAX_SLOT_GROUPS]; member in struct:mtip_port
/linux-4.1.27/drivers/scsi/isci/
H A Drequest.h101 /* Note: "io_request_completion" is completed in two different ways
103 * - TMF requests are completed in the thread that started them;
104 * - regular requests are completed in the request completion callback
108 * TMF was aborting is guaranteed to have completed.
217 * @SCI_REQ_COMPLETED: This state indicates that the request has completed.
H A Dtask.c69 * the case where an I/O needs to be completed back in the submit path.
72 * @response: response code for the completed task.
73 * @status: status code for the completed task.
343 "%s: completed request = %p\n", isci_task_execute_tmf()
528 /* The request has already completed and there isci_task_abort_task()
689 * @ireq: This parameter is the completed isci_request object.
726 * or completed again. isci_task_request_complete()
H A Disci.h130 * This value indicates that the calling method completed successfully,
131 * but that the IO may have completed before having it's start method
134 * be completed without having to submit IO.
160 * This field indicates a sequence of action is not completed yet. Mostly,
/linux-4.1.27/drivers/macintosh/
H A Dadb.c226 * completed.
612 struct adb_request *completed; member in struct:adbdev_state
636 struct adb_request **ap = &state->completed; adb_write_done()
686 state->completed = NULL; adb_open()
705 && state->completed == NULL) { adb_release()
739 req = state->completed; adb_read()
741 state->completed = req->next; adb_read()
/linux-4.1.27/drivers/ata/
H A Dsata_dwc_460ex.c500 * be completed. sata_dwc_isr()
548 * completed only after both interrupts are seen. sata_dwc_isr()
578 * (NCQ). We need to process each completed command. sata_dwc_isr()
581 /* process completed commands */ sata_dwc_isr()
629 /* Process completed command */ sata_dwc_isr()
653 * Check to see if any commands completed while we were processing our sata_dwc_isr()
654 * initial set of completed commands (read status clears interrupts, sata_dwc_isr()
655 * so we might miss a completed command interrupt if one came in while sata_dwc_isr()
656 * we were processing --we read status as part of processing a completed sata_dwc_isr()
662 "More completed - sactive=0x%x sactive2=0x%x\n", sata_dwc_isr()
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfi_ms.h696 * BFI_IOIM_STS_OK : IO completed with error free SCSI &
700 * BFA_IOIM_STS_SCSI_ERR : IO completed with scsi error.
727 * BFI_IOIM_STS_UNDERRUN : IO completed with SCSI status good,
735 * BFI_IOIM_STS_OVERRUN : IO completed with SCSI status good,
742 * BFI_IOIM_STS_RES_FREE : Firmware has completed using io-tag
781 __be16 io_tag; /* completed IO tag */
H A Dbfa_defs_svc.h164 u32 tio_cleanup_comp; /* TIO cleanup completed */
166 u32 tio_abort_rsp_comp; /* TIO abort rsp completed */
169 u32 tio_abts_ack_nocomp;/* TIO ABTS ack-ed but not completed */
182 u32 ds_rdcomp_invalid_sm; /* DS read completed in wrong state
184 u32 ds_wrcomp_invalid_sm; /* DS write completed in wrong state
187 u32 ds_flush_comp; /* DS flush completed */
1215 u32 iocomps[BFA_IOBUCKET_MAX]; /* IO completed */
/linux-4.1.27/include/trace/events/
H A Dblock.h121 * @q. For some reason the request was not completed and needs to be
132 * block_rq_complete - block IO operation completed by device driver
135 * @nr_bytes: number of completed bytes
138 * of operation request has been completed by the device driver. If
286 * block_bio_complete - completed all work on the block operation
288 * @bio: block operation completed
H A Drcu.h103 TP_PROTO(const char *rcuname, unsigned long gpnum, unsigned long completed,
107 TP_ARGS(rcuname, gpnum, completed, c, level, grplo, grphi, gpevent),
112 __field(unsigned long, completed)
123 __entry->completed = completed;
132 __entry->rcuname, __entry->gpnum, __entry->completed,
710 #define trace_rcu_future_grace_period(rcuname, gpnum, completed, c, \
/linux-4.1.27/kernel/
H A Dsmp.c267 * @wait: If true, wait until function has completed on other CPUs.
352 * @wait: If true, wait until function has completed.
395 * @wait: If true, wait (atomically) until function has completed
477 * @wait: If true, wait (atomically) until function has completed
612 * @wait: If true, wait (atomically) until function has completed
652 * completed on other CPUs.
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A Dmanage.c53 * and also checks whether the previous command is completed. It busy waits
54 * in case of previous command is not completed.
72 /* check the previous command is completed */ e1000_mng_enable_host_if()
H A Dmac.c421 * has completed and/or if our link status has changed. The e1000e_check_for_copper_link()
458 /* Configure Flow Control now that Auto-Neg has completed. e1000e_check_for_copper_link()
621 e_dbg("SERDES: Link up - autoneg completed successfully.\n"); e1000e_check_for_serdes_link()
1047 * has completed, and if so, how the PHY and link partner has e1000e_config_fc_after_link_up()
1052 * has completed. We read this twice because this reg has e1000e_config_fc_after_link_up()
1063 e_dbg("Copper PHY and Auto Neg has not completed.\n"); e1000e_config_fc_after_link_up()
1067 /* The AutoNeg process has completed, so we now need to e1000e_config_fc_after_link_up()
1189 * has completed, and if so, how the PHY and link partner has e1000e_config_fc_after_link_up()
1195 * has completed. e1000e_config_fc_after_link_up()
1200 e_dbg("PCS Auto Neg has not completed.\n"); e1000e_config_fc_after_link_up()
1204 /* The AutoNeg process has completed, so we now need to e1000e_config_fc_after_link_up()
1448 e_dbg("Auto read by HW from NVM has not completed.\n"); e1000e_get_auto_rd_done()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dce.h176 * Supply data for the next completed unprocessed receive descriptor.
186 * Supply data for the next completed unprocessed send descriptor.
187 * Pops 1 completed send buffer from Source ring.
H A Dhif.h74 * Check if prior sends have completed.
76 * Check whether the pipe in question has any completed
H A Dtxrx.c35 ath10k_warn(ar, "completed old offchannel frame\n"); ath10k_report_offchan_tx()
42 ath10k_dbg(ar, ATH10K_DBG_HTT, "completed offchannel skb %p\n", skb); ath10k_report_offchan_tx()
H A Dbmi.h44 * Target has completed a command, it issues another BMI Command
H A Dce.c470 * corresponding descriptor has completed. We treat this ath10k_ce_completed_recv_next_nolock()
478 /* Return data from completed destination descriptor */ ath10k_ce_completed_recv_next_nolock()
552 /* Return data from completed destination descriptor */ ath10k_ce_revoke_recv_next()
619 /* Return data from completed source descriptor */ ath10k_ce_completed_send_next_nolock()
672 /* Return data from completed source descriptor */ ath10k_ce_cancel_send_next()
/linux-4.1.27/drivers/usb/usbip/
H A Dstub_tx.c57 * @urb: pointer to the urb completed
59 * When a urb has completed, the USB core driver calls this function mostly in
60 * the interrupt context. To return the result of a urb, the completed urb is
H A Dstub_rx.c237 * This matched urb is not completed yet (i.e., be in stub_recv_cmd_unlink()
264 * though submission is completed and actual unlinking stub_recv_cmd_unlink()
285 * already completed and its results is/was going to be sent by a stub_recv_cmd_unlink()
/linux-4.1.27/fs/ocfs2/
H A Dbuffer_head_io.c227 * and it hasn't yet completed I/O. ocfs2_read_blocks()
294 * completed I/O while we were waiting for the ocfs2_read_blocks()
355 * completed. */ ocfs2_read_blocks()
/linux-4.1.27/drivers/md/
H A Ddm-bio-prison.h109 * until these prior reads have completed. Otherwise the insertion of the
/linux-4.1.27/drivers/infiniband/core/
H A Dsmi.h49 IB_SMI_LOCAL, /* SMP should be completed up the stack */
/linux-4.1.27/drivers/staging/rtl8723au/include/
H A Dodm_debug.h53 /* For example, Tx/Rx descriptor to fill, Tx/Rx descriptor completed status, */
/linux-4.1.27/drivers/staging/rtl8188eu/include/
H A Dodm_debug.h50 /* For example, Tx/Rx descriptor to fill, Tx/Rx descr. completed status, */
/linux-4.1.27/drivers/net/ethernet/arc/
H A Demac_mdio.c17 * arc_mdio_complete_wait - Waits until MDIO transaction is completed.
/linux-4.1.27/arch/tile/include/arch/
H A Dtrio_shm.h66 * completed (all data has been read from or written to the Tile-side
/linux-4.1.27/arch/mips/dec/
H A Dioasic-irq.c76 * so that if they retrigger before the handler has completed, usually as
/linux-4.1.27/drivers/acpi/acpica/
H A Dpswalk.c83 /* Still going downward in tree (Op is not completed yet) */ acpi_ps_delete_parse_tree()
H A Dutmisc.c280 * that we have just completed a package. That package may acpi_ut_walk_package_tree()
301 * completed package object. acpi_ut_walk_package_tree()
/linux-4.1.27/include/net/iucv/
H A Daf_iucv.h83 /* transmission of skb is completed and was successful */
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
H A Dspu_restore_crt0.S98 * completed.
/linux-4.1.27/arch/mips/mm/
H A Dsc-mips.c103 /* Mark as not present until probe completed */ mips_sc_probe()
/linux-4.1.27/arch/parisc/math-emu/
H A Ddriver.c78 instruction can be completed successfully. */
/linux-4.1.27/arch/avr32/include/asm/
H A Dcacheflush.h80 * Make sure any pending writes are completed before continuing.
/linux-4.1.27/fs/ext4/
H A Dpage-io.c160 * completed (happens from ext4_free_ioend()).
197 ext4_debug("Dump inode %lu completed io list\n", inode->i_ino); list_for_each_entry()
211 /* Add the io_end to per-inode completed end_io list. */ ext4_add_complete_io()
257 * work on completed IO, to convert unwritten extents to extents
/linux-4.1.27/kernel/locking/
H A Dmcs_spinlock.h37 * operations in the critical section has been completed before
/linux-4.1.27/net/atm/
H A Dlec_arpc.h87 * that the flush protocol has completed. In
/linux-4.1.27/net/wimax/
H A Dop-reset.c66 * This call blocks; on successful return, the device has completed the
/linux-4.1.27/security/apparmor/include/
H A Dapparmor.h62 /* Flag indicating whether initialization completed */
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c940 * Returns 1 if the request completed, 0 otherwise
944 int count, is_short, completed = 0; read_fifo() local
957 completed = 1; read_fifo()
962 return completed; read_fifo()
980 int count, is_short, is_last = 0, completed = 0, totcount = 0; write_fifo() local
1022 completed = 1; write_fifo()
1031 return completed; write_fifo()
1047 int count, is_short, completed = 0; read_ep0_fifo() local
1060 completed = 1; read_ep0_fifo()
1065 return completed; read_ep0_fifo()
1637 * pxa_udc_vbus_draw - Called by gadget driver after SET_CONFIGURATION completed
1986 int completed = 0; handle_ep0() local
2026 completed = write_ep0_fifo(ep, req); handle_ep0()
2027 if (completed) handle_ep0()
2032 completed = read_ep0_fifo(ep, req); handle_ep0()
2033 if (completed) handle_ep0()
2069 int completed; handle_ep() local
2081 completed = 0; handle_ep()
2101 completed = write_fifo(ep, req); handle_ep()
2104 completed = read_fifo(ep, req); handle_ep()
2107 if (completed) { handle_ep()
2113 } while (completed); handle_ep()
/linux-4.1.27/drivers/isdn/hisax/
H A Dhfc_usb.h21 #define HFCUSB_L1_DTX 4 /* D-frames completed */
113 {-EXDEV, "ISO transfer only partially completed"},
H A Dhfc4s8s_l1.c734 /* a B-frame has been received (perhaps not fully completed) */
889 /* a B-frame may be transmitted (or is not completed) */
1134 /* TX Fifo completed send */ hfc4s8s_bh()
1145 /* B1 TX Fifo has send completed */ hfc4s8s_bh()
1155 /* B2 TX Fifo has send completed */ hfc4s8s_bh()
/linux-4.1.27/drivers/net/wan/
H A Dhd64570.h173 #define DIR_EOTE 0x80 /* Transfer completed */
179 #define DSR_EOT 0x80 /* Transfer completed */
/linux-4.1.27/drivers/net/ethernet/xilinx/
H A Dll_temac.h312 * 3 completed Current descriptor completed
/linux-4.1.27/drivers/s390/char/
H A Ddiag_ftp.c30 #define DIAG_FTP_STAT_OK 0U /* request completed successfully */
181 pr_debug("completed DIAG X'2C4' after %lu ms\n", diag_ftp_cmd()
/linux-4.1.27/drivers/staging/sm750fb/
H A Dddk750_hwi2c.c67 /* Wait until the transfer is completed. */ hwI2CWaitTXDone()
128 /* Wait until the transfer is completed. */ hwI2CWriteData()
/linux-4.1.27/drivers/staging/unisys/include/
H A Duisutils.h52 #define CCF_ERROR 0 /* completed and failed */
53 #define CCF_OK 1 /* completed successfully */
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dp2p.h56 * @BRCMF_P2P_STATUS_IF_CHANGED: peer-to-peer vif change completed on dongle.
57 * @BRCMF_P2P_STATUS_ACTION_TX_COMPLETED: action frame tx completed.
/linux-4.1.27/drivers/gpu/host1x/hw/
H A Dcdma_hw.c268 /* has buffer actually completed? */ cdma_timeout_handler()
271 "cdma_timeout: expired, but buffer had completed\n"); cdma_timeout_handler()
/linux-4.1.27/drivers/vhost/
H A Dvringh.c414 used_idx = vrh->last_used_idx + vrh->completed; __vringh_complete()
444 vrh->completed += num_used; __vringh_complete()
484 if (unlikely(vrh->completed > 0xffff)) __vringh_need_notify()
488 vrh->last_used_idx + vrh->completed, __vringh_need_notify()
491 vrh->last_used_idx += vrh->completed; __vringh_need_notify()
492 vrh->completed = 0; __vringh_need_notify()
619 vrh->completed = 0; vringh_init_user()
880 vrh->completed = 0; vringh_init_kern()
/linux-4.1.27/net/sunrpc/
H A Dstats.c144 * @task: completed rpc_task
180 * @task: completed rpc_task
/linux-4.1.27/arch/m68k/fpsp040/
H A Dbugfix.S250 | was exceptional, and was completed by the appropriate handler.
275 | Check if the instruction which just completed was exceptional.
372 | was exceptional, and was completed by the appropriate handler.
401 | Check if the instruction which just completed was exceptional.
489 | bug #1238, or if the fix is completed, and exit.
/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c244 struct completion completed; member in struct:exynos_dsi_transfer
296 struct completion completed; member in struct:exynos_dsi
356 if (wait_for_completion_timeout(&dsi->completed, msecs_to_jiffies(300))) exynos_dsi_wait_for_reset()
364 reinit_completion(&dsi->completed); exynos_dsi_reset()
970 complete(&xfer->completed); exynos_dsi_transfer_start()
1023 complete(&xfer->completed); exynos_dsi_transfer_finish()
1061 init_completion(&xfer->completed); exynos_dsi_transfer()
1073 wait_for_completion_timeout(&xfer->completed, exynos_dsi_transfer()
1103 complete(&dsi->completed); exynos_dsi_irq()
1693 init_completion(&dsi->completed); exynos_dsi_probe()
/linux-4.1.27/drivers/crypto/
H A Dpicoxcell_crypto.c114 struct list_head completed; member in struct:spacc_engine
541 * be completed in hardware because the hardware may not support certain key
576 * and once the ciphering has completed, put the old transform spacc_aead_do_fallback()
989 * the ciphering has completed, put the old transform back into the spacc_ablk_do_fallback()
1146 list_move_tail(&req->list, &engine->completed); spacc_process_done()
1217 LIST_HEAD(completed); spacc_spacc_complete()
1221 list_splice_init(&engine->completed, &completed); spacc_spacc_complete()
1228 list_for_each_entry_safe(req, tmp, &completed, list) { spacc_spacc_complete()
1792 INIT_LIST_HEAD(&engine->completed); spacc_probe()
/linux-4.1.27/fs/
H A Daio.c161 * cancelled or completed (this makes a certain amount of sense because
932 unsigned events_in_ring, completed; refill_reqs_available() local
941 completed = ctx->completed_events; refill_reqs_available()
942 if (events_in_ring < completed) refill_reqs_available()
943 completed -= events_in_ring; refill_reqs_available()
945 completed = 0; refill_reqs_available()
947 if (!completed) refill_reqs_available()
950 ctx->completed_events -= completed; refill_reqs_available()
951 put_reqs_available(ctx, completed); refill_reqs_available()
1526 * an eventfd() fd, and will be signaled for each completed io_submit_one()
H A Ddirect-io.c213 * dio_complete() - called when all DIO BIO I/O has been completed
214 * @offset: the byte offset in the file of the completed operation
217 * has completed, and calculates the resulting return code for the operation.
231 * expecting to have the last io completed by bio completion. dio_complete()
319 * implement a singly-linked list of completed BIOs, at dio->bio_list.
336 * @bio: The direct io bio thats being completed
421 * returned once all BIOs have been completed. This must only be called once
456 * Process one completed BIO. No locks are held.
501 * to keep the memory consumption sane we periodically reap any completed BIOs
/linux-4.1.27/drivers/scsi/fnic/
H A Dfnic_scsi.c848 /* firmware completed the io */ fnic_fcpio_icmnd_cmpl_handler()
1214 case FCPIO_ICMND_CMPL: /* fw completed a command */ fnic_fcpio_cmpl_handler()
1215 case FCPIO_ITMF_CMPL: /* fw completed itmf (abort cmd, lun reset)*/ fnic_fcpio_cmpl_handler()
1216 case FCPIO_FLOGI_REG_CMPL: /* fw completed flogi_reg */ fnic_fcpio_cmpl_handler()
1217 case FCPIO_FLOGI_FIP_REG_CMPL: /* fw completed flogi_fip_reg */ fnic_fcpio_cmpl_handler()
1218 case FCPIO_RESET_CMPL: /* fw completed reset */ fnic_fcpio_cmpl_handler()
1230 case FCPIO_ICMND_CMPL: /* fw completed a command */ fnic_fcpio_cmpl_handler()
1234 case FCPIO_ITMF_CMPL: /* fw completed itmf (abort cmd, lun reset)*/ fnic_fcpio_cmpl_handler()
1238 case FCPIO_FLOGI_REG_CMPL: /* fw completed flogi_reg */ fnic_fcpio_cmpl_handler()
1239 case FCPIO_FLOGI_FIP_REG_CMPL: /* fw completed flogi_fip_reg */ fnic_fcpio_cmpl_handler()
1243 case FCPIO_RESET_CMPL: /* fw completed reset */ fnic_fcpio_cmpl_handler()
1791 * If the command is already completed by the fw cmpl code, fnic_abort_cmd()
1915 * firmware completed the abort, check the status, fnic_abort_cmd()
2001 * For each outstanding IO on this lun, whose abort is not completed by fw,
2069 * When IO is completed, the IO will be handed over and fnic_clean_pending_aborts()
2344 * If lun reset not completed, bail out with failed. io_req fnic_device_reset()
2405 "Device reset completed - failed\n"); fnic_device_reset()
2412 * completed. If any of these fail, then LUN reset fails. fnic_device_reset()
H A Dcq_exch_desc.h172 /* Cheat a little by assuming exchange_id is the same as completed cq_sgl_desc_dec()
/linux-4.1.27/fs/ntfs/
H A Dcompress.c140 * @xpage_done: set to 1 if xpage was completed successfully (IN/OUT)
153 * When the page @dest_pages[@xpage] is completed, @xpage_done is set to 1.
154 * If xpage is -1 or @xpage has not been completed, @xpage_done is not modified.
161 * completed during the decompression of the compression block (@cb_start).
225 /* Second stage: finalize completed pages. */ ntfs_decompress()
308 * completed pages. ntfs_decompress()
925 /* If we have completed the requested page, we return success. */ ntfs_read_compressed_block()
/linux-4.1.27/drivers/misc/genwqe/
H A Dcard_ddcb.c303 /* try to append via NEXT bit if prev DDCB is not completed */ enqueue_ddcb()
366 * genwqe_check_ddcb_queue() - Checks DDCB queue for completed work equests.
391 goto go_home; /* not completed, continue waiting */ genwqe_check_ddcb_queue()
404 * HSI=0x44 (fetched and completed), but RETC is genwqe_check_ddcb_queue()
467 * __genwqe_wait_ddcb(): Waits until DDCB is completed
474 * Return: > 0 remaining jiffies, DDCB completed
518 * meanwhile completed. __genwqe_wait_ddcb()
584 /* if it is not completed, we are not allowed to use it */ get_next_ddcb()
720 "[%s] err: DDCB#%d not purged and not completed after %d seconds QSTAT=%016llx!!\n", __genwqe_purge_ddcb()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A De1000_mac.c529 * has completed and/or if our link status has changed. The igb_check_for_copper_link()
570 /* Configure Flow Control now that Auto-Neg has completed. igb_check_for_copper_link()
848 * has completed, and if so, how the PHY and link partner has igb_config_fc_after_link_up()
853 * has completed. We read this twice because this reg has igb_config_fc_after_link_up()
866 hw_dbg("Copper PHY and Auto Neg has not completed.\n"); igb_config_fc_after_link_up()
870 /* The AutoNeg process has completed, so we now need to igb_config_fc_after_link_up()
1016 * has completed, and if so, how the PHY and link partner has igb_config_fc_after_link_up()
1022 * has completed. igb_config_fc_after_link_up()
1027 hw_dbg("PCS Auto Neg has not completed.\n"); igb_config_fc_after_link_up()
1031 /* The AutoNeg process has completed, so we now need to igb_config_fc_after_link_up()
1269 hw_dbg("Auto read by HW from NVM has not completed.\n"); igb_get_auto_rd_done()
1548 /* Poll the ready bit to see if the MDI read completed */ igb_write_8bit_ctrl_reg()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_disc.h211 #define NLP_STE_UNMAPPED_NODE 0x6 /* PRLI completed from NL_PORT */
252 * identically 0, then we are done. We have now completed discovery / RSCN
268 #define NLP_EVT_CMPL_REG_LOGIN 0xa /* REG_LOGIN mbox cmd completed */
/linux-4.1.27/drivers/crypto/caam/
H A Djr.c196 /* mark completed, avoid matching on a recycled desc addr */ caam_jr_dequeue()
212 * if this job completed out-of-order, do not increment caam_jr_dequeue()
214 * number of subsequent jobs already completed out-of-order caam_jr_dequeue()
/linux-4.1.27/block/
H A Dblk-flush.c20 * difference. The requests are either completed immediately if there's no
55 * Note that a sequenced FLUSH/FUA request with DATA is completed twice.
156 * @rq just completed @seq part of its flush sequence, record the
H A Dblk-iopoll.c142 * Disable io polling and wait for any pending callbacks to have completed.
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-eg20t.c146 * @pch_i2c_xfer_in_progress: specifies whether the transfer is completed
683 /* transfer not completed */ pch_i2c_xfer()
702 adap->pch_i2c_xfer_in_progress = false; /* transfer completed */ pch_i2c_xfer()
865 /* Wait until all channel transfers are completed */ pch_i2c_suspend()
/linux-4.1.27/drivers/message/fusion/lsi/
H A Dmpi_log_fc.h60 MPI_IOCLOGINFO_FC_TARGET_DINR_KILLED_BY_LIP = 0x21000008, /* Data In, No Response, not completed due to a LIP */
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_platform.c153 pr_debug("platform driver registration completed\n"); sxgbe_platform_probe()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Denum.h152 * @RESET_TYPE_TX_SKIP: hardware completed empty tx descriptors
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2x00dump.h45 * - All completed frames (txdone including atim)
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
H A Dtypes.h345 /** An incoming GET operation has completed on the MD. */
348 * An incoming PUT operation has completed on the MD. The
354 * A REPLY operation has completed. This event is logged after the
361 * An outgoing send (PUT or GET) operation has completed. This event
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
H A Devent.c40 wl1251_debug(DEBUG_MAC80211, "mac80211 hw scan completed"); wl1251_event_scan_complete()
/linux-4.1.27/drivers/phy/
H A Dphy-exynos4210-usb2.c201 * completed */ exynos4210_phy_pwr()
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_wc_x86_64.c143 * the order completed, and so no special flushing is required to get
/linux-4.1.27/drivers/dma/sh/
H A Dusb-dmac.c49 * @residue: residue after the DMAC completed a transfer
51 * @done_cookie: cookie after the DMAC completed a transfer
77 * @desc_freed: freed descriptors after the DMAC completed a transfer
238 * was completed. usb_dmac_chan_start_desc()
/linux-4.1.27/arch/sparc/kernel/
H A Dsun4m_smp.c47 * timeouts until our setup is completed fully (signified by sun4m_cpu_pre_online()
/linux-4.1.27/arch/tile/gxio/
H A Ddma_queue.c87 /* Read the 16-bit count of how many packets it has completed. */ __gxio_dma_queue_update_credits()
/linux-4.1.27/arch/tile/include/hv/
H A Dnetio_errors.h42 /** Operation successfully completed. */
/linux-4.1.27/drivers/char/ipmi/
H A Dipmi_si_sm.h101 * is successfully completed.
/linux-4.1.27/drivers/clk/samsung/
H A Dclk-exynos5410.c209 pr_debug("Exynos5410: clock setup completed.\n"); exynos5410_clk_init()
/linux-4.1.27/drivers/vfio/
H A Dvirqfd.c212 * Block until we know all outstanding shutdown jobs have completed. vfio_virqfd_disable()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Dhdmi_phy.c139 * Read address 0 in order to get the SCP reset done completed hdmi_phy_configure()
/linux-4.1.27/include/linux/mtd/
H A Dpfow.h70 * 0-prog in progress/completed,
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Dopal-hmi.c53 "An XSCOM operation completed", print_hmi_event_info()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dmpic_msgr.h45 * After this call has completed successully the message
/linux-4.1.27/arch/arm/mach-mmp/
H A Dpm-pxa910.c192 /*pmic thread not completed,exit;otherwise system can't be waked up*/ pxa910_pm_enter()
/linux-4.1.27/arch/arm/mach-mvebu/
H A Dpm.c47 * that all state saving has been completed. mvebu_pm_powerdown()
/linux-4.1.27/net/bridge/
H A Dbr.c40 /* register of bridge completed, add sysfs entries */ br_device_event()
/linux-4.1.27/net/rds/
H A Dib_ring.c153 * returns the number of completed work requests.
H A Diw_ring.c154 * returns the number of completed work requests.
/linux-4.1.27/drivers/misc/mic/host/
H A Dmic_debugfs.c319 seq_printf(s, " completed %d\n", vrh->completed); mic_vdev_info_show()
/linux-4.1.27/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h332 * asd_ascb_free -- free a single aSCB after is has completed
335 * This frees an aSCB after it has been executed/completed by
/linux-4.1.27/drivers/staging/fwserial/
H A Ddma_fifo.c247 * dma_fifo_out_complete - marks pended dma as completed
249 * @complete: address of structure for previously pended dma to mark completed
/linux-4.1.27/drivers/ps3/
H A Dps3stor_lib.c306 dev_dbg(&dev->sbd.core, "%s:%u: %s completed\n", __func__, __LINE__, ps3stor_read_write_sectors()
352 dev_dbg(&dev->sbd.core, "%s:%u: command 0x%llx completed\n", __func__, ps3stor_send_command()
/linux-4.1.27/drivers/target/
H A Dtarget_core_tmr.c320 * completed with TASK ABORTED status, if the TAS bit is set to one in core_tmr_drain_state_list()
416 * which the command was received shall be completed with TASK ABORTED core_tmr_lun_reset()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_frontbuffer.c167 * completed and frontbuffer caching can be started again. Flushes will get
195 * completed and frontbuffer caching can be started again. If @retire is true
/linux-4.1.27/drivers/firewire/
H A Dcore-iso.c147 size_t fw_iso_buffer_lookup(struct fw_iso_buffer *buffer, dma_addr_t completed) fw_iso_buffer_lookup() argument
155 offset = (ssize_t)completed - (ssize_t)address; fw_iso_buffer_lookup()
/linux-4.1.27/arch/x86/crypto/sha-mb/
H A Dsha1_mb_mgr_flush_avx2.S208 # process completed job "idx"
276 # process completed job "idx"
/linux-4.1.27/crypto/async_tx/
H A Dasync_xor.c100 /* drop completed sources */ do_async_xor()
143 /* drop completed sources */ do_sync_xor()
/linux-4.1.27/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.c43 "command completed cmd_sts:%x\n", cmd_status); bdc_issue_cmd()
76 dev_dbg(bdc->dev, "command completed successfully\n"); bdc_submit_cmd()
/linux-4.1.27/arch/ia64/kernel/
H A Dsal.c49 case 0: str = "Call completed without error"; break; ia64_sal_strerror()
54 case -3: str = "Call completed with error"; break; ia64_sal_strerror()
/linux-4.1.27/drivers/scsi/esas2r/
H A Desas2r_flash.c338 * If an upload just completed and the compare length is non-zero, fw_download_proc()
416 * completed fw_download_proc()
451 * completed fw_download_proc()
487 * completed fw_download_proc()
521 * completed fw_download_proc()
826 /* Fill in the FS IOCTL response data from a completed request. */ esas2r_complete_fs_ioctl()
/linux-4.1.27/sound/pci/ca0106/
H A Dca0106.h93 #define IPR_SPI 0x00000800 /* SPI transaction completed */
94 #define IPR_I2C_EEPROM 0x00000400 /* I2C EEPROM transaction completed */
95 #define IPR_I2C_DAC 0x00000200 /* I2C DAC transaction completed */
113 #define INTE_SPI 0x00000800 /* SPI transaction completed */
114 #define INTE_I2C_EEPROM 0x00000400 /* I2C EEPROM transaction completed */
115 #define INTE_I2C_DAC 0x00000200 /* I2C DAC transaction completed */
/linux-4.1.27/ipc/
H A Dsem.c63 * wake-up due to a completed semaphore operation is achieved by using an
266 * Wait until all currently ongoing simple ops have completed.
323 * and first wait that the running simple ops have completed. sem_lock()
466 * * if it's not -EINTR, then the operation was completed by
740 * @q: the operation that just completed
784 * The function returns 1 if at least one operation was completed successfully.
809 /* operation completed, remove from queue & wakeup */ wake_const_ops()
830 * The function returns 1 if at least one operation was completed successfully.
873 * update_queue - look for tasks that can be completed.
886 * The function return 1 if at least one semop was completed successfully.
/linux-4.1.27/drivers/isdn/gigaset/
H A Dbas-gigaset.c849 * urb USB request block of completed request
914 * urb USB request block of completed request
1153 * has completed
1172 /* loop while completed URBs arrive in time */ write_iso_tasklet()
1179 /* retrieve completed URBs */ write_iso_tasklet()
1218 /* process completed URB */ write_iso_tasklet()
1223 gig_dbg(DEBUG_ISO, "%s: URB partially completed", write_iso_tasklet()
1296 * has completed
1312 /* loop while more completed URBs arrive in the meantime */ read_iso_tasklet()
1345 gig_dbg(DEBUG_ISO, "%s: URB partially completed", read_iso_tasklet()
1512 * urb USB request block of completed request
1747 /* unqueue completed buffer */ complete_cb()
1771 * urb USB request block of completed request

Completed in 5231 milliseconds

12345678