/linux-4.1.27/Documentation/ABI/stable/ |
D | thermal-notification | 1 What: A notification mechanism for thermal related events 3 This interface enables notification for thermal related events. 4 The notification is in the form of a netlink event.
|
/linux-4.1.27/net/rxrpc/ |
D | ar-accept.c | 83 struct sk_buff *notification; in rxrpc_accept_incoming_call() local 91 notification = alloc_skb(0, GFP_NOFS); in rxrpc_accept_incoming_call() 92 if (!notification) { in rxrpc_accept_incoming_call() 97 rxrpc_new_skb(notification); in rxrpc_accept_incoming_call() 98 notification->mark = RXRPC_SKB_MARK_NEW_CALL; in rxrpc_accept_incoming_call() 154 nsp = rxrpc_skb(notification); in rxrpc_accept_incoming_call() 161 ret = rxrpc_queue_rcv_skb(call, notification, true, in rxrpc_accept_incoming_call() 164 notification = NULL; in rxrpc_accept_incoming_call() 178 rxrpc_free_skb(notification); in rxrpc_accept_incoming_call() 197 rxrpc_free_skb(notification); in rxrpc_accept_incoming_call()
|
/linux-4.1.27/Documentation/power/ |
D | pm_qos_interface.txt | 48 and recompute the new aggregated target, calling the notification tree if the 53 call the notification tree if the target was changed as a result of removing 64 Adds a notification callback function to the PM QoS class. The callback is 68 Removes the notification callback function for the PM QoS class. 119 and recompute the new aggregated target, calling the notification trees if the 124 call the notification trees if the target was changed as a result of removing 166 The per-device PM QoS framework has 2 different and distinct notification trees: 167 a per-device notification tree and a global notification tree. 170 Adds a notification callback function for the device. 175 Removes the notification callback function for the device. [all …]
|
D | suspend-and-cpuhotplug.txt | 197 a regular CPU hotplug operation, upon receiving the CPU_DEAD notification 235 as part of the suspend/hibernate cycle (the CPU_DEAD_FROZEN notification), 256 sent during the cpu online/offline events (eg, CPU_ONLINE notification
|
D | notifiers.txt | 30 PM_POST_HIBERNATION notification.
|
D | power_supply_class.txt | 168 For that case, power supply class implements notification mechanism for
|
D | charger-manager.txt | 55 notification to users with UEVENT.
|
D | opp.txt | 77 exact mechanism to trigger these or the notification mechanism to other
|
D | pci.txt | 403 a notification for the PCI subsystem after the source device has been
|
/linux-4.1.27/include/media/ |
D | v4l2-device.h | 56 unsigned int notification, void *arg); 123 unsigned int notification, void *arg) in v4l2_subdev_notify() argument 126 sd->v4l2_dev->notify(sd, notification, arg); in v4l2_subdev_notify()
|
D | media-device.h | 80 unsigned int notification);
|
/linux-4.1.27/arch/ia64/sn/kernel/ |
D | bte.c | 80 bte_result_t bte_copy(u64 src, u64 dest, u64 len, u64 mode, void *notification) in bte_copy() argument 95 src, dest, len, mode, notification)); in bte_copy() 178 if (notification == NULL) { in bte_copy() 182 bte->most_rcnt_na = notification; in bte_copy() 210 if (notification != NULL) { in bte_copy()
|
/linux-4.1.27/fs/notify/fanotify/ |
D | Kconfig | 2 bool "Filesystem wide access notification" 8 notification system which differs from inotify in that it sends
|
/linux-4.1.27/Documentation/filesystems/ |
D | dnotify.txt | 6 The intention of directory notification is to allow user applications 8 The basic mechanism involves the application registering for notification 23 Usually, the application must reregister after each notification, but 41 The notification should work for any local access to files even if the
|
D | inotify.txt | 2 a powerful yet simple file change notification system 59 When you talk about designing a file change notification system that 71 Signals are a terrible, terrible interface for file notification. Or for
|
D | 00-INDEX | 49 - info about directory notification in Linux. 85 - info on the powerful yet simple file change notification system.
|
D | quota.txt | 36 This command is used to send a notification about any of the above mentioned
|
D | spufs.txt | 211 The two signal notification channels of an SPU. These are read-write 223 signal notification register. 229 notification register. The signal notification register will
|
D | ocfs2.txt | 33 - Directory change notification (F_NOTIFY)
|
D | coda.txt | 229 arrival of a new message. The notification must be through a mechanism 295 the OS. This notification is done in the upcall context of the process 303 Venus detects the notification that a message has arrived, and the FS 363 with a write and notification is through the select system call on the 371 asynchronous. Windows EventObjects are used for notification of
|
D | relay.txt | 468 unmapped. The client can use this notification to trigger actions
|
/linux-4.1.27/Documentation/hwmon/ |
D | acpi_power_meter | 29 socket and a poll notification will be sent to the appropriate 39 the netlink event socket and a poll notification will be sent to the 46 well as sent as a poll notification to a sysfs file. The events are as
|
D | sysfs-interface | 481 notification is sent to this file if the 502 power[1-*]_average_max A poll notification is sent to 508 power[1-*]_average_min A poll notification is sent to 536 A poll notification is sent to this file if the 544 notification.
|
/linux-4.1.27/ipc/ |
D | mqueue.c | 1184 struct sigevent notification; in SYSCALL_DEFINE2() local 1189 if (copy_from_user(¬ification, u_notification, in SYSCALL_DEFINE2() 1194 audit_mq_notify(mqdes, u_notification ? ¬ification : NULL); in SYSCALL_DEFINE2() 1199 if (unlikely(notification.sigev_notify != SIGEV_NONE && in SYSCALL_DEFINE2() 1200 notification.sigev_notify != SIGEV_SIGNAL && in SYSCALL_DEFINE2() 1201 notification.sigev_notify != SIGEV_THREAD)) in SYSCALL_DEFINE2() 1203 if (notification.sigev_notify == SIGEV_SIGNAL && in SYSCALL_DEFINE2() 1204 !valid_signal(notification.sigev_signo)) { in SYSCALL_DEFINE2() 1207 if (notification.sigev_notify == SIGEV_THREAD) { in SYSCALL_DEFINE2() 1217 notification.sigev_value.sival_ptr, in SYSCALL_DEFINE2() [all …]
|
/linux-4.1.27/Documentation/thermal/ |
D | x86_pkg_temperature_thermal | 21 user mode can receive notification via thermal notification mechanism and can
|
D | sysfs-api.txt | 365 The framework includes a simple notification mechanism, in the form of a 367 of the framework. Drivers which intend to use the notification mechanism
|
/linux-4.1.27/fs/notify/ |
D | Makefile | 1 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o inode_mark.o \
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
D | bte.h | 215 #define bte_zero(dest, len, mode, notification) \ argument 216 bte_copy(0, dest, len, ((mode) | BTE_ZERO_FILL), notification)
|
/linux-4.1.27/fs/notify/dnotify/ |
D | Kconfig | 6 Dnotify is a directory-based per-fd file change notification system
|
/linux-4.1.27/include/linux/ |
D | audit.h | 246 extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification); 296 static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in audit_mq_notify() argument 299 __audit_mq_notify(mqdes, notification); in audit_mq_notify() 419 const struct sigevent *notification) in audit_mq_notify() argument
|
D | nfs_xdr.h | 264 __u32 notification; member
|
D | syscalls.h | 682 asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);
|
/linux-4.1.27/include/uapi/sound/ |
D | firewire.h | 24 unsigned int notification; /* DICE-specific bits */ member
|
/linux-4.1.27/virt/kvm/ |
D | Kconfig | 28 # Toggle to switch between direct notification and batch job
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | acpiphp_ibm.c | 91 struct notification { struct 109 static struct notification ibm_note; argument 256 struct notification *note = context; in ibm_handle_events()
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | s390-diag.txt | 49 Subcode 0 - s390-virtio notification and early console printk 58 Subcode 3 - virtio-ccw notification
|
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ |
D | sbs_sbs-battery.txt | 11 after an external change notification.
|
/linux-4.1.27/fs/notify/inotify/ |
D | Kconfig | 13 unmount notification.
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-calling.txt | 18 notification. 66 firmware which notification mailbox to use. The firmware signals the host via
|
D | fw-memory.txt | 128 24 Decoder audio mode change detection event (through event notification)
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-amd8111 | 34 mode or host notification are not yet implemented.
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
D | i2400m-usb.h | 93 unsigned char notification; member
|
D | usb-notif.c | 213 i2400mu->endpoint_cfg.notification); in i2400mu_notification_setup()
|
D | usb.c | 526 i2400mu->endpoint_cfg.notification = 3; in i2400mu_probe() 532 i2400mu->endpoint_cfg.notification = 1; in i2400mu_probe()
|
D | usb-fw.c | 253 i2400mu->endpoint_cfg.notification); in i2400mu_notif_submit()
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-proc.c | 80 u32 notification; in dice_proc_read() member 133 snd_iprintf(buffer, " notification: %08x\n", buf.global.notification); in dice_proc_read()
|
D | dice-hwdep.c | 41 event.dice_notification.notification = dice->notification_bits; in hwdep_read()
|
/linux-4.1.27/Documentation/ |
D | memory-hotplug.txt | 70 If firmware supports notification of connection of new memory to OS, 215 "PNP0A05", or "PNP0A06", notification is asserted to it, and ACPI handler 227 notification. 362 Hotplugging events are sent to a notification queue. 364 There are six types of notification defined in include/linux/memory.h: 436 further processing of the notification queue. 438 NOTIFY_STOP stops further processing of the notification queue.
|
D | cpu-hotplug.txt | 246 - A notification is sent to in-kernel registered modules by sending an event 266 departure, how to i arrange for proper notification? 429 You can add /etc/hotplug/cpu.agent to handle hotplug notification user space
|
D | robust-futexes.txt | 153 I have also measured an approach where glibc does the lock notification
|
D | media-framework.txt | 305 notification callback will be called before enabling and after disabling
|
D | xillybus.txt | 375 host has not received any notification about this. This is solved with
|
D | kobject.txt | 259 This notification is done through a kobject's release() method. Usually
|
D | edac.txt | 95 NMI NMI notification of ECC errors
|
D | SubmittingPatches | 311 least a notification of the change, so that some information makes its way
|
D | devices.txt | 100 10 = /dev/aio Asynchronous I/O notification interface
|
D | kernel-parameters.txt | 1459 int_pln_enable [x86] Enable power limit notification interrupt
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | evm | 13 EVM receives notification that the key has been successfully
|
D | sysfs-class-uwb_rc-wusbhc | 45 The device notification time slot (DNTS) count and inverval in
|
/linux-4.1.27/arch/metag/ |
D | Kconfig.soc | 51 but without it there will be no notification of this type of error.
|
/linux-4.1.27/net/sctp/ |
D | ulpevent.c | 853 union sctp_notification *notification; in sctp_ulpevent_get_notification_type() local 857 notification = (union sctp_notification *) skb->data; in sctp_ulpevent_get_notification_type() 858 return notification->sn_header.sn_type; in sctp_ulpevent_get_notification_type()
|
/linux-4.1.27/Documentation/dmaengine/ |
D | client.txt | 18 5. Issue pending requests and wait for callback notification 154 5. Issue pending DMA requests and wait for callback notification 162 completion callback routine for notification, if set.
|
/linux-4.1.27/drivers/net/usb/ |
D | rndis_host.c | 106 struct usb_cdc_notification notification; in rndis_command() local 145 ¬ification, sizeof(notification), &partial, in rndis_command()
|
/linux-4.1.27/drivers/staging/i2o/ |
D | Kconfig | 27 bool "Enable LCT notification" 31 firmware doesn't support LCT notification on changes. If this option
|
/linux-4.1.27/drivers/pnp/pnpbios/ |
D | Kconfig | 13 Some features (e.g. event notification, docking station information,
|
/linux-4.1.27/Documentation/device-mapper/ |
D | kcopyd.txt | 6 notification. It is used by dm-snapshot and dm-mirror.
|
/linux-4.1.27/Documentation/usb/ |
D | WUSB-Design-overview.txt | 224 notification/event endpoint (NEEP). The beacon notifications are part of 227 daemon through a notification list. 272 identical. So is their notification delivery system. 304 notification connect) during the DNTS (Device Notification Time 331 arrives to us as a notification through 367 When the xfer is executed, we receive a notification that says data is
|
D | power-management.txt | 329 reset_resume method, the driver won't receive any notification about
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 721 Memory cgroup implements memory thresholds using the cgroups notification 738 memory.oom_control file is for OOM notification and other controls. 740 Memory cgroup implements OOM notifier using the cgroup notification 741 API (See cgroups.txt). It allows to register multiple OOM notification 742 delivery and gets notification when OOM happens. 751 OOM notification doesn't work for the root cgroup. 783 maintaining cache level. Upon notification, the program (typically 803 only group C will receive the notification, i.e. groups A and B will not 811 register a notification, an application must: 825 memory limit, sets up a notification in the cgroup and then makes child
|
D | memcg_test.txt | 263 Memory controller implements memory thresholds using cgroups notification
|
D | unified-hierarchy.txt | 259 notification delivery. It's extremely heavy, slow and cumbersome to
|
/linux-4.1.27/fs/quota/ |
D | Kconfig | 37 future. Please use notification via netlink socket instead.
|
/linux-4.1.27/Documentation/laptops/ |
D | toshiba_haps.txt | 26 however, this driver only provides a notification via a sysfs file to let
|
/linux-4.1.27/Documentation/connector/ |
D | connector.txt | 126 The connector allows event notification in the following form: kernel 133 uses the connector to request notification and to send messages.
|
/linux-4.1.27/sound/pci/hda/ |
D | Kconfig | 91 bool "Support jack plugging notification via input layer" 95 Say Y here to enable the jack plugging notification via
|
/linux-4.1.27/drivers/staging/media/omap4iss/ |
D | iss.c | 527 unsigned int notification) in iss_pipeline_link_notify() argument 535 if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH && in iss_pipeline_link_notify() 543 if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH && in iss_pipeline_link_notify()
|
/linux-4.1.27/drivers/devfreq/ |
D | Kconfig | 12 notification to "nb", a notifier block, of devfreq.
|
/linux-4.1.27/drivers/thermal/ |
D | Kconfig | 250 notification methods. 261 notification methods.The other trip is a critical trip point, which
|
/linux-4.1.27/Documentation/acpi/ |
D | video_extension.txt | 100 received a notification, it will set the backlight level accordingly. This does
|
D | namespace.txt | 11 receiving ACPI hotplug notification events. For each device object in this
|
/linux-4.1.27/Documentation/ABI/ |
D | README | 64 notification is given.
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | media-dev.c | 1092 unsigned int notification) in fimc_md_link_notify() argument 1098 if (notification == MEDIA_DEV_NOTIFY_PRE_LINK_CH) { in fimc_md_link_notify() 1106 } else if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH && in fimc_md_link_notify()
|
D | fimc-core.h | 667 void fimc_sensor_notify(struct v4l2_subdev *sd, unsigned int notification,
|
D | fimc-capture.c | 1449 void fimc_sensor_notify(struct v4l2_subdev *sd, unsigned int notification, in fimc_sensor_notify() argument 1468 if (fimc && arg && notification == S5P_FIMC_TX_END_NOTIFY && in fimc_sensor_notify()
|
/linux-4.1.27/Documentation/timers/ |
D | highres.txt | 118 interrupt, clock event device notification service and support for suspend and 148 clock source and the clock event device layers provide notification functions
|
/linux-4.1.27/Documentation/networking/ |
D | rds.txt | 115 notification when a congestion update arrived, or when a RDMA 125 incoming message queued to the socket, or a pending notification,
|
D | netdev-features.txt | 50 NETDEV_FEAT_CHANGE notification is issued after that whenever current
|
D | cs89x0.txt | 605 software-update notification.
|
D | ip-sysctl.txt | 1111 Define mode for notification of address and device changes. 1523 Define mode for notification of address and device changes.
|
D | bonding.txt | 671 (possibly immediately) a peer notification is sent on the
|
/linux-4.1.27/Documentation/s390/ |
D | cds.txt | 260 DOIO_EARLY_NOTIFICATION - allow for early interrupt notification 277 by an alert status notification. In any case this status is not related to the 278 current (last) I/O request. In case of a delayed status notification no special
|
/linux-4.1.27/Documentation/scsi/ |
D | libsas.txt | 164 The port notification: 170 If the LLDD wants notification when a port has been formed
|
D | aic79xx.txt | 108 commands with bad status. We defer the notification
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_core_main.c | 66 enum iucv_tx_notify notification); 480 enum iucv_tx_notify notification; in qeth_qdio_handle_aob() local 490 notification = TX_NOTIFY_OK; in qeth_qdio_handle_aob() 495 notification = TX_NOTIFY_DELAYED_OK; in qeth_qdio_handle_aob() 500 notification = qeth_compute_cq_notification(aob->aorc, 1); in qeth_qdio_handle_aob() 502 qeth_notify_skbs(buffer->q, buffer, notification); in qeth_qdio_handle_aob() 1194 enum iucv_tx_notify notification) in qeth_notify_skbs() argument 1202 QETH_CARD_TEXT_(q->card, 5, "skbn%d", notification); in qeth_notify_skbs() 1207 iucv->sk_txnotify(skb, notification); in qeth_notify_skbs()
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | isp.c | 823 unsigned int notification) in isp_pipeline_link_notify() argument 831 if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH && in isp_pipeline_link_notify() 839 if (notification == MEDIA_DEV_NOTIFY_PRE_LINK_CH && in isp_pipeline_link_notify()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | ipw2100.h | 804 struct ipw2100_notification notification; member
|
D | ipw2200.h | 706 struct ipw_rx_notification notification; member
|
D | ipw2200.c | 8432 pkt->u.notification.subtype, in ipw_rx() 8433 pkt->u.notification.flags, in ipw_rx() 8434 le16_to_cpu(pkt->u.notification.size)); in ipw_rx() 8435 ipw_rx_notification(priv, &pkt->u.notification); in ipw_rx()
|
D | ipw2100.c | 2629 return (status->frame_size < sizeof(u->rx_data.notification)); in ipw2100_corruption_check()
|
/linux-4.1.27/kernel/ |
D | auditsc.c | 2089 void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in __audit_mq_notify() argument 2093 if (notification) in __audit_mq_notify() 2094 context->mq_notify.sigev_signo = notification->sigev_signo; in __audit_mq_notify()
|
/linux-4.1.27/Documentation/zh_CN/video4linux/ |
D | v4l2-framework.txt | 373 v4l2_subdev_notify(sd, notification, arg)。这个宏检查是否有一个
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-api.txt | 21 regular intervals. When such a notification occurs, the driver will
|
/linux-4.1.27/drivers/xen/ |
D | Kconfig | 91 channels and to receive notification of an event channel
|
/linux-4.1.27/Documentation/hid/ |
D | hiddev.txt | 205 additional notification when the device has sent a report.
|
/linux-4.1.27/kernel/power/ |
D | Kconfig | 235 notification of APM "events" (e.g. battery status change).
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-core.c | 1814 unsigned int notification, void *arg) in cx23885_v4l2_dev_notify() argument 1823 switch (notification) { in cx23885_v4l2_dev_notify()
|
/linux-4.1.27/Documentation/target/ |
D | tcmu-design.txt | 218 If a new device is added or removed, a notification will be broadcast
|
/linux-4.1.27/tools/perf/ |
D | design.txt | 401 Normally a notification is generated for every page filled, however one can
|
/linux-4.1.27/arch/ |
D | Kconfig | 164 Provide a kernel-internal notification when a cpu is about to
|
/linux-4.1.27/drivers/leds/ |
D | Kconfig | 152 Choose this option if you want to use the notification LED on
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 272 management notification mechanism to identify a device that is reporting an
|
/linux-4.1.27/Documentation/development-process/ |
D | 5.Posting | 276 the patch itself; that will cause the stable team to get a notification
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-error-recovery.txt | 169 >>> recovery implementation (e.g. waiting for all notification threads
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 404 as the parent. No extra notification is provided. When a ->drop_item()
|
/linux-4.1.27/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 193 * asynchronous notification.
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 164 The s390 hardware allows an operating system to send a notification
|
/linux-4.1.27/drivers/net/ethernet/via/ |
D | via-velocity.c | 3689 static int velocity_netdev_event(struct notifier_block *nb, unsigned long notification, void *ptr) in velocity_netdev_event() argument
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 733 added. When the timer expires, it triggers a sysfs notification.
|
/linux-4.1.27/fs/nfs/ |
D | nfs4proc.c | 7974 if (res.notification & ~args.notify_types) in _nfs4_proc_getdeviceinfo() 7976 if (res.notification != args.notify_types) in _nfs4_proc_getdeviceinfo()
|
D | nfs4xdr.c | 5806 res->notification = be32_to_cpup(p++); in decode_getdeviceinfo()
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 437 Turn off DNOTIFY (directory change notification support) by default
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-framework.txt | 408 it can call v4l2_subdev_notify(sd, notification, arg). This macro checks
|
/linux-4.1.27/init/ |
D | Kconfig | 1534 kernel notification (ie. KAIO) or userspace notifications.
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 2098 notification of APM "events" (e.g. battery status change).
|
/linux-4.1.27/ |
D | CREDITS | 3118 D: Directory notification
|