Home
last modified time | relevance | path

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

/lib/
A Dklist.c90 k->put = put; in klist_init()
212 void (*put)(struct klist_node *) = k->put; in klist_put() local
218 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() local
345 put = NULL; in klist_prev()
362 put(last); in klist_prev()
377 void (*put)(struct klist_node *) = i->i_klist->put; in klist_next() local
387 put = NULL; in klist_next()
[all …]
A DKconfig.debug666 debugfs is a virtual file system that kernel developers use to put
1733 last reference count put is not predictable, and the kobject can
1823 without explicit CPU specified are put on the local CPU. This
1825 preferred work items may be put on foreign CPUs. Kernel
/lib/zlib_inflate/
A Dinflate.c187 put = strm->next_out; \
198 strm->next_out = put; \
335 unsigned char *put; /* next output */ in zlib_inflate() local
456 memcpy(put, next, copy); in zlib_inflate()
460 put += copy; in zlib_inflate()
687 from = put - state->offset; in zlib_inflate()
694 *put++ = *from++; in zlib_inflate()
700 *put++ = (unsigned char)(state->length); in zlib_inflate()
712 UPDATE(state->check, put - out, out); in zlib_inflate()

Completed in 11 milliseconds