Searched refs:_put (Results 1 – 2 of 2) 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)
120 .put = pcsp_##ctl_type##_put, \