Searched refs:c_slot (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.h117 struct c_slot *c_slots[C_SEG_SLOT_ARRAYS];
145 typedef struct c_slot *c_slot_t;
H A Dvm_compressor.c67 struct c_slot { struct
796 kfree((char *)c_seg->c_slots[i], sizeof(struct c_slot) * C_SEG_SLOT_ARRAY_SIZE);
1058 c_seg_dst->c_slots[slotarray] = (struct c_slot *)
1059 kalloc(sizeof(struct c_slot) *
2106 c_seg->c_slots[slotarray] = (struct c_slot *)kalloc(sizeof(struct c_slot) * C_SEG_SLOT_ARRAY_SIZE);

Completed in 23 milliseconds