Searched refs:ran (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | rtla.c | 50 goto ran; in run_command() 53 goto ran; in run_command() 56 goto ran; in run_command() 60 ran: in run_command()
|
/kernel/liteos_m/testsuites/unittest/posix/src/time/ |
H A D | time_func_test_01.c | 106 int ran = 0; in KeepRun() local 107 while (ran < msec) { in KeepRun() 110 ran = (time2.tv_sec - time1.tv_sec) * MILLISECONDS_PER_SECOND; in KeepRun() 111 ran += (time2.tv_nsec - time1.tv_nsec) / NANOSECONDS_PER_MILLISECOND; in KeepRun()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/stm/ |
H A D | ltdc.c | 665 enum drm_color_range ran = state->color_range; in ltdc_set_ycbcr_coeffs() local 674 if (ran != DRM_COLOR_YCBCR_LIMITED_RANGE && ran != DRM_COLOR_YCBCR_FULL_RANGE) { in ltdc_set_ycbcr_coeffs() 675 DRM_ERROR("color range %d not supported, use limited range by default\n", ran); in ltdc_set_ycbcr_coeffs() 677 ran = DRM_COLOR_YCBCR_LIMITED_RANGE; in ltdc_set_ycbcr_coeffs() 680 DRM_DEBUG_DRIVER("Color encoding=%d, range=%d\n", enc, ran); in ltdc_set_ycbcr_coeffs() 682 ltdc_ycbcr2rgb_coeffs[enc][ran][0]); in ltdc_set_ycbcr_coeffs() 684 ltdc_ycbcr2rgb_coeffs[enc][ran][1]); in ltdc_set_ycbcr_coeffs()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | fc.c | 1100 u64 ran; in nvmet_fc_alloc_target_assoc() local 1127 get_random_bytes(&ran, sizeof(ran) - BYTES_FOR_QID); in nvmet_fc_alloc_target_assoc() 1128 ran = ran << BYTES_FOR_QID_SHIFT; in nvmet_fc_alloc_target_assoc() 1133 if (ran == tmpassoc->association_id) { in nvmet_fc_alloc_target_assoc() 1139 assoc->association_id = ran; in nvmet_fc_alloc_target_assoc()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | fc.c | 1124 u64 ran; in nvmet_fc_alloc_target_assoc() local 1154 get_random_bytes(&ran, sizeof(ran) - BYTES_FOR_QID); in nvmet_fc_alloc_target_assoc() 1155 ran = ran << BYTES_FOR_QID_SHIFT; in nvmet_fc_alloc_target_assoc() 1160 if (ran == tmpassoc->association_id) { in nvmet_fc_alloc_target_assoc() 1166 assoc->association_id = ran; in nvmet_fc_alloc_target_assoc()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | meson_nand.c | 59 #define CMDRWGEN(cmd_dir, ran, bch, short_mode, page_size, pages) \ 62 ((ran) << 19) | \
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | meson_nand.c | 63 #define CMDRWGEN(cmd_dir, ran, bch, short_mode, page_size, pages) \ 66 (ran) | \
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | fair.c | 4667 * The current task ran long enough, ensure it doesn't get in check_preempt_tick() 5706 u64 ran = se->sum_exec_runtime - se->prev_sum_exec_runtime; in hrtick_start_fair() local 5707 s64 delta = slice - ran; in hrtick_start_fair()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | fair.c | 1005 * We ran into an eligible node which is itself the best. in __pick_eevdf() 6663 u64 ran = se->sum_exec_runtime - se->prev_sum_exec_runtime; in hrtick_start_fair() local 6665 s64 delta = slice - ran; in hrtick_start_fair()
|
Completed in 46 milliseconds