Home
last modified time | relevance | path

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

/include/linux/
Dklist.h25 #define KLIST_INIT(_name, _get, _put) \ argument
29 .put = _put, }
31 #define DEFINE_KLIST(_name, _get, _put) \ argument
32 struct klist _name = KLIST_INIT(_name, _get, _put)