Home
last modified time | relevance | path

Searched refs:top_idx (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/ui/
H A Dbrowser.c191 return browser->top_idx + row == browser->index; in ui_browser__is_current_entry()
258 browser->index = browser->top_idx = 0; in ui_browser__reset_index()
375 if (browser->top_idx < (u64)-offset) in ui_browser__update_nr_entries()
376 offset = -browser->top_idx; in ui_browser__update_nr_entries()
379 browser->top_idx += offset; in ui_browser__update_nr_entries()
383 browser->seek(browser, browser->top_idx, SEEK_SET); in ui_browser__update_nr_entries()
427 if (browser->index == browser->top_idx + browser->rows) { in ui_browser__run()
428 ++browser->top_idx; in ui_browser__run()
436 if (browser->index < browser->top_idx) { in ui_browser__run()
437 --browser->top_idx; in ui_browser__run()
[all …]
H A Dbrowser.h18 u64 index, top_idx; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Diowait.c116 uint idx, uint top_idx) in iowait_priority_update_top() argument
127 return top_idx; in iowait_priority_update_top()
H A Dpio.c1619 uint i, n = 0, top_idx = 0; in sc_piobufavail() local
1644 priv = qps[top_idx]->priv; in sc_piobufavail()
1645 top_idx = iowait_priority_update_top(wait, in sc_piobufavail()
1647 n, top_idx); in sc_piobufavail()
1666 hfi1_qp_wakeup(qps[top_idx], in sc_piobufavail()
1669 if (i != top_idx) in sc_piobufavail()
H A Diowait.h442 uint idx, uint top_idx);
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dannotate.c273 browser->b.top_idx = browser->b.index = idx; in annotate_browser__set_top()
275 while (browser->b.top_idx != 0 && back != 0) { in annotate_browser__set_top()
281 --browser->b.top_idx; in annotate_browser__set_top()
350 off_t offset = browser->b.index - browser->b.top_idx; in annotate_browser__toggle_source()
362 browser->b.top_idx = al->idx - offset; in annotate_browser__toggle_source()
377 browser->b.top_idx = al->idx_asm - offset; in annotate_browser__toggle_source()
808 browser->b.top_idx, in annotate_browser__run()
H A Dmap.c68 browser->b.index = browser->b.top_idx = *idx; in map_browser__search()
H A Dhists.c122 index_row = browser->index - browser->top_idx; in hist_browser__update_rows()
718 browser->b.index, browser->b.top_idx, h->row_offset, h->nr_rows); in hist_browser__handle_hotkey()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_init.c867 RK_S32 top_idx = 0; in gen_pic_list_from_frame_list() local
873 while ((top_idx < list_idx) || (bot_idx < list_idx)) { in gen_pic_list_from_frame_list()
874 for (; top_idx < list_idx; top_idx++) { in gen_pic_list_from_frame_list()
875 if (fs_list[top_idx]->is_used & 1) { in gen_pic_list_from_frame_list()
876 if (is_ref(fs_list[top_idx]->top_field)) { in gen_pic_list_from_frame_list()
878 list[(RK_S16)*list_size] = fs_list[top_idx]->top_field; in gen_pic_list_from_frame_list()
880 top_idx++; in gen_pic_list_from_frame_list()
899 while ((top_idx < list_idx) || (bot_idx < list_idx)) { in gen_pic_list_from_frame_list()
911 for (; top_idx < list_idx; top_idx++) { in gen_pic_list_from_frame_list()
912 if (fs_list[top_idx]->is_used & 1) { in gen_pic_list_from_frame_list()
[all …]