/linux-4.4.14/Documentation/filesystems/ |
H A D | dnotify_test.c | 28 /* we will now be notified if any of the files main()
|
/linux-4.4.14/include/linux/ |
H A D | kvm_irqfd.h | 25 * interrupt is de-asserted and userspace is notified through the 58 /* Eventfd notified on resample (resampler-only) */
|
H A D | extcon.h | 216 * Following APIs are for notifiees (those who want to be notified) 218 * Notifiees are the connected device drivers wanting to get notified by 229 * Registrar gets notified for every external port of a connection device. 232 * want to be notified by a specific external port of the notifier.
|
H A D | cpu_pm.h | 42 * after all the CPUs in the power domain have been notified of the low power
|
H A D | ntb.h | 348 * The client will be notified of any ntb devices that are not already 365 * be notified to remove those devices. 378 * interested in ntb devices, each client will be notified of the ntb device, 390 * is associated with a client, the client will be notified to remove the
|
H A D | tty_driver.h | 119 * This routine allows the tty driver to be notified when 127 * This routine allows the tty driver to be notified when the
|
H A D | devfreq.h | 105 * only with update_devfreq() notified by OPP.
|
H A D | ti_wilink_st.h | 138 * @ll_state: the various PM states the chip can be, the states are notified
|
H A D | device.h | 168 * Bus notifiers: Get notified of addition/removal of devices
|
/linux-4.4.14/net/atm/ |
H A D | lec_arpc.h | 80 * The LEC has been notified of the FLUSH_START 86 * elapsed or the LEC has notified the Mapping
|
/linux-4.4.14/drivers/acpi/ |
H A D | hed.c | 8 * notified via SCI, mainly the corrected errors.
|
H A D | dock.c | 436 * If we are notified to dock, then check to see if the dock is
|
H A D | processor_perflib.c | 482 * was already notified. This avoids double notification acpi_processor_notify_smm()
|
H A D | ec.c | 84 * necessary if the host is notified via another IRQ.
|
/linux-4.4.14/arch/x86/xen/ |
H A D | suspend.c | 87 /* Boot processor notified via generic timekeeping_resume() */ xen_vcpu_notify_restore()
|
/linux-4.4.14/include/uapi/linux/ |
H A D | fcntl.h | 20 * See below for events that may be notified.
|
/linux-4.4.14/arch/ia64/include/asm/sn/ |
H A D | sn_feature_sets.h | 41 * During boot, PROM is notified of these features via a series of calls:
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | bL_switcher.h | 29 * Register here to be notified about runtime enabling/disabling of
|
/linux-4.4.14/sound/aoa/ |
H A D | aoa-gpio.h | 46 /* use this to be notified of any events. The notification
|
/linux-4.4.14/arch/powerpc/platforms/85xx/ |
H A D | smp.c | 379 bool notified = false; mpc85xx_smp_kexec_cpu_down() local 408 if (!notified && now - start > 1000000) { mpc85xx_smp_kexec_cpu_down() 413 notified = true; mpc85xx_smp_kexec_cpu_down() 417 if (notified) { mpc85xx_smp_kexec_cpu_down()
|
/linux-4.4.14/kernel/ |
H A D | cpu_pm.c | 42 * Add a driver to a list of drivers that are notified about 108 * PM entry who are notified earlier to prepare for it. cpu_pm_enter() 167 * PM entry who are notified earlier to prepare for it. cpu_cluster_pm_enter()
|
H A D | kprobes.c | 1710 .priority = 0x7fffffff /* we need to be notified first */ 2099 * When MODULE_STATE_GOING was notified, both of module .text and kprobes_module_callback() 2101 * notified, only .init.text section would be freed. We need to kprobes_module_callback()
|
H A D | signal.c | 326 * %true if group stop completion should be notified to the parent, %false 2324 * is set in @ksig->ka.sa.sa_flags. Tracing is notified. 2353 * group-wide signal. Other threads should be notified now to take
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
H A D | setup.c | 184 int my_cpu, i, notified = -1; pnv_kexec_wait_secondaries_down() local 201 if (i != notified) { for_each_online_cpu() 205 notified = i; for_each_online_cpu()
|
H A D | opal-elog.c | 268 /* we may get notified twice, let's handle elog_event()
|
H A D | opal.c | 224 * notified for specific messgae type. 487 * PRD component would have already got notified about this opal_machine_check()
|
H A D | opal-dump.c | 380 /* we may get notified twice, let's handle process_dump()
|
/linux-4.4.14/drivers/cpufreq/ |
H A D | ppc_cbe_cpufreq_pmi.c | 109 pr_debug("got notified, event=%lu, node=%u\n", event, node); pmi_notifier()
|
H A D | cpufreq.c | 1692 * are notified about clock rate changes (once before and once after 1693 * the transition), or a list of drivers that are notified about
|
/linux-4.4.14/net/ipv4/netfilter/ |
H A D | nf_dup_ipv4.c | 83 * Set %IP_DF so that the original source is notified of a potentially nf_dup_ipv4()
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | isa-bridge.c | 216 * isa_bridge_notify - Get notified of PCI devices addition/removal 258 * isa_bridge_init - register to be notified of ISA bridge addition/removal
|
H A D | machine_kexec_64.c | 201 int my_cpu, i, notified=-1; kexec_prepare_cpus_wait() local 225 if (i != notified) { for_each_online_cpu() 229 notified = i; for_each_online_cpu()
|
H A D | irq.c | 307 * In the former case, it will have notified lockdep of interrupts
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
H A D | visorchipset.c | 928 bool notified = false; bus_epilog() local 963 notified = true; bus_epilog() 969 notified = true; bus_epilog() 975 if (notified) bus_epilog() 984 * The success path ('notified') will call the responder bus_epilog() 998 bool notified = false; device_epilog() local 1035 notified = true; device_epilog() 1045 notified = true; device_epilog() 1057 notified = true; device_epilog() 1064 notified = true; device_epilog() 1070 if (notified) device_epilog() 1079 * The success path ('notified') will call the responder device_epilog()
|
/linux-4.4.14/drivers/video/backlight/ |
H A D | backlight.c | 451 * backlight_register_notifier - get notified of backlight (un)registration 456 * Register a notifier to get notified when backlight devices get registered 471 * Register a notifier to get notified when backlight devices get registered
|
/linux-4.4.14/drivers/target/tcm_fc/ |
H A D | tcm_fc.h | 60 * we're notified that the local port has been created, or when
|
/linux-4.4.14/drivers/uwb/ |
H A D | radio.c | 59 * When stopping the radio, PALs need to be notified first so they can
|
/linux-4.4.14/drivers/vfio/ |
H A D | virqfd.c | 163 * Install our own custom wake-up handling so we are notified via vfio_virqfd_enable()
|
/linux-4.4.14/drivers/scsi/aacraid/ |
H A D | dpcsup.c | 84 * continue. The caller has already been notified that aac_response_normal() 354 * continue. The caller has already been notified that aac_intr_normal()
|
/linux-4.4.14/drivers/char/ |
H A D | apm-emulation.c | 66 * SUSPEND_DONE: thread had acked suspend and is now notified of 187 static int notified; queue_add_event() local 189 if (notified++ == 0) queue_add_event()
|
/linux-4.4.14/kernel/power/ |
H A D | qos.c | 6 * Watchers of QoS value : get notified when target QoS value changes 550 * @pm_qos_class: identifies which qos target changes should be notified. 570 * @pm_qos_class: identifies which qos target changes are notified.
|
/linux-4.4.14/drivers/usb/host/ |
H A D | ohci-at91.c | 430 /* When notified of an over-current situation, disable power 440 val ? "exited" : "notified");
|
/linux-4.4.14/net/mac80211/ |
H A D | offchannel.c | 192 if (roc->notified) ieee80211_handle_roc_started() 207 roc->notified = true; ieee80211_handle_roc_started()
|
H A D | agg-rx.c | 24 * notified via @ampdu_action function, with the
|
H A D | agg-tx.c | 36 * notified via its @ampdu_action function, with the 49 * the peer, the driver is notified of the completion of the
|
H A D | ieee80211_i.h | 336 bool started, abort, hw_begun, notified; member in struct:ieee80211_roc_work
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
H A D | vvp_object.c | 138 * will never be notified. vvp_conf_set()
|
H A D | vvp_page.c | 313 * ->cpo_completion method. The underlying transfer should be notified vvp_page_completion_write()
|
H A D | vvp_io.c | 459 * because osc has already notified to destroy osc_extents. */ vvp_io_setattr_end()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | bus.h | 61 * notified using brcmf_txcomplete(). The common
|
/linux-4.4.14/drivers/net/ethernet/xilinx/ |
H A D | ll_temac.h | 43 and if XTE_OPTION_REPORT_RXERR is set, the user is notified when these
|
H A D | xilinx_axienet.h | 52 * and if XAE_OPTION_REPORT_RXERR is set, the user is notified when these
|
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | evmisc.c | 90 * PARAMETERS: node - NS node for the notified object
|
H A D | acobject.h | 202 * Objects that can be notified. All share a common notify_info area.
|
H A D | nsutils.c | 556 * holding handles are typically notified before a node becomes invalid
|
H A D | evxfgpe.c | 383 * wake_device will be notified whenever this GPE fires. This is ACPI_EXPORT_SYMBOL()
|
H A D | aclocal.h | 453 struct acpi_namespace_node *device_node; /* Device to be notified */
|
/linux-4.4.14/arch/x86/entry/vsyscall/ |
H A D | vsyscall_64.c | 24 * The code in this file emulates vsyscalls when notified of a page
|
/linux-4.4.14/include/linux/sunrpc/ |
H A D | svc_xprt.h | 103 * already notified the xpt_users). register_xpt_user()
|
/linux-4.4.14/include/linux/power/ |
H A D | smartreflex.h | 229 * @notify_flags: specify the events to be notified to the class driver
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
H A D | hw_ops.c | 70 mask, otherwise enable the interrupt to get notified, spu_hw_mbox_stat_poll()
|
H A D | backing_ops.c | 100 mask, otherwise enable the interrupt to get notified, spu_backing_mbox_stat_poll()
|
/linux-4.4.14/arch/hexagon/kernel/ |
H A D | kgdb.c | 233 * Lowest-prio notifier priority, we want to be notified last:
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | crash.c | 271 /* be notified before default_monarch_init_process */ machine_crash_setup()
|
H A D | signal.c | 181 * strace expects to be notified after sigreturn returns even though the ia64_rt_sigreturn()
|
H A D | mca.c | 1955 .priority = 0/* we need to notified last */ ia64_mca_init()
|
/linux-4.4.14/arch/ia64/sn/kernel/ |
H A D | bte_error.c | 216 /* There is an error which needs to be notified */ bte_error_handler()
|
H A D | bte.c | 179 /* User does not want to be notified. */ bte_copy()
|
/linux-4.4.14/arch/arm/mach-pxa/ |
H A D | am200epd.c | 154 /* we've now been notified that we have our new fb */ am200_share_video_mem()
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
H A D | xpnet.c | 102 * When we are notified of other partitions activating, we add them to 363 dev_dbg(xpnet, "message to %d notified with reason %d\n", xpnet_send_completed()
|
H A D | xpc_sn2.c | 1705 * Notify those who wanted to be notified upon delivery of their message. 1720 * a message who's sender wants to be notified. It is possible xpc_notify_senders_sn2() 1841 * We need to notify any senders that want to be notified xpc_process_msg_chctl_flags_sn2()
|
H A D | xpc.h | 498 * F - Messages that have been acknowledged, but XPC has not yet notified the
|
/linux-4.4.14/drivers/mfd/ |
H A D | ab3100-core.c | 429 * The notified parties will have to mask out the events ab3100_irq_handler() 431 * notified on all events, then they use the fatevent value ab3100_irq_handler()
|
H A D | ab8500-debugfs.c | 33 * Allows user space entity to be notified when target AB8500 IRQ occurs.
|
/linux-4.4.14/tools/virtio/ |
H A D | vringh_test.c | 289 printf("Host: notified %lu, pinged %lu\n", notifies, receives); parallel_test() 428 printf("Guest: notified %lu, pinged %lu\n", parallel_test()
|
/linux-4.4.14/drivers/scsi/isci/ |
H A D | port.h | 94 * @not_ready_reason: set during state transitions and notified
|
H A D | host.c | 205 * notified of an interrupt completion if we do not take this sci_controller_isr() 246 * There is a race in the hardware that could cause us not to be notified sci_controller_error_isr() 249 * pending we will be notified. sci_controller_error_isr()
|
/linux-4.4.14/drivers/mtd/ |
H A D | mtdblock.c | 133 * be notified if this content is altered on the flash by other write_cached_data()
|
H A D | mtdcore.c | 694 * notified upon addition or removal of MTD devices. Causes the
|
/linux-4.4.14/drivers/pci/pcie/aer/ |
H A D | aerdrv.c | 371 * @error: error severity being notified by port bus
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | apb_timer.c | 235 pr_debug("APBT notified %lu, no action\n", action); apbt_cpuhp_notify()
|
H A D | apm_32.c | 1190 static int notified; queue_event() local 1192 if (notified++ == 0) queue_event() 1307 static int notified; get_event() local 1314 if ((error != APM_NO_EVENTS) && (notified++ == 0)) get_event()
|
/linux-4.4.14/block/ |
H A D | blk-ioc.c | 163 * put, @ioc can never issue further IOs and ioscheds are notified.
|
H A D | blk-flush.c | 58 * finish it so that the bio submitter is notified only after the whole
|
H A D | blk-mq.c | 150 * the queue are notified as well. blk_mq_wake_waiters()
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | kgdb.c | 368 * Lowest-prio notifier priority, we want to be notified last:
|
/linux-4.4.14/net/irda/ircomm/ |
H A D | ircomm_tty_ioctl.c | 140 * This routine allows the tty driver to be notified when device's
|
/linux-4.4.14/drivers/xen/ |
H A D | xen-acpi-memhotplug.c | 175 * Now add the notified device. This creates the acpi_device acpi_memory_get_device()
|
/linux-4.4.14/drivers/acpi/apei/ |
H A D | ghes.c | 86 * All error sources notified with SCI shares one notifier function, 965 pr_warn(GHES_PFX "Generic hardware error source: %d notified via NMI interrupt is not supported!\n", ghes_probe() 971 pr_warning(GHES_PFX "Generic hardware error source: %d notified via local interrupt is not supported!\n", ghes_probe()
|
/linux-4.4.14/drivers/irqchip/ |
H A D | irq-vic.c | 272 * Register the VIC with the system device tree so that it can be notified
|
/linux-4.4.14/drivers/input/joystick/iforce/ |
H A D | iforce-main.c | 165 /* A packet was sent, forbid new updates until we are notified iforce_upload_effect()
|
/linux-4.4.14/drivers/pci/hotplug/ |
H A D | acpiphp_ibm.c | 352 * Since we don't get notified on open and close for this file,
|
H A D | pciehp_hpc.c | 643 * next power fault detected interrupt was notified again. pcie_enable_notification()
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
H A D | interrupt.c | 359 * there, user space get notified, and it should be done wil6210_irq_misc()
|
/linux-4.4.14/drivers/power/ |
H A D | ds2760_battery.c | 370 /* When we get notified by external circuitry that the battery is ds2760_battery_set_charged_work()
|
H A D | rt9455_charger.c | 985 * Userspace will be notified after PWR_RDY bit is read. rt9455_irq_handler_check_irq2_register()
|
H A D | abx500_chargalg.c | 1309 * supply that this driver needs to be notified of.
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
H A D | therm_throt.c | 274 /* Get notified when a cpu comes on/off. Be hotplug friendly. */
|
H A D | mce_amd.c | 844 /* get notified when a cpu comes on/off */
|
H A D | mce.c | 109 * errors are still notified through a machine check. 2403 /* Get notified when a cpu comes on/off. Be hotplug friendly. */
|
/linux-4.4.14/mm/ |
H A D | vmpressure.c | 235 * (scanning depth) goes too high (deep), we will be notified vmpressure()
|
/linux-4.4.14/kernel/events/ |
H A D | hw_breakpoint.c | 549 /* we need to be notified first */
|
H A D | uprobes.c | 2010 .priority = INT_MAX-1, /* notified after kprobes, kgdb */
|
/linux-4.4.14/drivers/vhost/ |
H A D | vringh.c | 738 /* We only update vring_avail_event(vr) when we want to be notified, vringh_abandon_user() 973 /* We only update vring_avail_event(vr) when we want to be notified, vringh_abandon_kern()
|
H A D | net.c | 585 /* We don't need to be notified again. */ handle_rx()
|
H A D | vhost.c | 1667 /* We don't need to be notified again. */ vhost_disable_notify()
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
H A D | vmci_context.c | 220 * notified about given contextID. ctx_fire_notification() 937 * context. Only doorbell handles registered can be notified.
|
/linux-4.4.14/drivers/devfreq/ |
H A D | devfreq.c | 1125 * devfreq_register_opp_notifier() - Helper function to get devfreq notified 1150 * notified for any changes in the OPP
|
/linux-4.4.14/drivers/extcon/ |
H A D | extcon.c | 478 * @nb: the notifier block to get notified. 569 * extcon_register_notifier() - Register a notifiee to get notified by
|
/linux-4.4.14/net/wireless/ |
H A D | core.c | 220 if (WARN_ON(!rdev->scan_req->notified)) cfg80211_stop_p2p_device() 1041 if (WARN_ON(!rdev->scan_req->notified)) cfg80211_netdev_notifier_call()
|
H A D | scan.c | 245 request->notified = true; cfg80211_scan_done()
|
/linux-4.4.14/net/llc/ |
H A D | llc_conn.c | 130 * RESET is not being notified to upper layers for now llc_conn_state_process() 177 * RESET is not being notified to upper layers for now llc_conn_state_process()
|
/linux-4.4.14/net/nfc/ |
H A D | core.c | 1116 pr_debug("The userspace won't be notified that the device %s was added\n", nfc_register_device() 1160 pr_debug("The userspace won't be notified that the device %s " nfc_unregister_device()
|
/linux-4.4.14/sound/drivers/vx/ |
H A D | vx_pcm.c | 26 * interrupt is notified, and the interrupt handler will feed the next chunk. 118 /* Add the flags to a notified differed command */ vx_set_differed_time()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
H A D | f_acm.c | 481 * @acm: wraps host to be notified
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
H A D | lustre_dlm_flags.h | 305 * Set for locks that failed and where the server has been notified.
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
H A D | osc_cl_internal.h | 664 /** waitqueue - for those who want to be notified if this extent's
|
/linux-4.4.14/drivers/rtc/ |
H A D | rtc-sh.c | 150 /* Half period enabled than one skipped and the next notified */ __sh_rtc_periodic()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
H A D | i4l.c | 35 * ack if != 0 LL wants to be notified on completion via
|
/linux-4.4.14/drivers/md/ |
H A D | dm-kcopyd.c | 346 * Set this to ensure you are notified when the job has
|
/linux-4.4.14/drivers/hsi/ |
H A D | hsi.c | 726 * to a race condition in HSI HW protocol, clients need to be notified
|
/linux-4.4.14/drivers/amba/ |
H A D | bus.c | 568 * destroyed, and device drivers notified that the device has
|
/linux-4.4.14/drivers/bus/ |
H A D | mips_cdmm.c | 712 /* We want to be notified about new CPUs */ mips_cdmm_init()
|
H A D | arm-ccn.c | 1271 * picked to have a chance to migrate events before perf is notified. arm_ccn_pmu_init()
|
/linux-4.4.14/fs/lockd/ |
H A D | host.c | 541 * We were notified that the specified host has rebooted. Release
|
H A D | svclock.c | 904 * Retry all blocked locks that have been notified. This is where lockd
|
/linux-4.4.14/lib/ |
H A D | lru_cache.c | 464 * the cache. In either case, the user is notified so he is able to e.g. keep
|
H A D | kobject.c | 392 * userspace is properly notified of this kobject's creation.
|
/linux-4.4.14/net/core/ |
H A D | net_namespace.c | 177 * is set to true, thus the caller knows that the new id must be notified via
|
/linux-4.4.14/net/dccp/ |
H A D | input.c | 514 * dccp_sendmsg() terminates and the application gets notified. dccp_rcv_request_sent_state_process()
|
/linux-4.4.14/kernel/debug/ |
H A D | debug_core.c | 599 * Wait for the other CPUs to be notified and be waiting for us: kgdb_cpu_enter()
|
/linux-4.4.14/include/net/iucv/ |
H A D | iucv.h | 375 * are notified of a message and the time that you complete the message,
|
/linux-4.4.14/include/scsi/ |
H A D | libsas.h | 183 SAS_DEV_FOUND, /* device notified to lldd */
|
H A D | libfc.h | 642 * notified when the local port is assigned a FC-ID.
|
/linux-4.4.14/include/linux/ceph/ |
H A D | ceph_fs.h | 157 WATCH_NOTIFY_COMPLETE = 2, /* notifier notified when done */
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | smu.h | 385 * and get notified by the optional done() callback, or because
|
H A D | spu.h | 285 * oprofile can get notified when a context switch is performed
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
H A D | spu_task_sync.c | 502 * OProfile with SPUFS by registering to be notified of
|
/linux-4.4.14/virt/kvm/ |
H A D | eventfd.c | 370 * Install our own custom wake-up handling so we are notified via kvm_irqfd_assign()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/ |
H A D | mgc_request.c | 255 * where only clients are notified if one of cmd server restarts */ config_recover_log_add() 1282 * This function is called if this client was notified for target restarting
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | init.c | 764 * Requires interrupts to be enabled so we are notified hfi1_init() 771 enabled so we are notified when the link goes up */ hfi1_init()
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
H A D | prism2sta.c | 1311 * p80211 layer needs to be notified in case of prism2sta_processing_defer() 1313 * notified so that any BSS dependent elements can be prism2sta_processing_defer()
|
/linux-4.4.14/include/net/ |
H A D | mac80211.h | 338 * enum ieee80211_event_type - event to be notified to the low level driver 453 * valid in station mode only if after the driver was notified 459 * association when a beacon is received (which is notified with the 2472 * driver is also notified of powersave transitions by calling its 2501 * is notified that the station went to sleep. When all these frames 2507 * notified of the station going to sleep to inform mac80211 of any 2976 * otherwise the rate control algorithm is notified directly. 4837 * will be notified that the station woke up some time after
|
H A D | cfg80211.h | 1413 * When scanning finds a BSS, cfg80211 needs to be notified of that, because 1448 * @aborted: (internal) scan request was notified as aborted 1449 * @notified: (internal) scan request was notified as done or aborted 1475 bool aborted, notified; member in struct:cfg80211_scan_request 3977 * userspace will be notified of that
|
/linux-4.4.14/net/irda/ |
H A D | irlmp.c | 950 * The client may have defined a callback to be notified in case of 1415 /* So that client can be notified about any discovery */
|
H A D | af_irda.c | 2516 /* Tell IrLMP we want to be notified */ irda_getsockopt() 2552 /* Tell IrLMP that we have been notified */ irda_getsockopt()
|
/linux-4.4.14/drivers/usb/usbip/ |
H A D | vhci_hcd.c | 579 * completion of unlinking is notified by the completion handler.
|
/linux-4.4.14/drivers/staging/unisys/visorhba/ |
H A D | visorhba_main.c | 730 * visorhba_serverdown - Got notified that the IOVM is down
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
H A D | ldlm_resource.c | 834 * Typically used during evictions when server notified client that it was
|
/linux-4.4.14/drivers/rpmsg/ |
H A D | virtio_rpmsg_bus.c | 606 * virtio's tx callbacks, so we'd be immediately notified when a tx
|
/linux-4.4.14/drivers/scsi/ |
H A D | sr.c | 315 * It will be notified on the end of a SCSI read / write, and will take one
|
/linux-4.4.14/drivers/scsi/bfa/ |
H A D | bfa_fcs.c | 797 * Ignore - can get this event if we get notified about IOC down bfa_fcs_fabric_sm_cleanup()
|
/linux-4.4.14/drivers/misc/ |
H A D | vmw_balloon.c | 1037 * Initialize vmci doorbell, to get notified as soon as balloon changes
|
/linux-4.4.14/drivers/net/dsa/ |
H A D | bcm_sf2.c | 347 /* Enable MoCA port interrupts to get notified */ bcm_sf2_port_setup()
|
/linux-4.4.14/drivers/hwmon/ |
H A D | sht15.c | 893 * sht15_invalidate_voltage() - mark supply voltage invalid when notified by reg
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
H A D | alias_GUID.c | 179 * notify the relevant slave (master also should be notified).
|
/linux-4.4.14/drivers/misc/genwqe/ |
H A D | card_dev.c | 372 /* remove this filp from the asynchronously notified filp's */ genwqe_release()
|
/linux-4.4.14/drivers/media/dvb-core/ |
H A D | demux.h | 275 * is notified via this callback function. Normally this function is called
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_netdev.c | 523 * and the stack is notified that the interface is ready.
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ptp.c | 567 * as the user receives the timestamps they care about and the user is notified
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
H A D | ks8842.c | 93 notified via DMA callbacks.
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
H A D | scan.c | 84 * the microcode has notified us that a scan is iwl_send_scan_abort()
|
/linux-4.4.14/drivers/net/ethernet/via/ |
H A D | via-velocity.h | 1305 MSG_LEVEL_NOTICE = 1, //Some errors need users to be notified.
|
/linux-4.4.14/drivers/base/power/ |
H A D | qos.c | 16 * Watchers of QoS value : get notified when target QoS value changes
|
/linux-4.4.14/net/sunrpc/ |
H A D | rpcb_clnt.c | 696 /* Put self on the wait queue to ensure we get notified if rpcb_getport_async()
|
/linux-4.4.14/include/media/ |
H A D | videobuf2-core.h | 71 * @unmap_dmabuf: releases access control to the dmabuf - allocator is notified
|
/linux-4.4.14/sound/pci/mixart/ |
H A D | mixart.c | 107 "error : MSG_SYSTEM_WAIT_SYNCHRO_CMD was not notified !\n"); mixart_set_pipe_state()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
H A D | aic79xx_osm.c | 2303 * function can be sent, the host will be notified ahd_linux_queue_abort_cmd() 2322 * in-core SCB. To make sure we are notified ahd_linux_queue_abort_cmd()
|
/linux-4.4.14/drivers/dma/ |
H A D | pl330.c | 1375 * Client is not notified after each xfer unit, just once after all 1565 /* Check which event happened i.e, thread notified */ pl330_update()
|
/linux-4.4.14/drivers/tty/hvc/ |
H A D | hvc_iucv.c | 584 * Finally, the back-end is not being notified, thus, the tty session is
|
H A D | hvcs.c | 983 * there isn't any now. This driver isn't notified when a new partner hvcs_partner_connect()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
H A D | cl_io.c | 586 /* layers have to be notified. */ cl_io_for_each_reverse()
|
/linux-4.4.14/drivers/spi/ |
H A D | spi-atmel.c | 705 * Enable RX FIFO Threshold Flag interrupt to be notified about atmel_spi_next_xfer_fifo()
|
/linux-4.4.14/drivers/iommu/ |
H A D | iommu.c | 1045 * This function should be used by IOMMU users which want to be notified
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 726 /* ensure hw is notified of all pending wqes */ mlx5e_close_sq()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
H A D | scan.c | 560 * microcode has notified us that a scan is completed. iwl_mvm_lmac_scan_abort()
|
/linux-4.4.14/drivers/parport/ |
H A D | share.c | 573 * parport_register_driver() are notified that the port is no
|
/linux-4.4.14/drivers/block/ |
H A D | cciss_scsi.c | 1145 /* the idea here is we could get notified from /proc cciss_update_non_disk_devices()
|
/linux-4.4.14/arch/powerpc/mm/ |
H A D | numa.c | 534 * the most recent mapping notified to us by the platform (eg: VPHN). numa_setup_cpu()
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
H A D | hal.h | 962 /* Whether BSS needs to be notified */ 993 /* Whether BSS needs to be notified */ 1081 /* Whether BSS needs to be notified */
|
/linux-4.4.14/fs/ocfs2/dlm/ |
H A D | dlmmaster.c | 2198 * we wait a short time to allow that node to get notified by its own 2608 * will be the last one notified, ensuring that the migration dlm_migrate_lockres() 3469 * We notified all other nodes that we are exiting the domain and dlm_force_free_mles()
|
/linux-4.4.14/drivers/staging/unisys/visornic/ |
H A D | visornic_main.c | 348 * visornic_serverdown - Command has notified us that IOPARt is down
|
/linux-4.4.14/drivers/tty/serial/ |
H A D | imx.c | 868 /* re-enable interrupts to get notified when new symbols are incoming */ imx_rx_dma_done()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
H A D | socklnd.c | 1763 /* The router is telling me she's been notified of a change in ksocknal_notify()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
H A D | uvc_video.c | 1729 * buffers, making sure userspace applications are notified of the problem
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | hw.c | 1369 * So we need to clear all C2H events that FW has notified, rtl88ee_enable_interrupt()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
H A D | i40evf_main.c | 1950 * and the stack is notified that the interface is ready.
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb_main.c | 627 * and the stack is notified that the interface is ready.
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
H A D | tilepro.c | 1380 * is started, and the stack is notified that the interface is ready.
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.h | 2187 * Host is notified of this
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-drv.c | 244 /* If we haven't notified the hardware because of xmit_more xgbe_maybe_stop_tx_queue()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_main.c | 2022 * and the stack is notified that the interface is ready.
|
/linux-4.4.14/drivers/atm/ |
H A D | eni.c | 638 * clearing IN_SERVICE, we wouldn't be notified until additional data rx_vcc()
|
H A D | firestream.c | 1849 /* We want to be notified of most things. Just the statistics count fs_init()
|
/linux-4.4.14/net/vmw_vsock/ |
H A D | vmci_transport.c | 1526 * WAITING_READ) right before we got notified that the peer had vmci_transport_recv_connected()
|
/linux-4.4.14/kernel/time/ |
H A D | timekeeping.c | 1660 * notified via second_overflow. So instead we push xtime_nsec forward timekeeping_adjust()
|
/linux-4.4.14/arch/powerpc/kvm/ |
H A D | booke.c | 522 * so that we are notified when the guest enables the relevant kvmppc_booke_irqprio_deliver()
|
/linux-4.4.14/net/irda/irnet/ |
H A D | irnet_irda.c | 978 /* Tell IrLMP we want to be notified of newly discovered nodes */ irnet_setup_server()
|
/linux-4.4.14/net/iucv/ |
H A D | iucv.c | 1243 * are notified of a message and the time that you complete the message,
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 2555 /* Free enqueued TX that was never notified to HW */ for_all_tx_queues() 2573 /* Since hw was never notified of these requests, for_all_tx_queues()
|