HomeSort by relevance Sort by last modified time
    Searched refs:drop_cache (Results 1 - 7 of 7) sorted by null

  /external/selinux/libsemanage/src/
database_activedb.c 151 .drop_cache = (void *)dbase_llist_drop_cache,
database.h 156 void (*drop_cache) (dbase_t * dbase); member in struct:dbase_table
database_file.c 200 .drop_cache = (void *)dbase_llist_drop_cache,
database_join.c 279 .drop_cache = (void *)dbase_llist_drop_cache,
policy_components.c 237 components[i]->dtable->drop_cache(components[i]->dbase);
database_policydb.c 221 * This implies drop_cache(),
222 * and prevents flush() and drop_cache()
234 * This implies drop_cache. */
464 .drop_cache = dbase_policydb_drop_cache,
direct_api.c 600 pusers_extra->dtable->drop_cache(pusers_extra->dbase);
633 pseusers->dtable->drop_cache(pseusers->dbase);
    [all...]

Completed in 69 milliseconds