Searched refs:ods (Results 1 – 1 of 1) sorted by relevance
6888 memorystatus_jetsam_snapshot_t *ods = NULL; /* The on_demand snapshot buffer */ in memorystatus_get_on_demand_snapshot() local6909 ods = kalloc_data(*snapshot_size, Z_WAITOK | Z_ZERO); in memorystatus_get_on_demand_snapshot()6910 if (!ods) { in memorystatus_get_on_demand_snapshot()6915 memorystatus_init_jetsam_snapshot_locked(ods, ods_list_count); in memorystatus_get_on_demand_snapshot()6924 *snapshot = ods; in memorystatus_get_on_demand_snapshot()