Searched refs:_put (Results 1 – 1 of 1) sorted by relevance
25 #define KLIST_INIT(_name, _get, _put) \ argument29 .put = _put, }31 #define DEFINE_KLIST(_name, _get, _put) \ argument32 struct klist _name = KLIST_INIT(_name, _get, _put)