Searched refs:free_memory (Results 1 – 9 of 9) sorted by relevance
111 int (*free_memory)(struct agp_softc *, struct agp_memory *); member123 #define AGP_FREE_MEMORY(sc,m) ((sc)->as_methods->free_memory((sc),(m)))
156 static void free_memory(block_region *memory);159 free_memory(block_region *region) in free_memory() function182 free_memory(instance->region); in free_instance()
72 #define free_memory __libcrypt_internal_free_memory macro
123 void free_memory(const argon2_context *context, uint8_t *memory,
115 void free_memory(const argon2_context *context, uint8_t *memory, in free_memory() function188 free_memory(context, (uint8_t *)instance->memory, in finalize()
465 uint8_t free_memory[8]; member485 EXTRACT_64BITS(sflow_processor_counter->free_memory))); in print_sflow_counter_processor()
130 free_memory: .long free_memory_start
4155 int64_t free_memory = arc_available_memory(); in arc_reclaim_thread() local4156 if (free_memory < 0) { in arc_reclaim_thread()4173 free_memory = arc_available_memory(); in arc_reclaim_thread()4176 (arc_c >> arc_shrink_shift) - free_memory; in arc_reclaim_thread()4183 } else if (free_memory < arc_c >> arc_no_grow_shift) { in arc_reclaim_thread()
2770 * linux-core: fix uv_get_total/free_memory on uclibc (Nicolas Cavallari)