Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 125 of 125) sorted by relevance

/linux-4.1.27/Documentation/ABI/stable/
Dthermal-notification1 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/
Dar-accept.c83 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/
Dpm_qos_interface.txt48 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 …]
Dsuspend-and-cpuhotplug.txt197 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
Dnotifiers.txt30 PM_POST_HIBERNATION notification.
Dpower_supply_class.txt168 For that case, power supply class implements notification mechanism for
Dcharger-manager.txt55 notification to users with UEVENT.
Dopp.txt77 exact mechanism to trigger these or the notification mechanism to other
Dpci.txt403 a notification for the PCI subsystem after the source device has been
/linux-4.1.27/include/media/
Dv4l2-device.h56 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()
Dmedia-device.h80 unsigned int notification);
/linux-4.1.27/arch/ia64/sn/kernel/
Dbte.c80 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/
DKconfig2 bool "Filesystem wide access notification"
8 notification system which differs from inotify in that it sends
/linux-4.1.27/Documentation/filesystems/
Ddnotify.txt6 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
Dinotify.txt2 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
D00-INDEX49 - info about directory notification in Linux.
85 - info on the powerful yet simple file change notification system.
Dquota.txt36 This command is used to send a notification about any of the above mentioned
Dspufs.txt211 The two signal notification channels of an SPU. These are read-write
223 signal notification register.
229 notification register. The signal notification register will
Docfs2.txt33 - Directory change notification (F_NOTIFY)
Dcoda.txt229 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
Drelay.txt468 unmapped. The client can use this notification to trigger actions
/linux-4.1.27/Documentation/hwmon/
Dacpi_power_meter29 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
Dsysfs-interface481 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/
Dmqueue.c1184 struct sigevent notification; in SYSCALL_DEFINE2() local
1189 if (copy_from_user(&notification, u_notification, in SYSCALL_DEFINE2()
1194 audit_mq_notify(mqdes, u_notification ? &notification : 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/
Dx86_pkg_temperature_thermal21 user mode can receive notification via thermal notification mechanism and can
Dsysfs-api.txt365 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/
DMakefile1 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o inode_mark.o \
/linux-4.1.27/arch/ia64/include/asm/sn/
Dbte.h215 #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/
DKconfig6 Dnotify is a directory-based per-fd file change notification system
/linux-4.1.27/include/linux/
Daudit.h246 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
Dnfs_xdr.h264 __u32 notification; member
Dsyscalls.h682 asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);
/linux-4.1.27/include/uapi/sound/
Dfirewire.h24 unsigned int notification; /* DICE-specific bits */ member
/linux-4.1.27/virt/kvm/
DKconfig28 # Toggle to switch between direct notification and batch job
/linux-4.1.27/drivers/pci/hotplug/
Dacpiphp_ibm.c91 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/
Ds390-diag.txt49 Subcode 0 - s390-virtio notification and early console printk
58 Subcode 3 - virtio-ccw notification
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/
Dsbs_sbs-battery.txt11 after an external change notification.
/linux-4.1.27/fs/notify/inotify/
DKconfig13 unmount notification.
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-calling.txt18 notification.
66 firmware which notification mailbox to use. The firmware signals the host via
Dfw-memory.txt128 24 Decoder audio mode change detection event (through event notification)
/linux-4.1.27/Documentation/i2c/busses/
Di2c-amd811134 mode or host notification are not yet implemented.
/linux-4.1.27/drivers/net/wimax/i2400m/
Di2400m-usb.h93 unsigned char notification; member
Dusb-notif.c213 i2400mu->endpoint_cfg.notification); in i2400mu_notification_setup()
Dusb.c526 i2400mu->endpoint_cfg.notification = 3; in i2400mu_probe()
532 i2400mu->endpoint_cfg.notification = 1; in i2400mu_probe()
Dusb-fw.c253 i2400mu->endpoint_cfg.notification); in i2400mu_notif_submit()
/linux-4.1.27/sound/firewire/dice/
Ddice-proc.c80 u32 notification; in dice_proc_read() member
133 snd_iprintf(buffer, " notification: %08x\n", buf.global.notification); in dice_proc_read()
Ddice-hwdep.c41 event.dice_notification.notification = dice->notification_bits; in hwdep_read()
/linux-4.1.27/Documentation/
Dmemory-hotplug.txt70 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.
Dcpu-hotplug.txt246 - 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
Drobust-futexes.txt153 I have also measured an approach where glibc does the lock notification
Dmedia-framework.txt305 notification callback will be called before enabling and after disabling
Dxillybus.txt375 host has not received any notification about this. This is solved with
Dkobject.txt259 This notification is done through a kobject's release() method. Usually
Dedac.txt95 NMI NMI notification of ECC errors
DSubmittingPatches311 least a notification of the change, so that some information makes its way
Ddevices.txt100 10 = /dev/aio Asynchronous I/O notification interface
Dkernel-parameters.txt1459 int_pln_enable [x86] Enable power limit notification interrupt
/linux-4.1.27/Documentation/ABI/testing/
Devm13 EVM receives notification that the key has been successfully
Dsysfs-class-uwb_rc-wusbhc45 The device notification time slot (DNTS) count and inverval in
/linux-4.1.27/arch/metag/
DKconfig.soc51 but without it there will be no notification of this type of error.
/linux-4.1.27/net/sctp/
Dulpevent.c853 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/
Dclient.txt18 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/
Drndis_host.c106 struct usb_cdc_notification notification; in rndis_command() local
145 &notification, sizeof(notification), &partial, in rndis_command()
/linux-4.1.27/drivers/staging/i2o/
DKconfig27 bool "Enable LCT notification"
31 firmware doesn't support LCT notification on changes. If this option
/linux-4.1.27/drivers/pnp/pnpbios/
DKconfig13 Some features (e.g. event notification, docking station information,
/linux-4.1.27/Documentation/device-mapper/
Dkcopyd.txt6 notification. It is used by dm-snapshot and dm-mirror.
/linux-4.1.27/Documentation/usb/
DWUSB-Design-overview.txt224 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
Dpower-management.txt329 reset_resume method, the driver won't receive any notification about
/linux-4.1.27/Documentation/cgroups/
Dmemory.txt721 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
Dmemcg_test.txt263 Memory controller implements memory thresholds using cgroups notification
Dunified-hierarchy.txt259 notification delivery. It's extremely heavy, slow and cumbersome to
/linux-4.1.27/fs/quota/
DKconfig37 future. Please use notification via netlink socket instead.
/linux-4.1.27/Documentation/laptops/
Dtoshiba_haps.txt26 however, this driver only provides a notification via a sysfs file to let
/linux-4.1.27/Documentation/connector/
Dconnector.txt126 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/
DKconfig91 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/
Diss.c527 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/
DKconfig12 notification to "nb", a notifier block, of devfreq.
/linux-4.1.27/drivers/thermal/
DKconfig250 notification methods.
261 notification methods.The other trip is a critical trip point, which
/linux-4.1.27/Documentation/acpi/
Dvideo_extension.txt100 received a notification, it will set the backlight level accordingly. This does
Dnamespace.txt11 receiving ACPI hotplug notification events. For each device object in this
/linux-4.1.27/Documentation/ABI/
DREADME64 notification is given.
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dmedia-dev.c1092 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()
Dfimc-core.h667 void fimc_sensor_notify(struct v4l2_subdev *sd, unsigned int notification,
Dfimc-capture.c1449 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/
Dhighres.txt118 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/
Drds.txt115 notification when a congestion update arrived, or when a RDMA
125 incoming message queued to the socket, or a pending notification,
Dnetdev-features.txt50 NETDEV_FEAT_CHANGE notification is issued after that whenever current
Dcs89x0.txt605 software-update notification.
Dip-sysctl.txt1111 Define mode for notification of address and device changes.
1523 Define mode for notification of address and device changes.
Dbonding.txt671 (possibly immediately) a peer notification is sent on the
/linux-4.1.27/Documentation/s390/
Dcds.txt260 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/
Dlibsas.txt164 The port notification:
170 If the LLDD wants notification when a port has been formed
Daic79xx.txt108 commands with bad status. We defer the notification
/linux-4.1.27/drivers/s390/net/
Dqeth_core_main.c66 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/
Disp.c823 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/
Dipw2100.h804 struct ipw2100_notification notification; member
Dipw2200.h706 struct ipw_rx_notification notification; member
Dipw2200.c8432 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()
Dipw2100.c2629 return (status->frame_size < sizeof(u->rx_data.notification)); in ipw2100_corruption_check()
/linux-4.1.27/kernel/
Dauditsc.c2089 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/
Dv4l2-framework.txt373 v4l2_subdev_notify(sd, notification, arg)。这个宏检查是否有一个
/linux-4.1.27/Documentation/watchdog/
Dwatchdog-api.txt21 regular intervals. When such a notification occurs, the driver will
/linux-4.1.27/drivers/xen/
DKconfig91 channels and to receive notification of an event channel
/linux-4.1.27/Documentation/hid/
Dhiddev.txt205 additional notification when the device has sent a report.
/linux-4.1.27/kernel/power/
DKconfig235 notification of APM "events" (e.g. battery status change).
/linux-4.1.27/drivers/media/pci/cx23885/
Dcx23885-core.c1814 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/
Dtcmu-design.txt218 If a new device is added or removed, a notification will be broadcast
/linux-4.1.27/tools/perf/
Ddesign.txt401 Normally a notification is generated for every page filled, however one can
/linux-4.1.27/arch/
DKconfig164 Provide a kernel-internal notification when a cpu is about to
/linux-4.1.27/drivers/leds/
DKconfig152 Choose this option if you want to use the notification LED on
/linux-4.1.27/Documentation/rapidio/
Drapidio.txt272 management notification mechanism to identify a device that is reporting an
/linux-4.1.27/Documentation/development-process/
D5.Posting276 the patch itself; that will cause the stable team to get a notification
/linux-4.1.27/Documentation/PCI/
Dpci-error-recovery.txt169 >>> recovery implementation (e.g. waiting for all notification threads
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs.txt404 as the parent. No extra notification is provided. When a ->drop_item()
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_history.txt193 * asynchronous notification.
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt164 The s390 hardware allows an operating system to send a notification
/linux-4.1.27/drivers/net/ethernet/via/
Dvia-velocity.c3689 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/
DKconfig733 added. When the timer expires, it triggers a sysfs notification.
/linux-4.1.27/fs/nfs/
Dnfs4proc.c7974 if (res.notification & ~args.notify_types) in _nfs4_proc_getdeviceinfo()
7976 if (res.notification != args.notify_types) in _nfs4_proc_getdeviceinfo()
Dnfs4xdr.c5806 res->notification = be32_to_cpup(p++); in decode_getdeviceinfo()
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES437 Turn off DNOTIFY (directory change notification support) by default
/linux-4.1.27/Documentation/video4linux/
Dv4l2-framework.txt408 it can call v4l2_subdev_notify(sd, notification, arg). This macro checks
/linux-4.1.27/init/
DKconfig1534 kernel notification (ie. KAIO) or userspace notifications.
/linux-4.1.27/arch/x86/
DKconfig2098 notification of APM "events" (e.g. battery status change).
/linux-4.1.27/
DCREDITS3118 D: Directory notification