HomeSort by: relevance | last modified time | path
    Searched defs:clear_cache (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/cacheclean/
tests.sh 66 clear_cache() { function
127 clear_cache
137 clear_cache
178 clear_cache
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-path.cc 77 path_range_query::clear_cache (tree name) function in class:path_range_query
438 clear_cache (name);
  /src/sys/arch/pmax/include/
dec_prom.h 184 #define clear_cache (*callv -> _clear_cache) macro
  /src/sbin/ping/
ping.c 205 static struct timespec now, clear_cache, last_tx, next_tx, first_tx; variable in typeref:struct:
746 (void)clock_gettime(CLOCK_MONOTONIC, &clear_cache);
748 last = timespec_to_sec(&clear_cache) + maxwait;
911 if (clear_cache.tv_sec != now.tv_sec) {
939 (void)clock_gettime(CLOCK_MONOTONIC, &clear_cache);
1535 clear_cache.tv_sec = 0;

Completed in 28 milliseconds