Home
last modified time | relevance | path

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

/components/lwp/
A Dlwp_user_mm.c921 if (bytes_to_put > size) in lwp_data_put()
923 bytes_to_put = size; in lwp_data_put()
947 src_iter = src_iter + bytes_to_put; in lwp_data_put()
948 dst_iter = dst_iter + bytes_to_put; in lwp_data_put()
949 size -= bytes_to_put; in lwp_data_put()
951 copy_len += bytes_to_put; in lwp_data_put()
982 if (bytes_to_put > size) in lwp_data_set()
984 bytes_to_put = size; in lwp_data_set()
996 dst_iter = dst_iter + bytes_to_put; in lwp_data_set()
997 size -= bytes_to_put; in lwp_data_set()
[all …]

Completed in 4 milliseconds