Searched refs:segno (Results 1 – 3 of 3) sorted by relevance
514 kern_return_t vm_compressor_serialize_segment_debug_info(int segno, char *buf, size_t *size);
2068 int segno; in c_seg_free_locked() local2125 segno = c_seg->c_mysegno; in c_seg_free_locked()2135 c_segments[segno].c_segno = c_free_segno_head; in c_seg_free_locked()2136 c_free_segno_head = segno; in c_seg_free_locked()6148 vm_compressor_serialize_segment_debug_info(int segno, char *buf, size_t *size) in vm_compressor_serialize_segment_debug_info() argument6153 if (c_segments[segno].c_segno < c_segments_available) { in vm_compressor_serialize_segment_debug_info()6161 if (c_segments[segno].c_segno == (uint32_t)-1) { in vm_compressor_serialize_segment_debug_info()6166 const struct c_segment* c_seg = c_segments[segno].c_seg; in vm_compressor_serialize_segment_debug_info()
3108 int segno = 0; in sysctl_compressor_segments() local3114 while (segno < c_segments_available) { in sysctl_compressor_segments()3116 kern_return_t kr = vm_compressor_serialize_segment_debug_info(segno, buf + offset, &left_sz); in sysctl_compressor_segments()3136 ++segno; in sysctl_compressor_segments()