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 | 474 int bytes_cnt = *bytes_cnt_p, check_cnt = *check_cnt_p, push = *push_p; in msg_free_iov() 497 bytes_cnt += verify_pop_len; in msg_alloc_iov() 501 if (bytes_cnt == chunk_sz) { in msg_alloc_iov() 503 bytes_cnt = 0; in msg_alloc_iov() 519 bytes_cnt++; in msg_alloc_iov() 521 if (bytes_cnt == chunk_sz) { 523 bytes_cnt = 0; in msg_verify_date_prep() 531 *bytes_cnt_p = bytes_cnt; in msg_verify_date_prep() 591 int bytes_cnt = 0; in msg_verify_data() 698 errno = msg_verify_data(&msg, recv, chunk_sz, &k, &bytes_cnt, in msg_loop() 553 int bytes_cnt = *bytes_cnt_p, check_cnt = *check_cnt_p, push = *push_p; msg_verify_data() local 683 int bytes_cnt = 0; msg_loop() local [all...] |