Searched refs:put (Results 1 – 3 of 3) sorted by relevance
85 void (*put)(struct klist_node *)) in klist_init()90 k->put = put; in klist_init()212 void (*put)(struct klist_node *) = k->put; in klist_put() local218 put = NULL; in klist_put()220 if (put) in klist_put()221 put(n); in klist_put()335 void (*put)(struct klist_node *) = i->i_klist->put; in klist_prev() local345 put = NULL; in klist_prev()361 if (put && last) in klist_prev()362 put(last); in klist_prev()[all …]
300 debugfs is a virtual file system that kernel developers use to put1330 last reference count put is not predictable, and the kobject can1418 without explicit CPU specified are put on the local CPU. This1420 preferred work items may be put on foreign CPUs. Kernel
168 put = strm->next_out; \179 strm->next_out = put; \321 unsigned char *put; /* next output */ in zlib_inflate() local441 memcpy(put, next, copy); in zlib_inflate()445 put += copy; in zlib_inflate()672 from = put - state->offset; in zlib_inflate()679 *put++ = *from++; in zlib_inflate()685 *put++ = (unsigned char)(state->length); in zlib_inflate()697 UPDATE(state->check, put - out, out); in zlib_inflate()