Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 19 of 19) sorted by relevance

/tools/lib/bpf/
Dnlattr.c25 static struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() argument
29 *remaining -= totlen; in nla_next()
33 static int nla_ok(const struct nlattr *nla, int remaining) in nla_ok() argument
35 return remaining >= (int)sizeof(*nla) && in nla_ok()
37 nla->nla_len <= remaining; in nla_ok()
/tools/testing/selftests/exec/
Dbinfmt_script.py54 remaining = size - len(hashbang) - len(leading) - len(root) - len(target) - len(arg)
56 while remaining >= NAME_MAX:
59 remaining -= NAME_MAX
60 middle += fill * remaining
/tools/testing/selftests/tc-testing/
Dtdc.py96 def load_required_plugins(self, reqs, parser, args, remaining): argument
126 (args, remaining) = parser.parse_known_args(args=remaining, namespace=args)
172 def call_check_args(self, args, remaining): argument
174 pgn_inst.check_args(args, remaining)
744 def check_default_settings(args, remaining, pm): argument
762 pm.call_check_args(args, remaining)
915 def set_operation_mode(pm, parser, args, remaining): argument
957 args = pm.load_required_plugins(req_plugins, parser, args, remaining)
1012 (args, remaining) = parser.parse_known_args()
1016 check_default_settings(args, remaining, pm)
[all …]
DTdcPlugin.py70 def check_args(self, args, remaining): argument
/tools/testing/selftests/kvm/s390x/
Dcmma_test.c393 TEST_ASSERT_EQ(args.remaining, TEST_DATA_PAGE_COUNT); in assert_all_slots_cmma_dirty()
407 TEST_ASSERT_EQ(args.remaining, 0); in assert_all_slots_cmma_dirty()
420 TEST_ASSERT_EQ(args.remaining, 0); in assert_all_slots_cmma_dirty()
439 if (args.count || args.remaining || args.start_gfn) in assert_no_pages_cmma_dirty()
443 args.remaining in assert_no_pages_cmma_dirty()
/tools/perf/ui/stdio/
Dhist.c117 u64 remaining; in __callchain__fprintf_graph() local
123 remaining = total_samples; in __callchain__fprintf_graph()
132 remaining -= cumul; in __callchain__fprintf_graph()
143 if (!next && (callchain_param.mode != CHAIN_GRAPH_REL || !remaining)) in __callchain__fprintf_graph()
175 remaining && remaining != total_samples) { in __callchain__fprintf_graph()
177 .hit = remaining, in __callchain__fprintf_graph()
/tools/testing/selftests/net/packetdrill/
Dtcp_slow_start_slow-start-fq-ack-per-2pkt.pkt52 // remaining packets are delivered at a constant rate.
/tools/testing/selftests/hid/tests/
Dbase.py181 remaining = self.assertInputEventsIn(expected_events, effective_events)
182 assert remaining == []
Dtest_mouse.py970 remaining = self.assertInputEventsIn(expected_events, effective_events)
972 remaining.remove(libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT, 0))
977 assert remaining == []
/tools/perf/scripts/python/
Dparallel-perf.py410 self.remaining = 0
415 cpu_time_range.remaining -= 1
417 if cpu_time_range.remaining == 0:
568 cpu_time_range.remaining = cnt
/tools/perf/Documentation/
Dperf-script-perl.txt103 All of the remaining fields in the event's format file have
163 The remaining sections provide descriptions of each of the available
Dperf-script-python.txt495 All of the remaining fields in the event's format file have
574 The remaining sections provide descriptions of each of the available
/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt38 def check_args(self, args, remaining) # see "CHECK_ARGS" below
/tools/arch/s390/include/uapi/asm/
Dkvm.h47 __u64 remaining; member
/tools/testing/selftests/bpf/
DREADME.rst40 remaining two columns provide additional meta data that helps identify and
/tools/perf/ui/browsers/
Dhists.c1966 u16 remaining = h->nr_rows - h->row_offset; in ui_browser__hists_seek() local
1967 if (offset > remaining) { in ui_browser__hists_seek()
1968 offset -= remaining; in ui_browser__hists_seek()
/tools/perf/
Ddesign.txt79 specified by the remaining 63 bits of event_config. The encoding is
/tools/power/pm-graph/
Dsleepgraph.py2786 remaining = len(sortlist)
2790 while(remaining > 0):
2809 remaining -= 1
2822 remaining = len(devlist)
2851 while(remaining > 0):
2871 remaining -= 1
/tools/memory-model/Documentation/
Daccess-marking.txt88 reads can enable better checking of the remaining accesses implementing