Home
last modified time | relevance | path

Searched refs:lru (Results 1 – 11 of 11) sorted by relevance

/dragonfly/lib/libc/db/mpool/
HDmpool.libtp53 #define MRU bufhdr_table[*buf_lru].lru.prev
130 bhp->lru.next = i+1;
131 bhp->lru.prev = i-1;
137 bufhdr_table[0].lru.prev = NUM_BUFS-1;
138 bufhdr_table[NUM_BUFS-1].lru.next = 0;
195 bhp = LISTP_NEXTP (bufhdr_table, lru, bhp ) ) {
197 if ( bhp->lru.next == lruid ) {
727 bhp->lru.next, bhp->lru.prev,
739 bhp->lru.next, bhp->lru.prev,
/dragonfly/sys/dev/drm/ttm/
HDttm_bo.c153 BUG_ON(!list_empty(&bo->lru)); in ttm_bo_release_list()
174 if (WARN_ON(!list_empty(&bo->lru))) in ttm_bo_add_to_lru()
179 list_add_tail(&bo->lru, &man->lru[bo->priority]); in ttm_bo_add_to_lru()
203 if (!list_empty(&bo->lru)) { in ttm_bo_del_from_lru()
204 list_del_init(&bo->lru); in ttm_bo_del_from_lru()
732 list_for_each_entry(bo, &man->lru[i], lru) { in ttm_mem_evict_first()
746 if (&bo->lru != &man->lru[i]) in ttm_mem_evict_first()
1161 INIT_LIST_HEAD(&bo->lru); in ttm_bo_init_reserved()
1332 while (!list_empty(&man->lru[i])) { in ttm_bo_force_list_clean()
1443 INIT_LIST_HEAD(&man->lru[i]); in ttm_bo_init_mm()
[all …]
HDttm_bo_util.c488 INIT_LIST_HEAD(&fbo->base.lru); in ttm_buffer_object_transfer()
/dragonfly/contrib/tcsh-6/
HDsh.proc.c106 static struct tms zru = {0, 0, 0, 0}, lru = {0, 0, 0, 0}; variable
108 static struct tms zru = {0L, 0L, 0L, 0L}, lru = {0L, 0L, 0L, 0L}; variable
1161 lru.tms_utime = pp->p_utime; in pprint()
1162 lru.tms_stime = pp->p_stime; in pprint()
1163 lru.tms_cutime = 0; in pprint()
1164 lru.tms_cstime = 0; in pprint()
1165 prusage(&zru, &lru, pp->p_etime, in pprint()
/dragonfly/sys/dev/drm/include/drm/ttm/
HDttm_bo_api.h207 struct list_head lru; member
HDttm_bo_driver.h202 struct list_head lru[TTM_MAX_BO_PRIORITY]; member
/dragonfly/stand/lib/
HDhammer1.c99 int lru; member
140 be->use = ++hfs->lru; in hread()
866 hfs->lru = 0; in hinit()
/dragonfly/sys/sys/
HDthread.h236 int lru; member
/dragonfly/sys/kern/
HDkern_descrip.c368 fdc->lru = ++td->td_fdcache_lru; in _holdfp_cache()
376 fdc->lru = ++td->td_fdcache_lru; in _holdfp_cache()
421 delta = fdc->lru - best->lru; in _holdfp_cache()
449 best->lru = ++td->td_fdcache_lru; in _holdfp_cache()
/dragonfly/contrib/dhcpcd/src/
HDdhcp6.c1325 uint32_t lru = arc4random_uniform( in dhcp6_sendmessage() local
1328 int lr = (int)lru - (state->RTC == 0 ? 0 : DHCP6_RAND_MAX); in dhcp6_sendmessage()
/dragonfly/sys/dev/drm/
HDdrm_fb_helper.c1006 list_for_each_entry(page, pagelist, lru) {