Lines Matching defs:ix

18 int cache_nbr (int ix)  in cache_nbr()
24 int cache_busy (int ix) in cache_busy()
30 int cache_empty (int ix) in cache_empty()
36 int cache_waiters (int ix) in cache_waiters()
42 long long cache_size (int ix) in cache_size()
48 long long cache_hits (int ix) in cache_hits()
54 long long cache_misses (int ix) in cache_misses()
60 int cache_busy_percent (int ix) in cache_busy_percent()
66 int cache_empty_percent (int ix) in cache_empty_percent()
72 int cache_hit_percent (int ix) in cache_hit_percent()
81 int cache_lookup (int ix, U64 key, int *o) in cache_lookup()
114 int cache_scan (int ix, CACHE_SCAN_RTN rtn, void *data) in cache_scan()
128 int cache_lock(int ix) in cache_lock()
135 int cache_unlock(int ix) in cache_unlock()
144 int cache_wait(int ix) in cache_wait()
169 U64 cache_getkey(int ix, int i) in cache_getkey()
175 U64 cache_setkey(int ix, int i, U64 key) in cache_setkey()
191 U32 cache_getflag(int ix, int i) in cache_getflag()
197 U32 cache_setflag(int ix, int i, U32 andbits, U32 orbits) in cache_setflag()
225 U64 cache_getage(int ix, int i) in cache_getage()
231 U64 cache_setage(int ix, int i) in cache_setage()
244 void *cache_getbuf(int ix, int i, int len) in cache_getbuf()
260 void *cache_setbuf(int ix, int i, void *buf, int len) in cache_setbuf()
272 int cache_getlen(int ix, int i) in cache_getlen()
278 int cache_getval(int ix, int i) in cache_getval()
284 int cache_setval(int ix, int i, int val) in cache_setval()
293 int cache_release(int ix, int i, int flag) in cache_release()
331 int ix, i; in cache_cmd() local
378 static int cache_create (int ix) in cache_create()
396 static int cache_destroy (int ix) in cache_destroy()
412 static int cache_check_ix(int ix) in cache_check_ix()
418 static int cache_check_cache(int ix) in cache_check_cache()
426 static int cache_check(int ix, int i) in cache_check()
433 static int cache_isbusy(int ix, int i) in cache_isbusy()
438 static int cache_isempty(int ix, int i) in cache_isempty()
445 static int cache_adjust(int ix, int n) in cache_adjust()
544 static void cache_allocbuf(int ix, int i, int len) in cache_allocbuf()