Home
last modified time | relevance | path

Searched refs:setAdd (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/drm/
H A Dsis_ds.h57 int setAdd(set_t * set, ITEM_TYPE item);
H A Dsis_ds.c61 int setAdd(set_t * set, ITEM_TYPE item) in setAdd() function
H A Dsis_mm.c64 retval = setAdd(global_ppriv[i].sets[type], val); in add_alloc_set()