Searched refs:target_size (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_entry.h175 ipc_table_elems_t target_size);
H A Dipc_entry.c458 ipc_table_elems_t target_size)
499 if (target_size != ITS_SIZE_NONE) {
500 if (target_size <= osize) {
506 while ((psize != size) && (target_size > size)) {
672 (target_size != ITS_SIZE_NONE));
456 ipc_entry_grow_table( ipc_space_t space, ipc_table_elems_t target_size) argument
H A Dipc_port.c216 ipc_table_elems_t target_size)
229 if (target_size != ITS_SIZE_NONE) {
231 (target_size <= otable->ipr_size->its_size)) {
235 while ((its->its_size) && (its->its_size < target_size)) {
214 ipc_port_request_grow( ipc_port_t port, ipc_table_elems_t target_size) argument
H A Dipc_port.h329 ipc_table_elems_t target_size);
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c227 static int expand_pipespace(struct pipe *p, int target_size);
353 expand_pipespace(struct pipe *p, int target_size) argument
359 if (p->pipe_buffer.size >= (unsigned) target_size) {
364 error = pipespace(&tmp, target_size);

Completed in 78 milliseconds