/kernel/linux/linux-5.10/sound/isa/wss/ |
H A D | wss_lib.c | 388 unsigned long end_time; in snd_wss_mce_down() local
|
/kernel/linux/linux-5.10/sound/isa/ |
H A D | sscape.c | 377 unsigned long end_time = jiffies + msecs_to_jiffies(timeout); in obp_startup_ack() local 404 unsigned long end_time = jiffies + msecs_to_jiffies(timeout); in host_startup_ack() local
|
/kernel/linux/linux-5.10/kernel/kcsan/ |
H A D | kcsan-test.c | 40 static unsigned long end_time; /* End time of test. */ variable
|
/kernel/linux/linux-5.10/fs/ |
H A D | select.c | 297 static int poll_select_finish(struct timespec64 *end_time, in poll_select_finish() argument 478 static int do_select(int n, fd_set_bits *fds, struct timespec64 *end_time) in do_select() argument 624 core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timespec64 *end_time) core_sys_select() argument 706 struct timespec64 end_time, *to = NULL; kern_select() local 736 struct timespec64 ts, end_time, *to = NULL; do_pselect() local 884 do_poll(struct poll_list *list, struct poll_wqueues *wait, struct timespec64 *end_time) do_poll() argument 973 do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, struct timespec64 *end_time) do_sys_poll() argument 1050 struct timespec64 *to = NULL, end_time; do_restart_poll() local 1070 struct timespec64 end_time, *to = NULL; SYSCALL_DEFINE3() local 1104 struct timespec64 ts, end_time, *to = NULL; SYSCALL_DEFINE5() local 1130 struct timespec64 ts, end_time, *to = NULL; SYSCALL_DEFINE5() local 1193 compat_core_sys_select(int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, struct timespec64 *end_time) compat_core_sys_select() argument 1268 struct timespec64 end_time, *to = NULL; do_compat_select() local 1317 struct timespec64 ts, end_time, *to = NULL; do_compat_pselect() local 1402 struct timespec64 ts, end_time, *to = NULL; COMPAT_SYSCALL_DEFINE5() local 1428 struct timespec64 ts, end_time, *to = NULL; COMPAT_SYSCALL_DEFINE5() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_gem_gtt.c | 221 lowlevel_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) lowlevel_hole() argument 365 fill_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) fill_hole() argument 576 walk_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) walk_hole() argument 656 pot_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) pot_hole() argument 728 drunk_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) drunk_hole() argument 834 __shrink_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) __shrink_hole() argument 909 shrink_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) shrink_hole() argument 931 shrink_boom(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) shrink_boom() argument 1009 exercise_ppgtt(struct drm_i915_private *dev_priv, int (*func)(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time)) exercise_ppgtt() argument 1090 exercise_ggtt(struct drm_i915_private *i915, int (*func)(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time)) exercise_ggtt() argument 1258 exercise_mock(struct drm_i915_private *i915, int (*func)(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time)) exercise_mock() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_context.c | 78 unsigned long end_time, prime; in live_nop_switch() local [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | select.c | 298 static int poll_select_finish(struct timespec64 *end_time, in poll_select_finish() argument 479 static noinline_for_stack int do_select(int n, fd_set_bits *fds, struct timespec64 *end_time) in do_select() argument 625 core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timespec64 *end_time) core_sys_select() argument 707 struct timespec64 end_time, *to = NULL; kern_select() local 737 struct timespec64 ts, end_time, *to = NULL; do_pselect() local 885 do_poll(struct poll_list *list, struct poll_wqueues *wait, struct timespec64 *end_time) do_poll() argument 974 do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, struct timespec64 *end_time) do_sys_poll() argument 1051 struct timespec64 *to = NULL, end_time; do_restart_poll() local 1071 struct timespec64 end_time, *to = NULL; SYSCALL_DEFINE3() local 1105 struct timespec64 ts, end_time, *to = NULL; SYSCALL_DEFINE5() local 1131 struct timespec64 ts, end_time, *to = NULL; SYSCALL_DEFINE5() local 1194 compat_core_sys_select(int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, struct timespec64 *end_time) compat_core_sys_select() argument 1269 struct timespec64 end_time, *to = NULL; do_compat_select() local 1318 struct timespec64 ts, end_time, *to = NULL; do_compat_pselect() local 1403 struct timespec64 ts, end_time, *to = NULL; COMPAT_SYSCALL_DEFINE5() local 1429 struct timespec64 ts, end_time, *to = NULL; COMPAT_SYSCALL_DEFINE5() local [all...] |
/kernel/linux/linux-6.6/kernel/kcsan/ |
H A D | kcsan_test.c | 50 static unsigned long end_time; /* End time of test. */ variable
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | i915_gem_gtt.c | 244 lowlevel_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) lowlevel_hole() argument 408 fill_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) fill_hole() argument 633 walk_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) walk_hole() argument 716 pot_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) pot_hole() argument 791 drunk_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) drunk_hole() argument 901 __shrink_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) __shrink_hole() argument 979 shrink_hole(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) shrink_hole() argument 1001 shrink_boom(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) shrink_boom() argument 1144 misaligned_pin(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time) misaligned_pin() argument 1190 exercise_ppgtt(struct drm_i915_private *dev_priv, int (*func)(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time)) exercise_ppgtt() argument 1276 exercise_ggtt(struct drm_i915_private *i915, int (*func)(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time)) exercise_ggtt() argument 1453 exercise_mock(struct drm_i915_private *i915, int (*func)(struct i915_address_space *vm, u64 hole_start, u64 hole_end, unsigned long end_time)) exercise_mock() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_mman.c | 185 check_partial_mappings(struct drm_i915_gem_object *obj, const struct tile *tile, unsigned long end_time) check_partial_mappings() argument
|
H A D | i915_gem_context.c | 75 unsigned long end_time, prime; in live_nop_switch() local [all...] |
/kernel/linux/linux-6.6/sound/usb/ |
H A D | endpoint.c | 988 unsigned long end_time = jiffies + msecs_to_jiffies(1000); in wait_clear_urbs() local
|
/kernel/linux/linux-6.6/sound/isa/ |
H A D | sscape.c | 366 unsigned long end_time = jiffies + msecs_to_jiffies(timeout); in obp_startup_ack() local 393 unsigned long end_time = jiffies + msecs_to_jiffies(timeout); in host_startup_ack() local
|
/kernel/linux/linux-6.6/sound/isa/wss/ |
H A D | wss_lib.c | 388 unsigned long end_time; in snd_wss_mce_down() local
|
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | rcuscale.c | 629 u64 start_time, end_time; in kfree_scale_thread() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | ccaption_dec.c | 847 int64_t end_time; in decode() local
|
/third_party/ffmpeg/libavformat/ |
H A D | segment.c | 49 double start_time, end_time; member [all...] |
/third_party/ltp/pan/ |
H A D | ltp-pan.c | 1073 time_t end_time; in run_child() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_query.c | 55 uint64_t end_time; member
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_wayland.c | 963 struct timespec start_time, end_time; in wsi_wl_swapchain_acquire_next_image() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | gc-tracer.h | 159 double end_time; member in v8::internal::GCTracer::Event
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_query.c | 51 uint64_t end_time; member
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | osf_sys.c | 1039 struct timespec64 end_time, *to = NULL; in SYSCALL_DEFINE5() local
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | osf_sys.c | 1038 struct timespec64 end_time, *to = NULL; in SYSCALL_DEFINE5() local
|
/kernel/linux/linux-5.10/sound/pci/pcxhr/ |
H A D | pcxhr_core.c | 118 unsigned long end_time = jiffies + (time * HZ + 999) / 1000; in pcxhr_check_reg_bit() local
|