Home
last modified time | relevance | path

Searched defs:wait (Results 1851 - 1875 of 2083) sorted by relevance

1...<<71727374757677787980>>...84

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c1435 svm_range_map_to_gpus(struct svm_range *prange, unsigned long offset, unsigned long npages, bool readonly, unsigned long *bitmap, bool wait, bool flush_tlb) svm_range_map_to_gpus() argument
1590 svm_range_validate_and_map(struct mm_struct *mm, struct svm_range *prange, int32_t gpuidx, bool intr, bool wait, bool flush_tlb) svm_range_validate_and_map() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_generic.c534 static __poll_t ppp_poll(struct file *file, poll_table *wait) in ppp_poll() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dptp.c206 u32 wait; member
949 struct timespec64 wait; in efx_ptp_process_times() local
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c543 int i, wait, loop; in mot_setup() local
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2477 static __poll_t radio_poll(struct file *file, poll_table *wait) in radio_poll() argument
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/
H A Dddbridge-core.c765 static __poll_t ts_poll(struct file *file, poll_table *wait) in ts_poll() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c3192 unsigned int wait = params->wait; in ath6kl_mgmt_tx() local
3099 ath6kl_mgmt_powersave_ap(struct ath6kl_vif *vif, u32 id, u32 freq, u32 wait, const u8 *buf, size_t len, bool *more_data, bool no_cck) ath6kl_mgmt_powersave_ap() argument
/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c1418 do_ahash_op(int (*op)(struct ahash_request *req), struct ahash_request *req, struct crypto_wait *wait, bool nosimd) do_ahash_op() argument
3415 struct crypto_wait wait; test_acomp() local
3900 struct crypto_wait wait; do_test_kpp() local
4082 struct crypto_wait wait; test_akcipher_one() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dcm.c2168 static int irdma_cm_create_ah(struct irdma_cm_node *cm_node, bool wait) in irdma_cm_create_ah() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_ddi.c2855 bool wait = false; in disable_ddi_buf() local
3467 bool wait = false; in intel_ddi_prepare_link_retrain() local
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dvia-pmu.c2105 wait_queue_head_t wait; member
2226 pmu_fpoll(struct file *filp, poll_table *wait) pmu_fpoll() argument
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm.c2448 static void __dm_destroy(struct mapped_device *md, bool wait) in __dm_destroy() argument
[all...]
/kernel/linux/linux-6.6/net/
H A Dsocket.c1391 static __poll_t sock_poll(struct file *file, poll_table *wait) in sock_poll() argument
/kernel/linux/linux-6.6/net/unix/
H A Daf_unix.c2487 prepare_to_wait(sk_sleep(sk), &wait, stat in unix_stream_data_wait() local
2509 finish_wait(sk_sleep(sk), &wait); unix_stream_data_wait() local
3064 unix_poll(struct file *file, struct socket *sock, poll_table *wait) unix_poll() argument
3107 unix_dgram_poll(struct file *file, struct socket *sock, poll_table *wait) unix_dgram_poll() argument
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dsocket.c792 tipc_poll(struct file *file, struct socket *sock, poll_table *wait) tipc_poll() argument
1849 add_wait_queue(sk_sleep(sk), &wait); tipc_wait_for_rcvmsg() local
1854 remove_wait_queue(sk_sleep(sk), &wait); tipc_wait_for_rcvmsg() local
2546 add_wait_queue(sk_sleep(sk), &wait); tipc_wait_for_connect() local
2549 remove_wait_queue(sk_sleep(sk), &wait); tipc_wait_for_connect() local
2692 add_wait_queue(sk_sleep(sk), &wait); tipc_wait_for_accept() local
2696 remove_wait_queue(sk_sleep(sk), &wait); tipc_wait_for_accept() local
[all...]
/kernel/linux/linux-6.6/net/smc/
H A Daf_smc.c812 static int smc_fback_mark_woken(wait_queue_entry_t *wait, in smc_fback_mark_woken() argument
2674 add_wait_queue_exclusive(sk_sleep(sk), &wait); smc_accept() local
2692 remove_wait_queue(sk_sleep(sk), &wait); smc_accept() local
2825 smc_poll(struct file *file, struct socket *sock, poll_table *wait) smc_poll() argument
[all...]
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_native.c2097 wait_queue_entry_t wait; in snd_pcm_drain() local
2828 wait_queue_entry_t wait; in snd_pcm_open() local
3590 static __poll_t snd_pcm_poll(struct file *file, poll_table *wait) in snd_pcm_poll() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c5200 int wait = 0; in megasas_fusion_crash_dump() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dswapfile.c2578 static __poll_t swaps_poll(struct file *file, poll_table *wait) in swaps_poll() argument
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp.c2855 __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait) in udp_poll() argument
/third_party/ffmpeg/libavcodec/
H A Dvideotoolboxenc.c298 static int vtenc_q_pop(VTEncContext *vtctx, bool wait, CMSampleBufferRef *buf, ExtraSEI **sei) in vtenc_q_pop() argument
/third_party/backends/backend/
H A Dhs2p-scsi.h1266 SANE_Byte wait; /* 7-5:LUN; 4-1:Reserved; 0: Wait bit is "0" */ member
/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c1905 struct drm_i915_gem_wait wait; drm_intel_gem_bo_wait() local
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1729 dzn_queue_sync_wait(struct dzn_queue *queue, const struct vk_sync_wait *wait) in dzn_queue_sync_wait() argument
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c3219 struct midgard_instruction wait = v_branch(false, false); in midgard_compile_shader_nir() local

Completed in 104 milliseconds

1...<<71727374757677787980>>...84