Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_sockmap.c417 int i, j, bytes_cnt = 0; in msg_verify_data() local
431 bytes_cnt++; in msg_verify_data()
432 if (bytes_cnt == chunk_sz) { in msg_verify_data()
434 bytes_cnt = 0; in msg_verify_data()
/Linux-v5.4/tools/perf/scripts/python/
Dexported-sql-viewer.py3408 def DisassembleOne(self, inst, bytes_ptr, bytes_cnt, ip): argument
3410 err = self.xed_decode(inst.xedp, bytes_ptr, bytes_cnt)