Lines Matching refs:put
76 * @put: The put function for the embedding object (NULL if none)
80 * deletion) then the get/put arguments are used to initialise
85 void (*put)(struct klist_node *))
90 k->put = put;
144 * @pos: node to put @n after
160 * @pos: node to put @n after
212 void (*put)(struct klist_node *) = k->put;
218 put = NULL;
220 if (put)
221 put(n);
335 void (*put)(struct klist_node *) = i->i_klist->put;
345 put = NULL;
361 if (put && last)
362 put(last);
377 void (*put)(struct klist_node *) = i->i_klist->put;
387 put = NULL;
403 if (put && last)
404 put(last);