Searched refs:bytes_cnt (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/scripts/python/
H A Dlibxed.py92 def DisassembleOne(self, inst, bytes_ptr, bytes_cnt, ip):
94 err = self.xed_decode(inst.xedp, bytes_ptr, bytes_cnt)
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c514 int i, j = 0, bytes_cnt = 0; local
540 bytes_cnt++;
541 if (bytes_cnt == chunk_sz) {
543 bytes_cnt = 0;

Completed in 111 milliseconds