Home
last modified time | relevance | path

Searched defs:SET_SENTINEL (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/staging/zcache/
Dtmem.h38 #define SET_SENTINEL(_x, _y) (_x->sentinel = _y##_SENTINEL) macro
44 #define SET_SENTINEL(_x, _y) do { } while (0) macro