/linux-4.1.27/drivers/thunderbolt/ |
H A D | nhi.h | 50 typedef void (*ring_cb)(struct tb_ring*, struct ring_frame*, bool canceled); 85 * will be called with canceled set to true. 104 * will be called with canceled set to true.
|
H A D | nhi.c | 158 * If the ring is shutting down then all frames are marked as canceled and 168 bool canceled = false; ring_work() local 173 /* Move all frames to done and mark them as canceled. */ ring_work() 176 canceled = true; ring_work() 223 frame->callback(ring, frame, canceled); ring_work() 352 * All enqueued frames will be canceled and their callbacks will be executed 353 * with frame->canceled set to true (on the callback thread). This method
|
H A D | ctl.c | 323 bool canceled) tb_ctl_tx_callback() 398 bool canceled) tb_ctl_rx_callback() 402 if (canceled) tb_ctl_rx_callback() 322 tb_ctl_tx_callback(struct tb_ring *ring, struct ring_frame *frame, bool canceled) tb_ctl_tx_callback() argument 397 tb_ctl_rx_callback(struct tb_ring *ring, struct ring_frame *frame, bool canceled) tb_ctl_rx_callback() argument
|
/linux-4.1.27/include/trace/events/ |
H A D | timer.h | 114 * timer_cancel - called when the timer is canceled 250 * hrtimer_cancel - called when the hrtimer is canceled 261 * itimer_state - called when itimer is started or canceled 263 * @value: the itimers value, itimer is canceled if value->it_value is
|
H A D | rcu.h | 405 * "Cleanup after idle": Idle exited, timer canceled.
|
/linux-4.1.27/drivers/char/tpm/st33zp24/ |
H A D | st33zp24.c | 242 * @param: check_cancel, does the command expected to be canceled ? 243 * @param: canceled, did we received a cancel request ? 244 * @return: true if status == mask or if the command is canceled. 248 bool check_cancel, bool *canceled) wait_for_tpm_stat_cond() 252 *canceled = false; wait_for_tpm_stat_cond() 256 *canceled = true; wait_for_tpm_stat_cond() 276 bool canceled = false; wait_for_stat() local 309 check_cancel, &canceled); wait_for_stat() 311 if (canceled) wait_for_stat() 247 wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, bool check_cancel, bool *canceled) wait_for_tpm_stat_cond() argument
|
/linux-4.1.27/include/uapi/linux/ |
H A D | dlm.h | 54 * -ETIMEDOUT if the lock request was canceled due to a timeout
|
H A D | btrfs.h | 84 * result of a finished scrub, a canceled scrub or a progress inquiry
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
H A D | lovsub_lock.c | 296 * Here lies a problem: a sub-lock is canceled while top-lock lovsub_lock_delete_one() 317 * if a sub-lock is canceled move its top-lock into CLS_NEW lovsub_lock_delete_one() 327 * if last sub-lock is canceled, destroy the top-lock (which lovsub_lock_delete_one() 345 * the lock may be canceled and deleted by voluntarily: lovsub_lock_delete_one() 393 * canceled proactively, and this requires to release sub-lock lovsub_lock_delete()
|
H A D | lov_cl_internal.h | 84 * when the latter is destroyed. When a sub-lock is canceled, a 316 * Set when sub-lock was canceled, while top-lock was being 325 * - sub-locks are concurrently canceled, and 344 * state), or it was created, then canceled, then destroyed
|
H A D | lov_lock.c | 574 * Sub-lock might have been canceled, while top-lock was lov_lock_enqueue() 811 * Sub-lock might have been canceled, while top-lock was lov_lock_use() 829 /* Sub-lock might have been canceled, while lov_lock_use()
|
/linux-4.1.27/arch/x86/include/asm/uv/ |
H A D | uv_bau.h | 278 unsigned int canceled:1; /* message canceled, resource member in struct:uv1_bau_msg_header 347 unsigned int canceled:1; /* message canceled, resource member in struct:uv2_3_bau_msg_header 450 unsigned short canceled:1; /* sent as 0 by the source */ member in struct:bau_pq_entry 549 unsigned long d_canceled; /* number of messages canceled 555 unsigned long d_rcanceled; /* number of messages canceled
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
H A D | odm_debug.h | 47 /* For example, IRP/Packet/OID canceled, device suprisely unremoved and so on. */
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
H A D | odm_debug.h | 46 /* For example, IRP/Packet/OID canceled, device suprisely unremoved and so on. */
|
/linux-4.1.27/arch/ia64/mm/ |
H A D | fault.c | 243 * NaT for ld.s, lfetch will be canceled.) ia64_do_page_fault() 266 * NaT for ld.s, lfetch will be canceled.) ia64_do_page_fault()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
H A D | ldlm_pool.c | 55 * CLV > SLV - lock is canceled. 59 * more locks will be canceled on client. Default value for it is 1. Setting LVF 62 * Locks on a client will be canceled more intensively in these cases: 65 * chances that some of them should be canceled); 71 * as particles are locks, they should be canceled. 87 * pl_cancel_rate - Number of canceled locks for last T (calculated); 388 * Client already canceled locks but server is already in shrinker ldlm_srv_pool_shrink() 619 * freeable locks. Otherwise, return the number of canceled locks. 926 * potentially may be canceled has already been packed into ldlm_pool_add()
|
H A D | ldlm_resource.c | 211 int canceled, unused = ns->ns_nr_unused; lprocfs_lru_size_seq_write() local 214 canceled = ldlm_cancel_lru(ns, unused, 0, lprocfs_lru_size_seq_write() 216 if (canceled < unused) { lprocfs_lru_size_seq_write() 218 "not all requested locks are canceled, requested: %d, canceled: %d\n", lprocfs_lru_size_seq_write() 220 canceled); lprocfs_lru_size_seq_write()
|
H A D | ldlm_request.c | 74 /* in client side, whether the cached locks will be canceled before replay */ 1438 * scan \a added and number of locks to be preferably canceled \a count. 1477 * added and number of locks to be preferably canceled \a count. 1497 * number of locks to be preferably canceled \a count. 1518 * number of locks to be preferably canceled \a count. 1563 * redundant unused locks are canceled locally; 2157 /* Bug 11974: Do not replay a lock which is actively being canceled */ replay_one_lock() 2159 LDLM_DEBUG(lock, "Not replaying canceled lock:"); replay_one_lock() 2243 int canceled; ldlm_cancel_unused_locks_for_replay() local 2252 canceled = ldlm_cancel_lru_local(ns, &cancels, ns->ns_nr_unused, 0, ldlm_cancel_unused_locks_for_replay() 2256 canceled, ldlm_ns_name(ns)); ldlm_cancel_unused_locks_for_replay()
|
H A D | ldlm_lock.c | 722 * \retval -EAGAIN lock is being canceled. 1097 * canceled when their users drop, but we allow it to match list_for_each() 1213 * to be canceled can still be matched as long as they still have reader
|
H A D | ldlm_lockd.c | 838 * canceled locally yet. */ ldlm_bl_thread_main()
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_req.h | 70 * Sending may be canceled due to network connection loss. 165 * 01000: canceled or send failed... 169 /* if "SENT" is not set, yet, this can still fail or be canceled.
|
H A D | drbd_receiver.c | 4733 * to be "canceled" */ drbd_disconnected()
|
/linux-4.1.27/drivers/oprofile/ |
H A D | event_buffer.c | 48 * canceled or flushed before the event buffer is freed. add_event_entry()
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
H A D | errno.h | 106 #define ECANCELED 158 /* AIO operation canceled */
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 116 #define ECANCELLED 253 /* aio request was canceled before complete (POSIX.4 / HPUX) */
|
/linux-4.1.27/kernel/time/ |
H A D | alarmtimer.c | 365 * @alarm: ptr to alarm to be canceled 367 * Returns 1 if the timer was canceled, 0 if it was not running, 388 * @alarm: ptr to alarm to be canceled 390 * Returns 1 if the timer was canceled, 0 if it was not active.
|
/linux-4.1.27/drivers/char/tpm/ |
H A D | tpm-interface.c | 821 bool check_cancel, bool *canceled) wait_for_tpm_stat_cond() 825 *canceled = false; wait_for_tpm_stat_cond() 829 *canceled = true; wait_for_tpm_stat_cond() 841 bool canceled = false; wait_for_tpm_stat() local 857 &canceled), wait_for_tpm_stat() 860 if (canceled) wait_for_tpm_stat() 820 wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, bool check_cancel, bool *canceled) wait_for_tpm_stat_cond() argument
|
H A D | xen-tpmfront.c | 49 case VTPM_STATE_CANCEL: /* cancel requested, not yet canceled */ vtpm_status()
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | sa_query.c | 488 * query is canceled and will complete with a status of -EINTR. 703 * canceled 710 * is canceled, -ETIMEDOUT is the query timed out, or -EIO if an error 819 * canceled 827 * is canceled, -ETIMEDOUT is the query timed out, or -EIO if an error
|
H A D | mad.c | 1849 /* Verify request has not been canceled */ ib_find_send_mad()
|
/linux-4.1.27/arch/x86/platform/uv/ |
H A D | tlb_uv.c | 101 "canc: number messages canceled by retries", 104 "rcan: number messages canceled by reset requests", 202 if (!msg->canceled && do_acknowledge) { reply_to_message() 235 if ((msg2->replied_to == 0) && (msg2->canceled == 0) && bau_process_retry_msg() 254 msg2->canceled = 1; bau_process_retry_msg() 378 (msg->canceled == 0) && do_reset() 387 msg->canceled = 1; do_reset() 1168 if ((msg_next->canceled == 0) && (msg_next->replied_to == 0) && find_another_by_swack()
|
/linux-4.1.27/sound/pci/mixart/ |
H A D | mixart_core.c | 46 #define MSG_CANCEL_NOTIFY_MASK 0x80000000 /* this bit is set for a notification that has been canceled */ 541 "canceled notification %x !\n", msg); snd_mixart_threaded_irq()
|
/linux-4.1.27/drivers/isdn/hisax/ |
H A D | hfc_usb.h | 112 {-ENOENT, "URB was canceled by unlink_urb"},
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
H A D | debug.h | 43 *For example, Packet/IO Ctl canceled,
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | u_fs.h | 143 * some other event was introduced which canceled existing
|
H A D | f_fs.c | 263 /* Fast check if setup was canceled */ ffs_ep0_write() 439 /* Fast check if setup was canceled */ ffs_ep0_read()
|
/linux-4.1.27/fs/notify/fanotify/ |
H A D | fanotify.c | 75 * Event was canceled because group is being destroyed. Remove fanotify_get_response()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
H A D | tcp_internal.h | 119 /* this is queued as nodes come up and is canceled when a connection is
|
H A D | tcp.c | 707 * and pending transmits will be canceled.
|
/linux-4.1.27/include/rdma/ |
H A D | ib_addr.h | 96 * or been canceled. A status of 0 indicates success.
|
/linux-4.1.27/arch/s390/kvm/ |
H A D | diag.c | 124 * canceled SC24-6084 requests to return decimal 4. __diag_page_ref_service()
|
/linux-4.1.27/fs/gfs2/ |
H A D | glock.h | 99 * The lock request was canceled.
|
/linux-4.1.27/tools/testing/selftests/memfd/ |
H A D | fuse_test.c | 287 * then the kernel did a page-replacement or canceled the read() (or main()
|
/linux-4.1.27/drivers/mtd/ubi/ |
H A D | ubi.h | 122 * MOVE_CANCEL_RACE: canceled because the volume is being deleted, the source 124 * MOVE_SOURCE_RD_ERR: canceled because there was a read error from the source 126 * MOVE_TARGET_RD_ERR: canceled because there was a read error from the target 128 * MOVE_TARGET_WR_ERR: canceled because there was a write error to the target 130 * MOVE_TARGET_BITFLIPS: canceled because a bit-flip was detected in the
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
H A D | osc_lock.c | 647 * Lock might have been canceled while this thread was osc_dlm_blocking_ast0() 654 * too, and they have to be canceled otherwise osc_dlm_blocking_ast0() 692 * some other lock, or is canceled. This function is installed as a 715 * enqueing. Lock is canceled. 1286 * called (as part of cl_lock_cancel()) when lock is canceled either voluntary
|
H A D | osc_cl_internal.h | 394 * prevent it from being canceled during recovery. 639 /** covering lock is being canceled */
|
H A D | osc_request.c | 3124 * Determine whether the lock can be canceled before replaying the lock 3127 * \retval zero the lock can't be canceled
|
H A D | osc_cache.c | 1433 * Free grant after IO is finished or canceled.
|
/linux-4.1.27/drivers/base/power/ |
H A D | runtime.c | 326 /* Pending requests need to be canceled. */ rpm_idle() 442 /* Pending requests need to be canceled. */ 462 /* Other scheduled or pending requests need to be canceled. */ 615 * Other scheduled or pending requests need to be canceled. Small 854 /* Other scheduled or pending requests need to be canceled. */ pm_schedule_suspend()
|
H A D | wakeup.c | 588 * in @data if it is currently active and its timer has not been canceled and
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | cl_lock.c | 1013 state == CLS_NEW || /* sub-lock canceled */ cl_lock_state_set() 1206 * \retval 0 conflicting lock has been canceled. 1355 * canceled while unlocking was in progress. cl_unuse_try() 1369 * its sublocks may not be canceled. This causes some dirty cl_unuse_try() 1820 * This check is racy as the lock can be canceled right cl_lock_at_pgoff() 1872 * is safe because if tmp lock is canceled, it will check_and_discard_cb()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | lustre_dlm_flags.h | 285 * has canceled this lock and is waiting for rpc_lock which is taken by 305 * Don't put lock into the LRU list, so that it is not canceled due
|
H A D | cl_object.h | 59 * canceled. cl_io has sub-ios that can be stopped and resumed 942 * being canceled, or scheduled for cancellation as soon as the last 1221 * User is used to assure that lock is not canceled or destroyed while 1274 * canceled and destroyed. In that case top-lock has to be enqueued again 1376 * canceled | | | 1569 * communication, except when lock is being canceled. 1589 * canceled and destroyed. Protected by cl_lock::cll_guard. 1960 * to write dirty pages from under the lock being canceled back
|
/linux-4.1.27/fs/btrfs/ |
H A D | dev-replace.c | 473 /* was the operation canceled, or is it finished? */ btrfs_dev_replace_finishing() 859 * dev_replace procedure. It needs to be canceled btrfs_dev_replace_is_ongoing()
|
H A D | super.c | 122 * canceled here although there is no way to update btrfs_handle_error()
|
H A D | scrub.c | 3112 * canceled? scrub_stripe()
|
/linux-4.1.27/drivers/staging/fwserial/ |
H A D | fwserial.h | 66 * Note: pending work is canceled prior to removal, so this
|
/linux-4.1.27/drivers/s390/char/ |
H A D | tape.h | 117 TAPE_REQUEST_CANCEL, /* request should be canceled. */
|
H A D | tape_core.c | 1190 * Request that were canceled still come back with an interrupt. __tape_do_irq()
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | cpufreq_governor.c | 185 * those works are canceled during CPU_DOWN_PREPARE so they gov_queue_work()
|
/linux-4.1.27/drivers/usb/core/ |
H A D | urb.c | 284 * queued, the endpoint's bandwidth reservation is canceled. This means 554 * per submission, and may be canceled only once per submission. 557 * indicating that the request has been canceled (rather than any other
|
H A D | message.c | 351 * complete (or to be canceled) and then cleans up all resources allocated by 354 * The request may be canceled with usb_sg_cancel(), either before or after
|
H A D | devio.c | 595 /* NOTE: this relies on usbcore having canceled and completed driver_disconnect()
|
H A D | hub.c | 591 * the new work is called or when it is canceled. kick_hub_wq()
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.h | 131 {-ENOENT, "URB was canceled by unlink_urb"},
|
/linux-4.1.27/drivers/misc/mei/ |
H A D | amthif.c | 593 dev_dbg(dev->dev, "amthif canceled iamthif state %d\n", mei_amthif_release()
|
H A D | mei_dev.h | 492 * @iamthif_canceled : current amthif command is canceled
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
H A D | time-event.h | 150 * citizenship. If it is not needed any more it should be canceled because
|
H A D | tdls.c | 654 * If we're currently in a switch because of the now canceled peer, iwl_mvm_tdls_cancel_channel_switch()
|
H A D | time-event.c | 124 * event finishes or is canceled, so that frames queued for it iwl_mvm_roc_done_wk()
|
H A D | sta.c | 519 * This shouldn't happen - the TDLS channel switch should be canceled iwl_mvm_rm_sta()
|
/linux-4.1.27/drivers/staging/speakup/ |
H A D | i18n.c | 41 [MSG_GOTO_CANCELED] = "goto canceled",
|
/linux-4.1.27/drivers/target/ |
H A D | target_core_rd.c | 281 * PGSZ canceled each other. rd_build_prot_space()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | llite_capa.c | 533 "renewal canceled because object removed"); ll_update_capa()
|
/linux-4.1.27/drivers/pci/hotplug/ |
H A D | pciehp_ctrl.c | 405 ctrl_info(ctrl, "PCI slot #%s - action canceled due to button press\n", handle_button_press_event()
|
H A D | cpqphp.h | 402 #define msg_button_cancel "PCI slot #%d - action canceled due to button press.\n"
|
H A D | shpchp_ctrl.c | 523 ctrl_info(ctrl, "PCI slot #%s - action canceled due to button press\n", handle_button_press_event()
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
H A D | scan.c | 185 "[SCAN] Scan canceled.\n"); cw1200_scan_work()
|
/linux-4.1.27/fs/dlm/ |
H A D | plock.c | 187 /* Returns failure iff a successful lock operation should be canceled */ dlm_plock_callback()
|
H A D | lowcomms.c | 1651 log_print("canceled swork for node %d", nodeid); dlm_lowcomms_close() 1653 log_print("canceled rwork for node %d", nodeid); dlm_lowcomms_close()
|
H A D | lock.c | 2408 * and/or canceled. _can_be_granted() 2433 * granted and/or canceled, and it is compatible with the granted mode _can_be_granted() 2786 a NOQUEUE, or has been canceled/unlocked); make a waiting confirm_master() 3196 /* returns: 0 did nothing, -DLM_ECANCEL canceled lock */
|
/linux-4.1.27/drivers/xen/ |
H A D | balloon.c | 78 * BP_ECANCELED: error, balloon operation canceled.
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | tsc2005.c | 504 * is not needed, it will be canceled by disable. tsc2005_esd_work()
|
/linux-4.1.27/drivers/net/wireless/p54/ |
H A D | main.c | 270 * canceled by the driver before attempting a mode transition. p54_remove_interface()
|
/linux-4.1.27/drivers/s390/block/ |
H A D | dcssblk.c | 463 "has been canceled\n", dcssblk_save_store()
|
/linux-4.1.27/drivers/dma/ |
H A D | timb_dma.c | 238 /* can happen if the descriptor is canceled */ __td_finish()
|
/linux-4.1.27/drivers/block/rsxx/ |
H A D | cregs.c | 152 * was not canceled, and expired after the new command was pushed, creg_kick_queue()
|
/linux-4.1.27/sound/ppc/ |
H A D | snd_ps3_reg.h | 125 transfers. Any interrupts associated with the canceled transfers
|
/linux-4.1.27/include/linux/usb/ |
H A D | gadget.h | 289 * including being canceled by usb_ep_dequeue(), the request's completion 346 * @req:the request being canceled
|
/linux-4.1.27/drivers/scsi/libfc/ |
H A D | fc_exch.c | 336 * @ep: The exchange whose timer to be canceled 341 FC_EXCH_DBG(ep, "Exchange timer canceled\n"); fc_exch_timer_cancel() 1650 FC_EXCH_DBG(ep, "Exchange timer canceled due to ABTS response\n"); fc_exch_abts_resp()
|
H A D | fc_fcp.c | 998 * @fsp: The FCP packet whose exchanges should be canceled 1014 * @lport: The local port whose exchanges should be canceled
|
/linux-4.1.27/kernel/ |
H A D | workqueue.c | 617 * queued anywhere after initialization until it is sync canceled. pwq is 621 * canceled. While being canceled, a work item may have its PENDING set 2389 * Currently, a queued barrier can't be canceled. This is because 2824 * return -ENOENT as @work is still being canceled and the __cancel_work_timer() 2919 * Return: %true if @dwork was pending and canceled; %false if it wasn't
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
H A D | mdc_request.c | 2370 * Determine whether the lock can be canceled before replaying it during 2371 * recovery, non zero value will be return if the lock can be canceled,
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-i801.c | 489 * FAILED - transaction was canceled due to a KILL request
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | hif_usb.c | 450 /* The pending URBs have to be canceled. */ hif_usb_stop()
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
H A D | conrpc.c | 371 /* treat short timeout as canceled */ lstcon_rpc_trans_postwait()
|
/linux-4.1.27/drivers/nfc/ |
H A D | port100.c | 607 "The urb has been canceled (status %d)\n", urb->status); port100_recv_response()
|
H A D | pn533.c | 719 "The urb has been canceled (status %d)\n", pn533_recv_response()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
H A D | mcg.c | 432 * timout work is canceled sync */ release_group()
|
/linux-4.1.27/include/media/ |
H A D | videobuf2-core.h | 279 * when the queue has been canceled and all pending
|
/linux-4.1.27/include/scsi/ |
H A D | libfc.h | 497 * timer_msec argument is specified. The timer is canceled when
|
/linux-4.1.27/mm/ |
H A D | truncate.c | 116 * the VM has canceled the dirty bit (eg ext3 journaling). truncate_complete_page()
|
/linux-4.1.27/net/rds/ |
H A D | iw_send.c | 275 * RDMA will be canceled with ERR_WFLUSH, and the application rds_iw_send_cq_comp_handler()
|
H A D | rds.h | 256 * messages that are canceled while being sent rely on this.
|
/linux-4.1.27/include/linux/ |
H A D | fscache.h | 639 * @pages: The netfs pages that we canceled write on in readpages()
|
H A D | usb.h | 1337 * are submitted using usb_submit_urb(), and pending requests may be canceled
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_main.c | 3289 pr_info("memory offlining canceled"); ehea_mem_notifier() 3290 /* Fall through: re-add canceled memory block */ ehea_mem_notifier()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 1665 /* walk through queue and mark each one canceled */ list_for_each_entry_safe()
|
H A D | wmi.h | 920 * Scan complete event with canceled status will be generated when
|
H A D | htc_mbox.c | 2348 /* walk through queue and mark each one canceled */ list_for_each_entry_safe()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
H A D | cmdevt.c | 784 dev_err(adapter->dev, "CMD_RESP: %#x been canceled\n", mwifiex_process_cmdresp()
|
/linux-4.1.27/drivers/input/keyboard/ |
H A D | atkbd.c | 907 * rescheduling itself until it gets canceled and will not try atkbd_disconnect()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | ehci-q.c | 423 * for its urb faulted, or its urb was canceled. qh_completions()
|
H A D | xhci.c | 1514 * The TRBs that make up the buffers for the canceled URB will be "removed" from 1518 * 1) If the HC is in the middle of processing the URB to be canceled, we 1582 "Ep 0x%x: URB %p to be canceled on " xhci_urb_dequeue()
|
H A D | oxu210hp-hcd.c | 950 case -ECONNRESET: /* canceled */ 1074 * its urb was canceled. we may patch qh or qtds. qh_completions()
|
H A D | xhci.h | 1533 * putting the TD on the canceled list, etc.
|
H A D | xhci-ring.c | 675 "Removing canceled TD starting at 0x%llx (dma).", xhci_handle_cmd_stop_ep()
|
H A D | fotg210-hcd.c | 2489 * for its urb faulted, or its urb was canceled. qh_completions()
|
H A D | fusbh200-hcd.c | 2439 * for its urb faulted, or its urb was canceled. qh_completions()
|
/linux-4.1.27/net/sunrpc/ |
H A D | svc_xprt.c | 1087 dprintk("revisit canceled\n"); svc_revisit()
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
H A D | sh_mobile_ceu_camera.c | 632 /* make sure active buffer is canceled */ sh_mobile_ceu_clock_stop()
|
/linux-4.1.27/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 1640 * already been canceled by the USB core. There is no need to kill the
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
H A D | hash.c | 1114 /* rehash should be done/canceled */ cfs_hash_destroy()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | d11.h | 500 /* beacon canceled (IBSS) */
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
H A D | gr_udc.c | 438 * transfer to be canceled and clears GR_DMACTRL_DA.
|
/linux-4.1.27/fs/ubifs/ |
H A D | super.c | 1816 /* Make sure write-buffer timers are canceled */ ubifs_put_super()
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_bmap_util.c | 124 * higher level. The EFI will be canceled when xfs_bmap_finish()
|
H A D | xfs_log_recover.c | 67 * have been canceled and should not be replayed.
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 972 brcmf_dbg(INFO, "system busy : escan canceled\n"); brcmf_run_escan() 1102 brcmf_dbg(INFO, "BUSY: scan for \"%s\" canceled\n", brcmf_cfg80211_escan()
|
/linux-4.1.27/arch/tile/include/hv/ |
H A D | hypervisor.h | 1773 * the interrupt has been canceled; however, it is possible for the interrupt 1777 * @return Zero if the poll was successfully canceled; otherwise, a negative
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_nportdisc.c | 462 * is not canceled here, the plogi will be rejected by lpfc_rcv_plogi()
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | mac80211_hwsim.c | 2042 wiphy_debug(hw->wiphy, "hwsim ROC canceled\n"); mac80211_hwsim_croc()
|
/linux-4.1.27/drivers/usb/misc/ |
H A D | usbtest.c | 225 * These just package urbs as requests that can be easily canceled.
|
/linux-4.1.27/drivers/video/console/ |
H A D | fbcon.c | 3565 DPRINTK("fbcon: %s pending work\n", (pending ? "canceled" : fbcon_exit()
|
/linux-4.1.27/fs/quota/ |
H A D | dquot.c | 876 * already finished or it will be canceled due to dq_count > 1 test */ dqget()
|
/linux-4.1.27/net/ceph/ |
H A D | osd_client.c | 2519 dout("%s %p tid %llu canceled\n", __func__, req, req->r_tid); ceph_osdc_cancel_request()
|
/linux-4.1.27/net/mac80211/ |
H A D | cfg.c | 2654 /* ok, it was started & we canceled timer */ ieee80211_start_roc_work()
|
/linux-4.1.27/drivers/scsi/ |
H A D | ncr53c8xx.c | 1525 ** jump to SELECT. Jump to CANCEL if CCB is to be canceled. 2843 ** This entry has been canceled.
|
/linux-4.1.27/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.c | 121 * @CVMX_USB_COMPLETE_CANCEL: The transaction was canceled while in flight
|
/linux-4.1.27/fs/ocfs2/ |
H A D | dlmglue.c | 3473 * from NL and got canceled. The code comes back here, and now ocfs2_unblock_lock()
|
/linux-4.1.27/fs/cifs/ |
H A D | connect.c | 4110 * umounts. Because this function is non-reentrant and is canceled cifs_prune_tlinks()
|
/linux-4.1.27/net/batman-adv/ |
H A D | translation-table.c | 636 "Roaming canceled");
|
/linux-4.1.27/net/bluetooth/ |
H A D | hci_core.c | 2927 * has been canceled, and we need to queue it again after proper le_scan_restart_work_complete()
|
/linux-4.1.27/fs/nfs/ |
H A D | nfs4proc.c | 5510 * canceled lock is passed in, and it won't be an unlock. nfs4_do_unlck()
|