Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 25 of 35) sorted by relevance

12

/include/trace/events/
A Dscmi.h39 bool poll, int inflight),
40 TP_ARGS(transfer_id, msg_id, protocol_id, seq, poll, inflight),
47 __field(bool, poll)
56 __entry->poll = poll;
62 __entry->transfer_id, __entry->poll, __entry->inflight)
67 u32 timeout, bool poll),
68 TP_ARGS(transfer_id, msg_id, protocol_id, seq, timeout, poll),
76 __field(bool, poll)
85 __entry->poll = poll;
90 __entry->transfer_id, __entry->timeout, __entry->poll)
/include/linux/
A Dsysctl.h120 static inline void *proc_sys_poll_event(struct ctl_table_poll *poll) in proc_sys_poll_event() argument
122 return (void *)(unsigned long)atomic_read(&poll->event); in proc_sys_poll_event()
139 struct ctl_table_poll *poll; member
215 void proc_sys_poll_notify(struct ctl_table_poll *poll);
A Dirq_poll.h12 irq_poll_fn *poll; member
A Dpoll.h75 return file->f_op->poll; in file_can_poll()
80 if (unlikely(!file->f_op->poll)) in vfs_poll()
82 return file->f_op->poll(file, pt); in vfs_poll()
A Drestart_block.h55 } poll; member
A Dadb.h37 void (*poll)(void); member
A Dposix-clock.h59 __poll_t (*poll)(struct posix_clock_context *pccontext, struct file *file, member
A Ddma-buf.h421 wait_queue_head_t poll; member
427 wait_queue_head_t *poll; member
A Drfkill.h62 void (*poll)(struct rfkill *rfkill, void *data); member
A Dipmi_smi.h211 void (*poll)(void *send_info); member
A Dtty_ldisc.h249 __poll_t (*poll)(struct tty_struct *tty, struct file *file, member
A Dscmi_protocol.h168 u32 level, bool poll);
170 u32 *level, bool poll);
178 unsigned long rate, bool poll);
180 unsigned long *rate, bool poll);
A Dhid-sensor-hub.h231 struct hid_sensor_hub_attribute_info poll; member
A Dnetdevice.h391 int (*poll)(struct napi_struct *, int); member
2786 int (*poll)(struct napi_struct *, int),
2794 netif_napi_add_weight_locked(dev, napi, poll, weight); in netif_napi_add_weight()
2809 int (*poll)(struct napi_struct *, int)) in netif_napi_add()
2811 netif_napi_add_weight(dev, napi, poll, NAPI_POLL_WEIGHT); in netif_napi_add()
2816 int (*poll)(struct napi_struct *, int)) in netif_napi_add_locked()
2824 int (*poll)(struct napi_struct *, int), in netif_napi_add_tx_weight()
2828 netif_napi_add_weight(dev, napi, poll, weight); in netif_napi_add_tx_weight()
2833 int (*poll)(struct napi_struct *, int), int index) in netif_napi_add_config_locked()
2852 netif_napi_add_config_locked(dev, napi, poll, index); in netif_napi_add_config()
[all …]
/include/linux/platform_data/
A Dmv_usb.h21 int (*poll)(void); member
/include/xen/interface/io/
A Dpvcalls.h78 } poll; member
113 } poll; member
/include/drm/
A Ddrm_accel.h28 .poll = drm_poll,\
A Ddrm_gem_dma_helper.h266 .poll = drm_poll,\
A Ddrm_gem.h454 .poll = drm_poll,\
/include/media/
A Dmedia-devnode.h51 __poll_t (*poll) (struct file *, struct poll_table_struct *); member
A Dv4l2-dev.h205 __poll_t (*poll) (struct file *, struct poll_table_struct *); member
/include/sound/
A Dhwdep.h25 __poll_t (*poll)(struct snd_hwdep *hw, struct file *file, member
A Dinfo.h50 __poll_t (*poll)(struct snd_info_entry *entry, member
/include/uapi/asm-generic/
A DKbuild18 mandatory-y += poll.h
/include/net/libeth/
A Dxdp.h221 void (*poll)(struct work_struct *work));
261 u32 (*poll)(void *xdpsq, u32 budget)) in libeth_xdpsq_run_timer()
268 if (poll(timer->xdpsq, U32_MAX)) in libeth_xdpsq_run_timer()
1610 #define LIBETH_XDP_DEFINE_TIMER(name, poll) \ argument
1613 libeth_xdpsq_run_timer(work, poll); \

Completed in 56 milliseconds

12