Searched defs:runtime (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/include/sound/ |
D | pcm.h | 463 struct snd_pcm_runtime *runtime; member 688 static inline ssize_t bytes_to_samples(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_samples() 698 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_frames() 708 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_t size) in samples_to_bytes() 718 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) in frames_to_bytes() 728 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes) in frame_aligned() 739 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_lib_buffer_bytes() local 749 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_lib_period_bytes() local 759 static inline snd_pcm_uframes_t snd_pcm_playback_avail(struct snd_pcm_runtime *runtime) in snd_pcm_playback_avail() 775 static inline snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_avail() [all …]
|
D | pcm-indirect.h | 51 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_indirect_playback_transfer() local 120 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_indirect_capture_transfer() local
|
D | soc-dpcm.h | 96 struct snd_pcm_runtime *runtime; member
|
D | compress_driver.h | 66 struct snd_compr_runtime *runtime; member
|
D | rawmidi.h | 104 struct snd_rawmidi_runtime *runtime; member
|
D | vx_core.h | 288 static inline void vx_pseudo_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pseudo_dma_write() 294 static inline void vx_pseudo_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pseudo_dma_read()
|
/linux-4.19.296/include/linux/ |
D | efi.h | 719 u64 runtime; member 736 u32 runtime; member 752 efi_runtime_services_t *runtime; member 955 unsigned long runtime; /* runtime table */ member
|
D | sched.h | 520 s64 runtime; /* Remaining runtime for this instance */ member
|
/linux-4.19.296/fs/btrfs/ |
D | extent-tree.c | 2666 u64 runtime = ktime_to_ns(ktime_sub(ktime_get(), start)); in __btrfs_run_delayed_refs() local
|