Searched refs:lru (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dcacheout.pl30 local(@lru) = sort {$isopen{$a} <=> $isopen{$b};} keys(%isopen);
31 splice(@lru, $maxopen / 3);
32 $numopen -= @lru;
33 for (@lru) { &close($_); delete $isopen{$_}; }
/macosx-10.10.1/hfs-285/fsck_hfs/
H A Dcache.c94 static int LRUInit (LRU_t *lru);
104 static int LRUDestroy (LRU_t *lru);
114 static int LRUHit (LRU_t *lru, LRUNode_t *node, int age);
126 static int LRUEvict (LRU_t *lru, LRUNode_t *node);
1374 static int LRUInit (LRU_t *lru) argument
1377 lru->Head.Next = &lru->Head;
1378 lru->Head.Prev = &lru->Head;
1380 lru
1394 LRUDestroy(LRU_t *lru) argument
1408 LRUHit(LRU_t *lru, LRUNode_t *node, int age) argument
1452 LRUEvict(LRU_t *lru, LRUNode_t *node) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Dtsig.h72 ISC_LIST(dns_tsigkey_t) lru; member in struct:dns_tsig_keyring
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.proc.c110 static struct tms zru = {0, 0, 0, 0}, lru = {0, 0, 0, 0};
112 static struct tms zru = {0L, 0L, 0L, 0L}, lru = {0L, 0L, 0L, 0L};
1111 lru.tms_utime = pp->p_utime;
1112 lru.tms_stime = pp->p_stime;
1113 lru.tms_cutime = 0;
1114 lru.tms_cstime = 0;
1115 prusage(&zru, &lru, pp->p_etime,
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dtsig.c228 ISC_LIST_UNLINK(tkey->ring->lru, tkey, link);
243 ISC_LIST_UNLINK(tkey->ring->lru, tkey, link);
244 ISC_LIST_APPEND(tkey->ring->lru, tkey, link);
281 ISC_LIST_INITANDAPPEND(ring->lru, tkey, link);
283 remove_fromring(ISC_LIST_HEAD(ring->lru));
1788 ISC_LIST_INIT(ring->lru);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsquid.vim99 syn keyword squidopt via parent no-digest heap lru realm
H A Dsqlanywhere.vim424 syn keyword sqlKeyword logging login logscan long low lru main manual mark
/macosx-10.10.1/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit9628 lru\040 �R # ---> 9-4^7^ 0
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c6066 #define SQLITE_MUTEX_STATIC_LRU 6 /* lru page list */
10849 int iCacheCnt; /* Counter used to generate aColCache[].lru values */
10858 int lru; /* Least recently used entry has the smallest value */ member in struct:Parse::yColCache
[all...]

Completed in 514 milliseconds