Home
last modified time | relevance | path

Searched refs:free_memory (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libsldap/common/
H A Dns_config.c1647 int free_memory, exitrc; in __ns_ldap_setParamValue() local
2346 free_memory = 1; in __ns_ldap_setParamValue()
2362 free_memory = 0; in __ns_ldap_setParamValue()
2368 if (free_memory == 0) { in __ns_ldap_setParamValue()
2414 free_memory = 1; in __ns_ldap_setParamValue()
2418 if (free_memory) { in __ns_ldap_setParamValue()
2449 free_memory = 1; in __ns_ldap_setParamValue()
2466 free_memory = 0; in __ns_ldap_setParamValue()
2472 if (free_memory == 0) { in __ns_ldap_setParamValue()
2509 free_memory = 1; in __ns_ldap_setParamValue()
[all …]
H A Dns_writes.c342 goto free_memory; in __s_api_makeModListCount()
412 goto free_memory; in __s_api_makeModListCount()
448 goto free_memory; in __s_api_makeModListCount()
473 goto free_memory; in __s_api_makeModListCount()
501 goto free_memory; in __s_api_makeModListCount()
535 goto free_memory; in __s_api_makeModListCount()
553 goto free_memory; in __s_api_makeModListCount()
562 goto free_memory; in __s_api_makeModListCount()
599 goto free_memory; in __s_api_makeModListCount()
612 free_memory: in __s_api_makeModListCount()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Darc.c3718 int64_t free_memory = arc_available_memory(); in arc_reclaim_thread() local
3723 if (free_memory < 0) { in arc_reclaim_thread()
3740 free_memory = arc_available_memory(); in arc_reclaim_thread()
3743 (arc_c >> arc_shrink_shift) - free_memory; in arc_reclaim_thread()
3750 } else if (free_memory < arc_c >> arc_no_grow_shift) { in arc_reclaim_thread()