| /linux-4.1.27/arch/sparc/kernel/ | 
| D | sparc_ksyms_64.c | 19 struct poll {  struct 20 	int fd; 21 	short events; 22 	short revents;
  | 
| D | sparc_ksyms_32.c | 16 struct poll {  struct 17 	int fd; 18 	short events; 19 	short revents;
  | 
| /linux-4.1.27/drivers/tty/vt/ | 
| D | vc_screen.c | 66 	struct vcs_poll_data *poll =  in vcs_notifier()  local 87 vcs_poll_data_free(struct vcs_poll_data *poll)  in vcs_poll_data_free() 96 	struct vcs_poll_data *poll = file->private_data, *kill = NULL;  in vcs_poll_data_get()  local 201 	struct vcs_poll_data *poll;  in vcs_read()  local 564 	struct vcs_poll_data *poll = vcs_poll_data_get(file);  in vcs_poll()  local 578 	struct vcs_poll_data *poll = file->private_data;  in vcs_fasync()  local 607 	struct vcs_poll_data *poll = file->private_data;  in vcs_release()  local
  | 
| /linux-4.1.27/drivers/vhost/ | 
| D | vhost.c | 42 	struct vhost_poll *poll;  in vhost_poll_func()  local 52 	struct vhost_poll *poll = container_of(wait, struct vhost_poll, wait);  in vhost_poll_wakeup()  local 72 void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn,  in vhost_poll_init() 87 int vhost_poll_start(struct vhost_poll *poll, struct file *file)  in vhost_poll_start() 110 void vhost_poll_stop(struct vhost_poll *poll)  in vhost_poll_stop() 149 void vhost_poll_flush(struct vhost_poll *poll)  in vhost_poll_flush() 171 void vhost_poll_queue(struct vhost_poll *poll)  in vhost_poll_queue()
  | 
| D | net.c | 104 	struct vhost_poll poll[VHOST_NET_VQ_MAX];  member 723 	struct vhost_poll *poll = n->poll + (nvq - n->vqs);  in vhost_net_disable_vq()  local 734 	struct vhost_poll *poll = n->poll + (nvq - n->vqs);  in vhost_net_enable_vq()  local
  | 
| D | vhost.h | 72 	struct vhost_poll poll;  member
  | 
| /linux-4.1.27/include/linux/ | 
| D | blk-iopoll.h | 13 	blk_iopoll_fn *poll;  member
  | 
| D | input-polldev.h | 42 	void (*poll)(struct input_polled_dev *dev);  member
  | 
| D | dma-buf.h | 137 	wait_queue_head_t poll;  member 141 		wait_queue_head_t *poll;  member
  | 
| D | sysctl.h | 92 static inline void *proc_sys_poll_event(struct ctl_table_poll *poll)  in proc_sys_poll_event() 113 	struct ctl_table_poll *poll;  member
  | 
| D | posix-clock.h | 93 	uint    (*poll)    (struct posix_clock *pc,  member
  | 
| D | rfkill.h | 62 	void	(*poll)(struct rfkill *rfkill, void *data);  member
  | 
| D | adb.h | 36 	void (*poll)(void);  member
  | 
| D | mailbox_controller.h | 84 	struct timer_list poll;  member
  | 
| D | ipmi_smi.h | 127 	void (*poll)(void *send_info);  member
  | 
| D | tty_ldisc.h | 201 	unsigned int (*poll)(struct tty_struct *, struct file *,  member
  | 
| D | thread_info.h | 47 		} poll;  member
  | 
| D | hid-sensor-hub.h | 235 	struct hid_sensor_hub_attribute_info poll;  member
  | 
| D | net.h | 144 	unsigned int	(*poll)	     (struct file *file, struct socket *sock,  member
  | 
| D | fs.h | 1597 	unsigned int (*poll) (struct file *, struct poll_table_struct *);  member
  | 
| D | netdevice.h | 311 	int			(*poll)(struct napi_struct *, int);  member
  | 
| /linux-4.1.27/drivers/input/misc/ | 
| D | wm831x-on.c | 45 	int poll, ret;  in wm831x_poll_on()  local
  | 
| /linux-4.1.27/drivers/staging/octeon/ | 
| D | octeon-ethernet.h | 63 	void (*poll)(struct net_device *dev);  member
  | 
| /linux-4.1.27/include/linux/platform_data/ | 
| D | mv_usb.h | 33 	int		(*poll)(void);  member
  | 
| /linux-4.1.27/include/media/ | 
| D | media-devnode.h | 47 	unsigned int (*poll) (struct file *, struct poll_table_struct *);  member
  | 
| D | v4l2-dev.h | 67 	unsigned int (*poll) (struct file *, struct poll_table_struct *);  member
  | 
| D | soc_camera.h | 130 	unsigned int (*poll)(struct file *, poll_table *);  member
  | 
| /linux-4.1.27/include/sound/ | 
| D | hwdep.h | 40 	unsigned int (*poll)(struct snd_hwdep *hw, struct file *file,  member
  | 
| D | info.h | 63 	unsigned int (*poll)(struct snd_info_entry *entry,  member
  | 
| /linux-4.1.27/drivers/mfd/ | 
| D | arizona-irq.c | 97 	bool poll;  in arizona_irq_thread()  local
  | 
| D | tps65010.c | 322 	u8 tmp = 0, mask, poll;  in tps65010_interrupt()  local
  | 
| /linux-4.1.27/drivers/gpu/drm/ | 
| D | drm_probe_helper.c | 411 	bool poll = false;  in drm_kms_helper_poll_enable()  local
  | 
| /linux-4.1.27/drivers/pci/hotplug/ | 
| D | cpcihp_zt5550.c | 61 static bool poll;  variable
  | 
| /linux-4.1.27/drivers/media/ | 
| D | media-devnode.c | 108 			       struct poll_table_struct *poll)  in media_poll()
  | 
| /linux-4.1.27/drivers/isdn/mISDN/ | 
| D | dsp_core.c | 169 static int poll;  variable
  | 
| /linux-4.1.27/arch/x86/kvm/ | 
| D | irq.h | 49 	u8 poll;  member
  | 
| /linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ | 
| D | base.c | 91 	bool poll = true;  in nvkm_therm_update()  local
  | 
| /linux-4.1.27/include/net/irda/ | 
| D | ircomm_param.h | 135 	__u8 poll;  member
  | 
| /linux-4.1.27/fs/cachefiles/ | 
| D | daemon.c | 294 					   struct poll_table_struct *poll)  in cachefiles_daemon_poll()
  | 
| /linux-4.1.27/drivers/scsi/qla4xxx/ | 
| D | ql4_83xx.h | 264 	uint32_t poll;  member 281 	uint32_t poll;  member 294 	uint32_t poll;  member
  | 
| D | ql4_nx.c | 2646 	uint32_t poll, mask, data_size, modify_mask;  in qla4_84xx_minidump_process_rddfe()  local 2743 	uint32_t poll, mask;  in qla4_84xx_minidump_process_rdmdio()  local 2814 	uint32_t addr1, addr2, value1, value2, poll, mask, r_value;  in qla4_84xx_minidump_process_pollwr()  local
  | 
| /linux-4.1.27/arch/um/os-Linux/ | 
| D | sigio.c | 38 	struct pollfd *poll;  member
  | 
| /linux-4.1.27/net/nfc/nci/ | 
| D | ntf.c | 418 	struct activation_params_poll_nfc_dep *poll;  in nci_extract_activation_params_nfc_dep()  local
  | 
| /linux-4.1.27/drivers/misc/cxl/ | 
| D | file.c | 249 static unsigned int afu_poll(struct file *file, struct poll_table_struct *poll)  in afu_poll()
  | 
| /linux-4.1.27/drivers/mmc/host/ | 
| D | sdhci-msm.c | 67 static inline int msm_dll_poll_ck_out_en(struct sdhci_host *host, u8 poll)  in msm_dll_poll_ck_out_en()
  | 
| D | vub300.c | 168 	struct sd_irqpoll_header poll;  member
  | 
| /linux-4.1.27/kernel/events/ | 
| D | internal.h | 22 	atomic_t			poll;		/* POLL_ for wakeups */  member
  | 
| /linux-4.1.27/fs/proc/ | 
| D | inode.c | 227 	unsigned int (*poll)(struct file *, struct poll_table_struct *);  in proc_reg_poll()  local
  | 
| D | proc_sysctl.c | 44 void proc_sys_poll_notify(struct ctl_table_poll *poll)  in proc_sys_poll_notify()
  | 
| /linux-4.1.27/fs/ | 
| D | mount.h | 14 	wait_queue_head_t poll;  member
  | 
| D | select.c | 957 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds,  in SYSCALL_DEFINE3()  argument
  | 
| /linux-4.1.27/drivers/staging/rtl8188eu/hal/ | 
| D | rtl8188e_cmd.c | 589 	u32 poll = 0;  in rtl8188e_set_FwJoinBssReport_cmd()  local
  | 
| /linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ | 
| D | qlcnic_83xx_init.c | 1839 	struct qlc_83xx_poll *poll;  in qlcnic_83xx_poll_list()  local 1883 	struct qlc_83xx_poll *poll;  in qlcnic_83xx_poll_write_list()  local 1937 	struct qlc_83xx_poll *poll;  in qlcnic_83xx_poll_read_list()  local
  | 
| D | qlcnic_minidump.c | 910 	struct __pollrdmwr *poll = &entry->region.pollrdmwr;  in qlcnic_read_pollrdmwr()  local
  | 
| /linux-4.1.27/drivers/dma-buf/ | 
| D | dma-buf.c | 133 static unsigned int dma_buf_poll(struct file *file, poll_table *poll)  in dma_buf_poll()
  | 
| /linux-4.1.27/arch/xtensa/platforms/iss/ | 
| D | network.c | 93 		int (*poll)(struct iss_net_private *lp);  member
  | 
| /linux-4.1.27/drivers/media/v4l2-core/ | 
| D | v4l2-dev.c | 331 static unsigned int v4l2_poll(struct file *filp, struct poll_table_struct *poll)  in v4l2_poll()
  | 
| /linux-4.1.27/include/net/bluetooth/ | 
| D | bluetooth.h | 264 		poll:1,  member
  | 
| /linux-4.1.27/fs/kernfs/ | 
| D | file.c | 38 	wait_queue_head_t	poll;  member
  | 
| /linux-4.1.27/drivers/net/ethernet/broadcom/ | 
| D | sb1250-mac.c | 1067 			    int work_to_do, int poll)  in sbdma_rx_process() 1232 			     int poll)  in sbdma_tx_process()
  | 
| D | bnx2.c | 8495 		int (*poll)(struct napi_struct *, int);  in bnx2_init_napi()  local
  | 
| /linux-4.1.27/drivers/input/mouse/ | 
| D | psmouse.h | 80 	int (*poll)(struct psmouse *psmouse);  member
  | 
| /linux-4.1.27/drivers/staging/comedi/drivers/ | 
| D | pcl816.c | 465 	unsigned int poll;  in pcl816_ai_poll()  local
  | 
| D | pcl812.c | 861 	unsigned int poll;  in pcl812_ai_poll()  local
  | 
| /linux-4.1.27/drivers/scsi/qla2xxx/ | 
| D | qla_nx2.h | 442 	uint32_t poll;  member 459 	uint32_t poll;  member 472 	uint32_t poll;  member
  | 
| D | qla_nx2.c | 2995 	uint32_t poll, mask, data_size, modify_mask;  in qla8044_minidump_process_rddfe()  local 3094 	uint32_t poll, mask;  in qla8044_minidump_process_rdmdio()  local 3168 	uint32_t addr1, addr2, value1, value2, poll, mask, r_value;  in qla8044_minidump_process_pollwr()  local
  | 
| /linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe_common.c | 2443 	u32 i, poll;  in ixgbe_disable_pcie_master()  local 3648 	u32 gcr_ext, hlreg0, i, poll;  in ixgbe_clear_tx_pending()  local
  | 
| /linux-4.1.27/drivers/isdn/hardware/mISDN/ | 
| D | hfcsusb.c | 41 static int poll = DEFAULT_TRANSP_BURST_SZ;  variable
  | 
| D | hfcpci.c | 60 static uint poll, tics;  variable
  | 
| D | hfcmulti.c | 224 static uint	poll;  variable
  | 
| /linux-4.1.27/drivers/usb/serial/ | 
| D | iuu_phoenix.c | 60 	int poll;		/* number of poll */  member
  | 
| /linux-4.1.27/drivers/staging/media/lirc/ | 
| D | lirc_zilog.c | 1208 static unsigned int poll(struct file *filep, poll_table *wait)  in poll()  function
  | 
| /linux-4.1.27/drivers/staging/comedi/ | 
| D | comedidev.h | 76 	int (*poll)(struct comedi_device *, struct comedi_subdevice *);  member
  | 
| /linux-4.1.27/drivers/tty/serial/ | 
| D | sccnxp.c | 127 	bool			poll;  member
  | 
| /linux-4.1.27/drivers/usb/atm/ | 
| D | cxacru.c | 354 	int poll = -1;  in cxacru_sysfs_store_adsl_state()  local
  | 
| /linux-4.1.27/drivers/net/wan/ | 
| D | cosa.c | 927 static unsigned int cosa_poll(struct file *file, poll_table *poll)  in cosa_poll()
  | 
| /linux-4.1.27/drivers/xen/events/ | 
| D | events_base.c | 1535 		struct sched_poll poll;  in xen_poll_irq_timeout()  local
  | 
| /linux-4.1.27/drivers/tty/ | 
| D | n_tty.c | 1954 static inline int input_available_p(struct tty_struct *tty, int poll)  in input_available_p()
  | 
| /linux-4.1.27/arch/x86/include/uapi/asm/ | 
| D | kvm.h | 68 	__u8 poll;  member
  | 
| /linux-4.1.27/drivers/scsi/megaraid/ | 
| D | mbox_defs.h | 175 	uint8_t		poll;  member
  | 
| /linux-4.1.27/drivers/char/ipmi/ | 
| D | ipmi_si_intf.c | 1102 static void poll(void *send_info)  in poll()  function
  | 
| /linux-4.1.27/drivers/scsi/ | 
| D | osst.h | 591 …unsigned char  poll;                         /* flag that this drive needs polling (IDE|firmware) …  member
  | 
| D | megaraid.h | 104 	volatile u8 poll;  member
  | 
| /linux-4.1.27/security/tomoyo/ | 
| D | common.h | 791 	unsigned int (*poll) (struct file *file, poll_table *wait);  member
  | 
| /linux-4.1.27/drivers/staging/rtl8723au/core/ | 
| D | rtw_mlme_ext.c | 3980 	int poll = 0;  in send_beacon23a()  local
  | 
| /linux-4.1.27/drivers/net/ethernet/sfc/ | 
| D | net_driver.h | 736 	bool (*poll) (struct efx_nic *efx);  member
  | 
| /linux-4.1.27/drivers/staging/rtl8188eu/core/ | 
| D | rtw_mlme_ext.c | 3587 	int poll = 0;  in send_beacon()  local
  | 
| /linux-4.1.27/net/bluetooth/ | 
| D | l2cap_core.c | 1099 static void l2cap_send_rr_or_rnr(struct l2cap_chan *chan, bool poll)  in l2cap_send_rr_or_rnr()
  | 
| /linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ | 
| D | sdio.c | 473 	bool poll;		/* Use polling */  member
  |