Home
last modified time | relevance | path

Searched refs:src_size (Results 1 – 2 of 2) sorted by relevance

/kernel/
A Dpipes.c213 const unsigned char *src, size_t src_size) in pipe_xfer() argument
215 size_t num_bytes = MIN(dest_size, src_size); in pipe_xfer()
A Dthread.c216 static size_t copy_bytes(char *dest, size_t dest_size, const char *src, size_t src_size) in copy_bytes() argument
220 bytes_to_copy = MIN(dest_size, src_size); in copy_bytes()

Completed in 14 milliseconds