Searched refs:fetch_count (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/ |
H A D | map_in_map_batch_ops.c | 126 __u32 batch_key = 0, fetch_count, step_size; in fetch_and_validate() local 140 fetch_count = step_size; in fetch_and_validate() 147 &fetch_count, opts) in fetch_and_validate() 153 &fetch_count, opts); in fetch_and_validate() 166 total_fetched += fetch_count; in fetch_and_validate()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2537 def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wait_event, fetched_event, prep): 2545 self.fetch_count = fetch_count 2630 with self.fetch_count.get_lock(): 2631 self.fetch_count.value += fetched 2667 self.fetch_count = Value(c_longlong) 2674 self.process = Process(target=SQLFetcherFn, args=(glb.dbref, sql, self.buffer, self.head, self.tail, self.fetch_count, self.fetching_done, self.process_target, self.wait_event, self.fetched_event, prep)) 2693 fetch_count = self.fetch_count.value 2694 if fetch_count ! [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2538 def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wait_event, fetched_event, prep): 2546 self.fetch_count = fetch_count 2631 with self.fetch_count.get_lock(): 2632 self.fetch_count.value += fetched 2668 self.fetch_count = Value(c_longlong) 2675 self.process = Process(target=SQLFetcherFn, args=(glb.dbref, sql, self.buffer, self.head, self.tail, self.fetch_count, self.fetching_done, self.process_target, self.wait_event, self.fetched_event, prep)) 2694 fetch_count = self.fetch_count.value 2695 if fetch_count ! [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | hw.h | 413 struct fetch_count { struct
|
H A D | hw.c | 172 static struct fetch_count fetch_count_reg = {
|
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | hw.h | 413 struct fetch_count { struct
|
H A D | hw.c | 172 static struct fetch_count fetch_count_reg = {
|
Completed in 17 milliseconds