Searched refs:res_count (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_map.h316 int res_count; /* Residence count (swap) */ member in struct:_vm_map
349 #define MAP_SW_OUT 2 /* map is out (res_count == 0 */
585 Map->res_count++; \
594 if (Lmap->res_count == 0) { \
599 ++Lmap->res_count; \
602 ++Lmap->res_count; \
608 if (--Map->res_count == 0) { \
H A Dvm_object.h143 int res_count; /* Residency references (swap)*/ member in struct:vm_object
453 #define VM_OBJ_RES_INCR(object) (object)->res_count++
454 #define VM_OBJ_RES_DECR(object) (object)->res_count--
H A Dvm_object.c566 vm_object_template.res_count = 1;
1720 assert(object->res_count == 0);
3730 if (old_copy->res_count) {
4679 if (object->res_count != 0)
4713 * The res_count on the backing object is
4716 * a "swapped" object, which has a 0 res_count,
4717 * in which case, the backing object res_count
4734 if (object->res_count != 0)
4747 if (object->res_count == 0) {
6296 assert(object->res_count >
[all...]
H A Dvm_map.c745 result->res_count = 1;
890 assert(map->res_count >= 0);
891 assert(map->ref_count >= map->res_count);
892 if (map->res_count == 0) {
897 ++map->res_count;
900 ++map->res_count;
915 assert(map->res_count >= 0);
916 assert(map->ref_count >= map->res_count);
934 assert(map->res_count > 0);
935 if (--map->res_count
[all...]
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c8970 u_int32_t bufsize, arg_count, res_count; local
9024 res_count = 0;
9029 &res_count)) {
9034 if (!res_count) {
9046 res_count,

Completed in 106 milliseconds