Searched refs:SET_AGE (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
H A Dsavage_bci.c230 SET_AGE(&entry->age, 0, 0);
310 SET_AGE(&dev_priv->dma_pages[i].age, 0, 0);
314 SET_AGE(&dev_priv->last_dma_age, 0, 0);
329 SET_AGE(&dev_priv->dma_pages[i].age, event, wrap);
333 SET_AGE(&dev_priv->last_dma_age, event, wrap);
479 SET_AGE(&dev_priv->dma_pages[i].age, event, wrap);
485 SET_AGE(&dev_priv->dma_pages[cur].age, event, wrap);
497 SET_AGE(&dev_priv->last_dma_age, event, wrap);
1080 SET_AGE(&buf_priv->age, event, dev_priv->event_wrap);
H A Dmga_dma.c265 SET_AGE(&dev_priv->head->age, MGA_BUFFER_USED, 0);
279 SET_AGE(&entry->age, MGA_BUFFER_FREE, 0);
327 SET_AGE(&buf_priv->list_entry->age, MGA_BUFFER_FREE, 0);
357 SET_AGE(&next->age, MGA_BUFFER_USED, 0);
379 SET_AGE(&entry->age, MGA_BUFFER_FREE, 0);
H A Dsavage_drv.h570 #define SET_AGE( age, e, w ) do { \ macro
H A Dmga_drv.h363 #define SET_AGE( age, h, w ) \ macro
H A Dsavage_state.c1156 SET_AGE(&buf_priv->age, event, dev_priv->event_wrap);
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c385 SET_AGE(state_ts);
601 SET_AGE(si.pg->timestamp);
669 SET_AGE(nh->timestamp);
1030 SET_AGE(pg->timestamp);
1035 SET_AGE(nh->timestamp);
1505 SET_AGE(state_ts);
H A Dnat64lsn.h114 #define SET_AGE(x) (x) = _CT macro

Completed in 78 milliseconds