Searched refs:bytes_cnt (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/scripts/python/ |
H A D | libxed.py | 92 def DisassembleOne(self, inst, bytes_ptr, bytes_cnt, ip): argument 94 err = self.xed_decode(inst.xedp, bytes_ptr, bytes_cnt)
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 553 int bytes_cnt = *bytes_cnt_p, check_cnt = *check_cnt_p, push = *push_p; in msg_verify_data() local 589 bytes_cnt += verify_pop_len; in msg_verify_data() 593 if (bytes_cnt == chunk_sz) { in msg_verify_data() 595 bytes_cnt = 0; in msg_verify_data() 611 bytes_cnt++; in msg_verify_data() 613 if (bytes_cnt == chunk_sz) { in msg_verify_data() 615 bytes_cnt = 0; in msg_verify_data() 623 *bytes_cnt_p = bytes_cnt; in msg_verify_data() 683 int bytes_cnt = 0; in msg_loop() local 790 errno = msg_verify_data(&msg, recv, chunk_sz, &k, &bytes_cnt, in msg_loop() [all …]
|