Home
last modified time | relevance | path

Searched refs:CPT_FIFO (Results 1 – 4 of 4) sorted by relevance

/trueos/usr.sbin/nscd/
HDcachelib.h47 CPT_FIFO = 0, /* first-in first-out */ enumerator
HDparser.c340 return (CPT_FIFO); in get_policy()
HDconfig.c221 negative_params.policy = CPT_FIFO; in create_def_configuration_entry()
HDcachelib.c580 if (new_common_entry->common_params.policy == CPT_FIFO) in register_cache_entry()