Home
last modified time | relevance | path

Searched refs:dbase_llist_drop_cache (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsemanage/src/
Ddatabase_activedb.c71 dbase_llist_drop_cache(&dbase->llist); in dbase_activedb_cache()
142 dbase_llist_drop_cache(&dbase->llist); in dbase_activedb_release()
151 .drop_cache = (void *)dbase_llist_drop_cache,
Ddatabase_file.c109 dbase_llist_drop_cache(&dbase->llist); in dbase_file_cache()
191 dbase_llist_drop_cache(&dbase->llist); in dbase_file_release()
200 .drop_cache = (void *)dbase_llist_drop_cache,
Ddatabase_join.c164 dbase_llist_drop_cache(&dbase->llist); in dbase_join_cache()
270 dbase_llist_drop_cache(&dbase->llist); in dbase_join_release()
279 .drop_cache = (void *)dbase_llist_drop_cache,
Ddatabase_llist.c29 dbase_llist_drop_cache(dbase); in dbase_llist_needs_resync()
70 void dbase_llist_drop_cache(dbase_llist_t * dbase) in dbase_llist_drop_cache() function
Ddatabase_llist.h70 extern void dbase_llist_drop_cache(dbase_llist_t * dbase);