Searched refs:total_lines (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/scripts/kconfig/ |
D | nconf.gui.c | 217 int total_lines = get_line_no(text); in fill_window() local 222 total_lines = min(total_lines, y); in fill_window() 223 for (i = 0; i < total_lines; i++) { in fill_window() 555 int total_lines = get_line_no(text); in show_scroll_win() local 570 total_lines = get_line_no(text); in show_scroll_win() 571 for (i = 0; i < total_lines; i++) { in show_scroll_win() 578 pad = newpad(total_lines+10, total_cols+10); in show_scroll_win() 582 win_lines = min(total_lines+4, lines-2); in show_scroll_win() 628 start_y = total_lines-text_lines; in show_scroll_win() 653 if (start_y >= total_lines-text_lines) in show_scroll_win() [all …]
|
/Linux-v5.4/drivers/gpu/drm/sti/ |
D | sti_awg_utils.h | 20 u32 total_lines; member
|
D | sti_dvo.c | 121 timing.total_lines = mode->vtotal; in dvo_awg_generate_code()
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_cxt.c | 2203 u32 proto, seg, total_lines, i, shadow_line; in qed_cxt_get_tid_mem_info() local 2231 total_lines = DIV_ROUND_UP(p_fl_seg->total_size, in qed_cxt_get_tid_mem_info() 2234 for (i = 0; i < total_lines; i++) { in qed_cxt_get_tid_mem_info() 2509 u32 total_lines; in qed_cxt_get_task_ctx() local 2541 total_lines = DIV_ROUND_UP(p_seg->total_size, p_seg->real_size_in_page); in qed_cxt_get_task_ctx() 2545 if (total_lines < tid / num_tids_per_block) in qed_cxt_get_task_ctx()
|
/Linux-v5.4/scripts/ |
D | get_maintainer.pl | 2245 my $total_lines; 2253 $total_lines = @all_commits; 2351 vcs_assign("authored lines", $total_lines, @blame_signers);
|