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 | 475 int bytes_cnt = *bytes_cnt_p, check_cnt = *check_cnt_p, push = *push_p; in msg_verify_data() local 498 bytes_cnt += verify_pop_len; in msg_verify_data() 502 if (bytes_cnt == chunk_sz) { in msg_verify_data() 504 bytes_cnt = 0; in msg_verify_data() 520 bytes_cnt++; in msg_verify_data() 522 if (bytes_cnt == chunk_sz) { in msg_verify_data() 524 bytes_cnt = 0; in msg_verify_data() 532 *bytes_cnt_p = bytes_cnt; in msg_verify_data() 592 int bytes_cnt = 0; in msg_loop() local 699 errno = msg_verify_data(&msg, recv, chunk_sz, &k, &bytes_cnt, in msg_loop() [all …]
|