/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | vnic_dev.c | 270 int wait) in _vnic_dev_cmd() 339 u64 *a0, u64 *a1, int wait) in vnic_dev_cmd_proxy() 371 enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) in vnic_dev_cmd_no_proxy() 399 u64 *a0, u64 *a1, int wait) in vnic_dev_cmd() 419 int wait = 1000; in vnic_dev_capable() local 431 int wait = 1000; in vnic_dev_fw_info() local 462 int wait = 1000; in vnic_dev_spec() local 484 int wait = 1000; in vnic_dev_stats_dump() local 503 int wait = 1000; in vnic_dev_close() local 510 int wait = 1000; in vnic_dev_enable_wait() local [all …]
|
D | enic_res.c | 125 int wait = 1000; in enic_add_vlan() local 138 int wait = 1000; in enic_del_vlan() local 154 int wait = 1000; in enic_set_nic_cfg() local 169 int wait = 1000; in enic_set_rss_key() local 177 int wait = 1000; in enic_set_rss_cpu() local
|
D | enic_api.c | 30 enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) in enic_api_devcmd_proxy_by_index()
|
D | vnic_wq.c | 160 unsigned int wait; in vnic_wq_disable() local
|
D | vnic_rq.c | 169 unsigned int wait; in vnic_rq_disable() local
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | vnic_dev.c | 233 u64 *a0, u64 *a1, int wait) in vnic_dev_cmd() 297 int wait = 1000; in vnic_dev_fw_info() local 322 int wait = 1000; in vnic_dev_spec() local 354 int wait = 1000; in vnic_dev_stats_clear() local 361 int wait = 1000; in vnic_dev_stats_dump() local 380 int wait = 1000; in vnic_dev_close() local 387 int wait = 1000; in vnic_dev_enable() local 394 int wait = 1000; in vnic_dev_disable() local 401 int wait = 1000; in vnic_dev_open() local 408 int wait = 1000; in vnic_dev_open_done() local [all …]
|
D | vnic_wq_copy.c | 32 unsigned int wait; in vnic_wq_copy_disable() local
|
D | fnic_res.c | 187 int wait = 1000; in fnic_set_nic_config() local
|
D | vnic_wq.c | 143 unsigned int wait; in vnic_wq_disable() local
|
D | vnic_rq.c | 152 unsigned int wait; in vnic_rq_disable() local
|
/linux-4.1.27/kernel/sched/ |
D | wait.c | 23 void add_wait_queue(wait_queue_head_t *q, wait_queue_t *wait) in add_wait_queue() 34 void add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t *wait) in add_wait_queue_exclusive() 45 void remove_wait_queue(wait_queue_head_t *q, wait_queue_t *wait) in remove_wait_queue() 172 prepare_to_wait(wait_queue_head_t *q, wait_queue_t *wait, int state) in prepare_to_wait() 186 prepare_to_wait_exclusive(wait_queue_head_t *q, wait_queue_t *wait, int state) in prepare_to_wait_exclusive() 199 long prepare_to_wait_event(wait_queue_head_t *q, wait_queue_t *wait, int state) in prepare_to_wait_event() 232 void finish_wait(wait_queue_head_t *q, wait_queue_t *wait) in finish_wait() 276 void abort_exclusive_wait(wait_queue_head_t *q, wait_queue_t *wait, in abort_exclusive_wait() 291 int autoremove_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in autoremove_wake_function() 326 long wait_woken(wait_queue_t *wait, unsigned mode, long timeout) in wait_woken() [all …]
|
/linux-4.1.27/kernel/ |
D | up.c | 11 int wait) in smp_call_function_single() 36 int on_each_cpu(smp_call_func_t func, void *info, int wait) in on_each_cpu() 54 smp_call_func_t func, void *info, bool wait) in on_each_cpu_mask() 71 smp_call_func_t func, void *info, bool wait, in on_each_cpu_cond()
|
D | smp.c | 272 int wait) in smp_call_function_single() 362 smp_call_func_t func, void *info, int wait) in smp_call_function_any() 405 smp_call_func_t func, void *info, bool wait) in smp_call_function_many() 488 int smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function() 591 int on_each_cpu(void (*func) (void *info), void *info, int wait) in on_each_cpu() 623 void *info, bool wait) in on_each_cpu_mask() 666 smp_call_func_t func, void *info, bool wait, in on_each_cpu_cond()
|
D | kmod.c | 71 static int call_modprobe(char *module_name, int wait) in call_modprobe() 125 int __request_module(bool wait, const char *fmt, ...) in __request_module() 537 int call_usermodehelper_exec(struct subprocess_info *sub_info, int wait) in call_usermodehelper_exec() 598 int call_usermodehelper(char *path, char **argv, char **envp, int wait) in call_usermodehelper()
|
/linux-4.1.27/include/linux/ |
D | smp.h | 135 #define smp_call_function(func, info, wait) \ argument 140 #define smp_call_function_many(mask, func, info, wait) \ argument 146 void *info, int wait) in smp_call_function_any()
|
D | fs_pin.h | 4 wait_queue_head_t wait; member
|
D | completion.h | 27 wait_queue_head_t wait; member
|
D | eventfd.h | 76 wait_queue_t *wait, __u64 *cnt) in eventfd_ctx_remove_wait_queue()
|
D | libps2.h | 36 wait_queue_head_t wait; member
|
D | sudmac.h | 33 unsigned long wait; /* The configuable range is 0 to 3 */ member
|
D | mempool.h | 23 wait_queue_head_t wait; member
|
D | percpu_ida.h | 46 wait_queue_head_t wait; member
|
D | kmod.h | 62 int wait; member
|
D | hidraw.h | 23 wait_queue_head_t wait; member
|
D | wait.h | 36 wait_queue_t wait; member 123 __add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t *wait) in __add_wait_queue_exclusive() 136 __add_wait_queue_tail_exclusive(wait_queue_head_t *q, wait_queue_t *wait) in __add_wait_queue_tail_exclusive() 941 #define init_wait(wait) \ argument
|
D | pipe_fs_i.h | 48 wait_queue_head_t wait; member
|
D | vfio.h | 126 wait_queue_t wait; member
|
D | lp.h | 50 unsigned int wait; member
|
D | fence.h | 170 signed long (*wait)(struct fence *fence, bool intr, signed long timeout); member
|
/linux-4.1.27/drivers/staging/i2o/ |
D | exec-osm.c | 82 struct i2o_exec_wait *wait; in i2o_exec_wait_alloc() local 98 static void i2o_exec_wait_free(struct i2o_exec_wait *wait) in i2o_exec_wait_free() 126 struct i2o_exec_wait *wait; in i2o_msg_post_wait_mem() local 219 struct i2o_exec_wait *wait, *tmp; in i2o_msg_post_wait_complete() local
|
/linux-4.1.27/fs/ceph/ |
D | locks.c | 36 int cmd, u8 wait, struct file_lock *fl) in ceph_lock_message() 161 u8 wait = 0; in ceph_lock() local 208 u8 wait = 0; in ceph_flock() local
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/ |
D | mdp_kms.c | 91 struct mdp_irq_wait *wait = in wait_irq() local 99 struct mdp_irq_wait wait = { in mdp_irq_wait() local
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_irq.c | 106 struct omap_irq_wait *wait = in wait_irq() local 115 struct omap_irq_wait *wait = kzalloc(sizeof(*wait), GFP_KERNEL); in omap_irq_wait_init() local 123 int omap_irq_wait(struct drm_device *dev, struct omap_irq_wait *wait, in omap_irq_wait()
|
D | omap_dmm_tiler.c | 251 static int dmm_txn_commit(struct dmm_txn *txn, bool wait) in dmm_txn_commit() 305 uint32_t npages, uint32_t roll, bool wait) in fill() 338 uint32_t npages, uint32_t roll, bool wait) in tiler_pin()
|
/linux-4.1.27/drivers/md/bcache/ |
D | alloc.c | 381 long bch_bucket_alloc(struct cache *ca, unsigned reserve, bool wait) in bch_bucket_alloc() 463 struct bkey *k, int n, bool wait) in __bch_bucket_alloc_set() 496 struct bkey *k, int n, bool wait) in bch_bucket_alloc_set() 572 unsigned write_point, unsigned write_prio, bool wait) in bch_alloc_sectors()
|
D | journal.h | 97 struct closure_waitlist wait; member 106 struct closure_waitlist wait; member
|
/linux-4.1.27/sound/core/seq/ |
D | seq_fifo.c | 176 wait_queue_t wait; in snd_seq_fifo_cell_out() local 225 poll_table *wait) in snd_seq_fifo_poll_wait()
|
D | seq_memory.c | 229 wait_queue_t wait; in snd_seq_cell_alloc() local 370 poll_table *wait) in snd_seq_pool_poll_wait()
|
/linux-4.1.27/fs/f2fs/ |
D | gc.h | 68 long *wait) in increase_sleep_time() 79 long *wait) in decrease_sleep_time()
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | lib-eq.c | 327 int wait; in lnet_eq_wait_locked() local 395 int wait = 1; in LNetEQPoll() local
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | omap-headsmp.S | 35 wait: ldr r2, =AUX_CORE_BOOT0_PA @ read from AuxCoreBoot0 label
|
D | sleep44xx.S | 166 wait: label
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | micctrl | 131 wait() function
|
/linux-4.1.27/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_xgmac.c | 54 u8 wait = 10; in xgene_enet_wr_indirect() local 108 u8 wait = 10; in xgene_enet_rd_indirect() local 145 u8 wait = 10; in xgene_enet_ecc_init() local
|
D | xgene_enet_hw.c | 257 u8 wait = 10; in xgene_enet_wr_indirect() local 319 u8 wait = 10; in xgene_enet_rd_indirect() local 357 u8 wait = 10; in xgene_mii_phy_write() local 383 u8 wait = 10; in xgene_mii_phy_read() local 422 u8 wait = 10; in xgene_enet_ecc_init() local
|
/linux-4.1.27/drivers/char/hw_random/ |
D | tpm-rng.c | 26 static int tpm_rng_read(struct hwrng *rng, void *data, size_t max, bool wait) in tpm_rng_read()
|
D | nomadik-rng.c | 22 static int nmk_rng_read(struct hwrng *rng, void *data, size_t max, bool wait) in nmk_rng_read()
|
D | powernv-rng.c | 18 static int powernv_rng_read(struct hwrng *rng, void *data, size_t max, bool wait) in powernv_rng_read()
|
D | bcm2835-rng.c | 30 bool wait) in bcm2835_rng_read()
|
D | pseries-rng.c | 28 static int pseries_rng_read(struct hwrng *rng, void *data, size_t max, bool wait) in pseries_rng_read()
|
D | geode-rng.c | 64 static int geode_rng_data_present(struct hwrng *rng, int wait) in geode_rng_data_present()
|
D | amd-rng.c | 56 static int amd_rng_data_present(struct hwrng *rng, int wait) in amd_rng_data_present()
|
D | omap3-rom-rng.c | 74 static int omap3_rom_rng_data_present(struct hwrng *rng, int wait) in omap3_rom_rng_data_present()
|
D | atmel-rng.c | 31 bool wait) in atmel_trng_read()
|
D | ppc4xx-rng.c | 31 static int ppc4xx_rng_data_present(struct hwrng *rng, int wait) in ppc4xx_rng_data_present()
|
D | bcm63xx-rng.c | 63 static int bcm63xx_rng_data_present(struct hwrng *rng, int wait) in bcm63xx_rng_data_present()
|
D | pasemi-rng.c | 46 static int pasemi_rng_data_present(struct hwrng *rng, int wait) in pasemi_rng_data_present()
|
D | timeriomem-rng.c | 54 static int timeriomem_rng_data_present(struct hwrng *rng, int wait) in timeriomem_rng_data_present()
|
D | tx4939-rng.c | 65 static int tx4939_rng_data_present(struct hwrng *rng, int wait) in tx4939_rng_data_present()
|
D | via-rng.c | 91 static int via_rng_data_present(struct hwrng *rng, int wait) in via_rng_data_present()
|
D | exynos-rng.c | 79 size_t max, bool wait) in exynos_read()
|
D | msm-rng.c | 81 static int msm_rng_read(struct hwrng *hwrng, void *data, size_t max, bool wait) in msm_rng_read()
|
D | iproc-rng200.c | 95 bool wait) in iproc_rng200_read()
|
D | virtio-rng.c | 66 static int virtio_read(struct hwrng *rng, void *buf, size_t size, bool wait) in virtio_read()
|
D | mxc-rnga.c | 69 static int mxc_rnga_data_present(struct hwrng *rng, int wait) in mxc_rnga_data_present()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | atari_joystick.h | 19 wait_queue_head_t wait; member
|
/linux-4.1.27/firmware/av7110/ |
D | Boot.S | 72 wait: ldrh r1, [r4] // wait for flag!=0 label
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | ael1002.c | 153 static int ael1002_reset(struct cphy *phy, int wait) in ael1002_reset() 222 static int ael1006_reset(struct cphy *phy, int wait) in ael1006_reset() 394 static int ael2005_reset(struct cphy *phy, int wait) in ael2005_reset() 722 static int ael2020_reset(struct cphy *phy, int wait) in ael2020_reset() 890 static int xaui_direct_reset(struct cphy *phy, int wait) in xaui_direct_reset()
|
D | aq100x.c | 65 static int aq100x_reset(struct cphy *phy, int wait) in aq100x_reset() 269 unsigned int v, v2, gpio, wait; in t3_aq100x_phy_prep() local
|
/linux-4.1.27/drivers/video/fbdev/ |
D | vt8500lcdfb.h | 22 wait_queue_head_t wait; member
|
D | sticore.h | 106 u32 wait : 1; /* should routine idle wait or not */ member 152 u32 wait : 1; /* should routine idle wait or not */ member 270 u32 wait : 1; /* should routine idle wait or not */ member 284 u32 wait : 1; /* should routine idle wait or not */ member
|
D | smscufx.c | 240 static int ufx_blank(struct ufx_data *dev, bool wait) in ufx_blank() 277 static int ufx_unblank(struct ufx_data *dev, bool wait) in ufx_unblank() 314 static int ufx_disable(struct ufx_data *dev, bool wait) in ufx_disable() 351 static int ufx_enable(struct ufx_data *dev, bool wait) in ufx_enable()
|
D | goldfishfb.c | 49 wait_queue_head_t wait; member
|
/linux-4.1.27/drivers/misc/ibmasm/ |
D | ibmasm.h | 92 wait_queue_head_t wait; member 134 wait_queue_head_t wait; member 141 wait_queue_head_t wait; member
|
/linux-4.1.27/fs/ |
D | internal.h | 32 static inline int __sync_blockdev(struct block_device *bdev, int wait) in __sync_blockdev()
|
D | fs_pin.c | 37 wait_queue_t wait; in pin_kill() local
|
D | sync.c | 30 static int __sync_filesystem(struct super_block *sb, int wait) in __sync_filesystem() 104 int nowait = 0, wait = 1; in SYSCALL_DEFINE0() local
|
D | eventfd.c | 117 static unsigned int eventfd_poll(struct file *file, poll_table *wait) in eventfd_poll() 156 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_t *wait, in eventfd_ctx_remove_wait_queue()
|
D | select.c | 182 static int __pollwake(wait_queue_t *wait, unsigned mode, int sync, void *key) in __pollwake() 208 static int pollwake(wait_queue_t *wait, unsigned mode, int sync, void *key) in pollwake() 388 static inline void wait_key_set(poll_table *wait, unsigned long in, in wait_key_set() 403 poll_table *wait; in do_select() local 782 struct poll_wqueues *wait, struct timespec *end_time) in do_poll()
|
D | aio.c | 144 wait_queue_head_t wait; member 791 struct ctx_rq_wait *wait) in kill_ioctx() 837 struct ctx_rq_wait wait; in exit_aio() local 1347 struct ctx_rq_wait wait; in SYSCALL_DEFINE1() local
|
D | proc_namespace.c | 18 static unsigned mounts_poll(struct file *file, poll_table *wait) in mounts_poll()
|
/linux-4.1.27/fs/jffs2/ |
D | background.c | 63 int wait = 0; in jffs2_stop_garbage_collect_thread() local
|
/linux-4.1.27/fs/proc/ |
D | kmsg.c | 42 static unsigned int kmsg_poll(struct file *file, poll_table *wait) in kmsg_poll()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | espi.c | 314 u32 t1_espi_get_mon(adapter_t *adapter, u32 addr, u8 wait) in t1_espi_get_mon() 345 int t1_espi_get_mon_t204(adapter_t *adapter, u32 *valp, u8 wait) in t1_espi_get_mon_t204()
|
D | my3126.c | 7 static int my3126_reset(struct cphy *cphy, int wait) in my3126_reset()
|
D | mv88x201x.c | 77 static int mv88x201x_reset(struct cphy *cphy, int wait) in mv88x201x_reset()
|
D | mv88e1xxx.c | 47 static int mv88e1xxx_reset(struct cphy *cphy, int wait) in mv88e1xxx_reset()
|
/linux-4.1.27/arch/tile/include/gxio/ |
D | dma_queue.h | 77 unsigned int num, bool wait, in __gxio_dma_queue_reserve()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | timerdev.c | 38 wait_queue_head_t wait; member 143 mISDN_poll(struct file *filep, poll_table *wait) in mISDN_poll()
|
/linux-4.1.27/fs/sysv/ |
D | inode.c | 34 static int sysv_sync_fs(struct super_block *sb, int wait) in sysv_sync_fs() 237 static int __sysv_write_inode(struct inode *inode, int wait) in __sysv_write_inode()
|
/linux-4.1.27/fs/jfs/ |
D | inode.c | 83 int jfs_commit_inode(struct inode *inode, int wait) in jfs_commit_inode() 127 int wait = wbc->sync_mode == WB_SYNC_ALL; in jfs_write_inode() local
|
D | jfs_metapage.h | 37 wait_queue_head_t wait; member
|
/linux-4.1.27/net/vmw_vsock/ |
D | vmci_transport.c | 141 struct vmci_transport_waiting_info *wait, in vmci_transport_packet_init() 214 struct vmci_transport_waiting_info *wait, in __vmci_transport_send_control_pkt() 235 struct vmci_transport_waiting_info *wait, in vmci_transport_reply_control_pkt_fast() 259 struct vmci_transport_waiting_info *wait, in vmci_transport_send_control_pkt_bh() 280 struct vmci_transport_waiting_info *wait, in vmci_transport_send_control_pkt() 423 struct vmci_transport_waiting_info *wait) in vmci_transport_send_waiting_write() 432 struct vmci_transport_waiting_info *wait) in vmci_transport_send_waiting_read()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | smp.c | 72 int wait; member 390 int smp_nmi_call_function(smp_call_func_t func, void *info, int wait) in smp_nmi_call_function() 533 int wait = nmi_call_data->wait; in smp_nmi_call_function_interrupt() local 1069 int wait) in hotplug_cpu_nmi_call_function()
|
/linux-4.1.27/include/media/ |
D | v4l2-fh.h | 43 wait_queue_head_t wait; member
|
/linux-4.1.27/arch/mips/bcm63xx/ |
D | cs.c | 65 int bcm63xx_set_cs_timing(unsigned int cs, unsigned int wait, in bcm63xx_set_cs_timing()
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-radio-tx.c | 107 unsigned int vivid_radio_tx_poll(struct file *file, struct poll_table_struct *wait) in vivid_radio_tx_poll()
|
D | vivid-radio-rx.c | 142 unsigned int vivid_radio_rx_poll(struct file *file, struct poll_table_struct *wait) in vivid_radio_rx_poll()
|
/linux-4.1.27/sound/pci/mixart/ |
D | mixart_core.c | 242 wait_queue_t wait; in snd_mixart_send_msg() local 287 wait_queue_t wait; in snd_mixart_send_msg_wait_notif() local
|
/linux-4.1.27/drivers/staging/media/omap4iss/ |
D | iss_ipipe.h | 54 wait_queue_head_t wait; member
|
D | iss_resizer.h | 57 wait_queue_head_t wait; member
|
D | iss_ipipeif.h | 74 wait_queue_head_t wait; member
|
D | iss.c | 813 int omap4iss_module_sync_idle(struct media_entity *me, wait_queue_head_t *wait, in omap4iss_module_sync_idle() 871 int omap4iss_module_sync_is_stopping(wait_queue_head_t *wait, in omap4iss_module_sync_is_stopping()
|
/linux-4.1.27/drivers/staging/gdm72xx/ |
D | sdio_boot.c | 44 unsigned long wait = jiffies + HZ; in ack_ready() local
|
/linux-4.1.27/drivers/hid/ |
D | hid-roccat.c | 47 wait_queue_head_t wait; member 140 static unsigned int roccat_poll(struct file *file, poll_table *wait) in roccat_poll()
|
/linux-4.1.27/net/irda/irnet/ |
D | irnet_ppp.c | 424 poll_table * wait) in irnet_ctrl_poll() 612 poll_table * wait) in dev_irnet_poll()
|
/linux-4.1.27/sound/core/seq/oss/ |
D | seq_oss_rw.c | 200 snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait) in snd_seq_oss_poll()
|
D | seq_oss_readq.c | 192 snd_seq_oss_readq_poll(struct seq_oss_readq *q, struct file *file, poll_table *wait) in snd_seq_oss_readq_poll()
|
D | seq_oss.c | 196 odev_poll(struct file *file, poll_table * wait) in odev_poll()
|
/linux-4.1.27/sound/core/ |
D | rawmidi.c | 371 wait_queue_t wait; in snd_rawmidi_open() local 1005 wait_queue_t wait; in snd_rawmidi_read() local 1309 wait_queue_t wait; in snd_rawmidi_write() local 1341 wait_queue_t wait; in snd_rawmidi_write() local 1360 static unsigned int snd_rawmidi_poll(struct file *file, poll_table * wait) in snd_rawmidi_poll()
|
D | hwdep.c | 87 wait_queue_t wait; in snd_hwdep_open() local 179 static unsigned int snd_hwdep_poll(struct file * file, poll_table * wait) in snd_hwdep_poll()
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | smp.h | 53 #define smp_call_function_on_cpu(func,info,wait,cpu) ({ 0; }) argument
|
/linux-4.1.27/drivers/misc/ |
D | phantom.c | 53 wait_queue_head_t wait; member 259 static unsigned int phantom_poll(struct file *file, poll_table *wait) in phantom_poll()
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
D | c2_provider.h | 97 wait_queue_head_t wait; member 112 wait_queue_head_t wait; member
|
/linux-4.1.27/drivers/input/serio/ |
D | serio_raw.c | 39 wait_queue_head_t wait; member 242 static unsigned int serio_raw_poll(struct file *file, poll_table *wait) in serio_raw_poll()
|
D | serport.c | 37 wait_queue_head_t wait; member
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | adf_init.c | 285 bool wait = false; in adf_dev_stop() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | pmu.h | 18 wait_queue_head_t wait; member
|
/linux-4.1.27/include/uapi/linux/ |
D | dlm_plock.h | 32 __u8 wait; member
|
/linux-4.1.27/drivers/media/common/saa7146/ |
D | saa7146_fops.c | 323 static unsigned int __fops_poll(struct file *file, struct poll_table_struct *wait) in __fops_poll() 362 static unsigned int fops_poll(struct file *file, struct poll_table_struct *wait) in fops_poll()
|
/linux-4.1.27/fs/ecryptfs/ |
D | kthread.c | 43 wait_queue_head_t wait; member
|
/linux-4.1.27/drivers/misc/mic/host/ |
D | mic_fops.c | 137 unsigned int mic_poll(struct file *f, poll_table *wait) in mic_poll()
|
/linux-4.1.27/arch/tile/gxio/ |
D | dma_queue.c | 155 unsigned int num, int wait) in __gxio_dma_queue_reserve_aux()
|
/linux-4.1.27/arch/x86/kernel/ |
D | smp.c | 179 static void native_stop_other_cpus(int wait) in native_stop_other_cpus()
|
/linux-4.1.27/net/core/ |
D | datagram.c | 71 static int receiver_wake_function(wait_queue_t *wait, unsigned int mode, int sync, in receiver_wake_function() 753 poll_table *wait) in datagram_poll()
|
/linux-4.1.27/drivers/clk/at91/ |
D | clk-main.c | 39 wait_queue_head_t wait; member 48 wait_queue_head_t wait; member 66 wait_queue_head_t wait; member
|
D | clk-utmi.c | 31 wait_queue_head_t wait; member
|
D | clk-system.c | 34 wait_queue_head_t wait; member
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_hwdep.c | 57 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) in hwdep_poll()
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-hwdep.c | 56 poll_table *wait) in hwdep_poll()
|
/linux-4.1.27/net/dccp/ |
D | probe.c | 49 wait_queue_head_t wait; member
|
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 56 poll_table *wait) in hwdep_poll()
|
/linux-4.1.27/drivers/iio/ |
D | industrialio-event.c | 37 wait_queue_head_t wait; member 80 struct poll_table_struct *wait) in iio_event_poll()
|
/linux-4.1.27/fs/affs/ |
D | super.c | 27 affs_commit_super(struct super_block *sb, int wait) in affs_commit_super() 53 affs_sync_fs(struct super_block *sb, int wait) in affs_sync_fs()
|
/linux-4.1.27/drivers/vfio/ |
D | virqfd.c | 46 static int virqfd_wakeup(wait_queue_t *wait, unsigned mode, int sync, void *key) in virqfd_wakeup()
|
/linux-4.1.27/fs/squashfs/ |
D | decompressor_multi.c | 45 wait_queue_head_t wait; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | outpdp.h | 21 wait_queue_head_t wait; member
|
D | outpdp.c | 34 nvkm_output_dp_train(struct nvkm_output *base, u32 datarate, bool wait) in nvkm_output_dp_train()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | selftest.c | 133 unsigned long timeout, wait; in efx_test_interrupts() local 170 unsigned long timeout, wait; in efx_test_eventq_irq() local
|
/linux-4.1.27/sound/usb/usx2y/ |
D | usX2Yhwdep.c | 90 static unsigned int snd_us428ctls_poll(struct snd_hwdep *hw, struct file *file, poll_table *wait) in snd_us428ctls_poll()
|
/linux-4.1.27/drivers/pps/ |
D | pps.c | 52 static unsigned int pps_cdev_poll(struct file *file, poll_table *wait) in pps_cdev_poll()
|
/linux-4.1.27/drivers/ptp/ |
D | ptp_chardev.c | 259 unsigned int ptp_poll(struct posix_clock *pc, struct file *fp, poll_table *wait) in ptp_poll()
|
/linux-4.1.27/drivers/clk/sirf/ |
D | clk-common.c | 343 u32 wait = (cfg >> 16) & (BIT(4) - 1); in dmn_clk_recalc_rate() local 354 unsigned ratio, wait, hold; in dmn_clk_round_rate() local 376 unsigned ratio, wait, hold, reg; in dmn_clk_set_rate() local
|
/linux-4.1.27/drivers/usb/core/ |
D | devices.c | 130 wait_queue_head_t wait; member 649 struct poll_table_struct *wait) in usb_device_poll()
|
/linux-4.1.27/drivers/isdn/divert/ |
D | divert_procfs.c | 123 isdn_divert_poll(struct file *file, poll_table *wait) in isdn_divert_poll()
|
/linux-4.1.27/security/tomoyo/ |
D | securityfs_if.c | 164 static unsigned int tomoyo_poll(struct file *file, poll_table *wait) in tomoyo_poll()
|
/linux-4.1.27/net/sctp/ |
D | probe.c | 67 wait_queue_head_t wait; member
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_fops.c | 537 unsigned int drm_poll(struct file *filp, struct poll_table_struct *wait) in drm_poll()
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | ispccp2.h | 76 wait_queue_head_t wait; member
|
D | ispresizer.h | 109 wait_queue_head_t wait; member
|
/linux-4.1.27/block/ |
D | blk-mq-tag.h | 13 wait_queue_head_t wait; member
|
D | blk-lib.c | 15 struct completion *wait; member
|
/linux-4.1.27/sound/soc/intel/common/ |
D | sst-ipc.h | 43 bool wait; member
|
D | sst-ipc.c | 87 size_t rx_bytes, int wait) in ipc_tx_message()
|
/linux-4.1.27/fs/adfs/ |
D | dir.c | 68 adfs_dir_update(struct super_block *sb, struct object_info *obj, int wait) in adfs_dir_update()
|
/linux-4.1.27/net/batman-adv/ |
D | icmp_socket.c | 274 static unsigned int batadv_socket_poll(struct file *file, poll_table *wait) in batadv_socket_poll()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | base.c | 237 nvkm_pstate_calc(struct nvkm_clk *clk, bool wait) in nvkm_pstate_calc() 431 nvkm_clk_astate(struct nvkm_clk *clk, int req, int rel, bool wait) in nvkm_clk_astate()
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-fileops.c | 733 unsigned int ivtv_v4l2_dec_poll(struct file *filp, poll_table *wait) in ivtv_v4l2_dec_poll() 767 unsigned int ivtv_v4l2_enc_poll(struct file *filp, poll_table *wait) in ivtv_v4l2_enc_poll()
|
/linux-4.1.27/sound/oss/ |
D | dmabuf.c | 1196 static unsigned int poll_input(struct file * file, int dev, poll_table *wait) in poll_input() 1225 static unsigned int poll_output(struct file * file, int dev, poll_table *wait) in poll_output() 1246 unsigned int DMAbuf_poll(struct file * file, int dev, poll_table *wait) in DMAbuf_poll()
|
D | midibuf.c | 398 unsigned int MIDIbuf_poll(int dev, struct file *file, poll_table * wait) in MIDIbuf_poll()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-pow.h | 260 uint64_t wait:1; member 1234 uint64_t wait:1; member 1351 static inline cvmx_wqe_t *cvmx_pow_work_request_sync_nocheck(cvmx_pow_wait_t in cvmx_pow_work_request_sync_nocheck() 1385 static inline cvmx_wqe_t *cvmx_pow_work_request_sync(cvmx_pow_wait_t wait) in cvmx_pow_work_request_sync() 1439 cvmx_pow_wait_t wait) in cvmx_pow_work_request_async_nocheck() 1468 cvmx_pow_wait_t wait) in cvmx_pow_work_request_async()
|
/linux-4.1.27/drivers/xen/ |
D | mcelog.c | 142 static unsigned int xen_mce_chrdev_poll(struct file *file, poll_table *wait) in xen_mce_chrdev_poll()
|
/linux-4.1.27/drivers/acpi/ |
D | internal.h | 136 wait_queue_head_t wait; member
|
/linux-4.1.27/drivers/dma-buf/ |
D | fence.c | 324 struct default_wait_cb *wait = in fence_default_wait_cb() local
|
/linux-4.1.27/drivers/char/ |
D | snsc.c | 325 scdrv_poll(struct file *file, struct poll_table_struct *wait) in scdrv_poll()
|
D | genrtc.c | 208 struct poll_table_struct *wait) in gen_rtc_poll()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | divamnt.c | 118 static unsigned int maint_poll(struct file *file, poll_table *wait) in maint_poll()
|
/linux-4.1.27/fs/fat/ |
D | misc.c | 127 int wait = inode_needs_sync(inode); in fat_chain_add() local
|
/linux-4.1.27/drivers/media/firewire/ |
D | firedtv-ci.c | 210 static unsigned int fdtv_ca_io_poll(struct file *file, poll_table *wait) in fdtv_ca_io_poll()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | debug.c | 362 wait_queue_t wait; in libcfs_debug_dumplog() local
|
/linux-4.1.27/fs/coda/ |
D | psdev.c | 64 static unsigned int coda_psdev_poll(struct file *file, poll_table * wait) in coda_psdev_poll()
|
/linux-4.1.27/drivers/mailbox/ |
D | mailbox.c | 262 unsigned long wait; in mbox_send_message() local
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 159 static int radeon_fence_check_signaled(wait_queue_t *wait, unsigned mode, int flags, void *key) in radeon_fence_check_signaled() 1041 struct radeon_wait_cb *wait = in radeon_fence_wait_cb() local
|
/linux-4.1.27/drivers/staging/android/ |
D | sync.c | 318 struct sync_fence_waiter *wait; in sync_fence_wake_up_wq() local 544 static unsigned int sync_fence_poll(struct file *file, poll_table *wait) in sync_fence_poll()
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | hiddev.c | 53 wait_queue_head_t wait; member 434 static unsigned int hiddev_poll(struct file *file, poll_table *wait) in hiddev_poll()
|
D | usbhid.h | 95 wait_queue_head_t wait; /* For sleeping */ member
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | commsup.c | 375 int aac_queue_get(struct aac_dev * dev, u32 * index, u32 qid, struct hw_fib * hw_fib, int wait, str… in aac_queue_get() 438 int priority, int wait, int reply, fib_callback callback, in aac_fib_send()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-pca-platform.c | 33 wait_queue_head_t wait; member
|
/linux-4.1.27/drivers/gpu/drm/rcar-du/ |
D | rcar_du_drv.h | 90 wait_queue_head_t wait; member
|
/linux-4.1.27/fs/btrfs/ |
D | delayed-inode.h | 48 wait_queue_head_t wait; member
|
D | ordered-data.h | 130 wait_queue_head_t wait; member
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 155 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) in hwdep_poll()
|
/linux-4.1.27/drivers/staging/speakup/ |
D | speakup_soft.c | 283 struct poll_table_struct *wait) in softsynth_poll()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | uvc_queue.c | 199 poll_table *wait) in uvcg_queue_poll()
|
/linux-4.1.27/drivers/input/keyboard/ |
D | sunkbd.c | 80 wait_queue_head_t wait; member
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_provider.h | 218 wait_queue_head_t wait; member 242 wait_queue_head_t wait; member 284 wait_queue_head_t wait; member
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_twsi.c | 134 static u8 sda_in(struct qib_devdata *dd, int wait) in sda_in()
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-dev.c | 206 static unsigned int rtc_dev_poll(struct file *file, poll_table *wait) in rtc_dev_poll()
|
/linux-4.1.27/drivers/media/common/siano/ |
D | smsdvb-debugfs.c | 377 static unsigned int smsdvb_stats_poll(struct file *file, poll_table *wait) in smsdvb_stats_poll()
|
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_devintf.c | 54 wait_queue_head_t wait; member 81 static unsigned int ipmi_poll(struct file *file, poll_table *wait) in ipmi_poll()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 526 struct poll_table_struct *wait) in v4l2_m2m_poll() 856 unsigned int v4l2_m2m_fop_poll(struct file *file, poll_table *wait) in v4l2_m2m_fop_poll()
|
/linux-4.1.27/drivers/mtd/maps/ |
D | vmu-flash.c | 117 int partition, error = 0, x, wait; in maple_vmu_read_block() local 234 int partition, error, locking, x, phaselen, wait; in maple_vmu_write_block() local
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ioctl.c | 391 unsigned int vmw_fops_poll(struct file *filp, struct poll_table_struct *wait) in vmw_fops_poll()
|
/linux-4.1.27/fs/autofs4/ |
D | waitq.c | 248 static int validate_request(struct autofs_wait_queue **wait, in validate_request()
|
/linux-4.1.27/drivers/misc/mei/ |
D | amthif.c | 377 struct file *file, poll_table *wait) in mei_amthif_poll()
|
/linux-4.1.27/drivers/parport/ |
D | ieee1284_ops.c | 62 long wait = msecs_to_jiffies(10); in parport_ieee1284_write_compat() local
|
/linux-4.1.27/arch/mips/kernel/ |
D | rtlx.c | 337 static unsigned int file_poll(struct file *file, poll_table *wait) in file_poll()
|
/linux-4.1.27/drivers/hid/i2c-hid/ |
D | i2c-hid.c | 84 bool wait; member 147 wait_queue_head_t wait; /* For waiting the interrupt */ member 166 bool wait = command->wait; in __i2c_hid_command() local
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_sb.c | 787 bool wait) in xfs_sync_sb()
|
/linux-4.1.27/net/bluetooth/cmtp/ |
D | core.c | 284 wait_queue_t wait; in cmtp_session() local
|