Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dsci_pool.h163 #define sci_pool_put(this_pool, the_value) \ argument
165 (this_pool).array[(this_pool).put] = (the_value); \
174 #define sci_pool_erase(this_pool, type, the_value) \ argument
183 if (tmp_value != (the_value)) \