Searched refs:dst_pid (Results 1 – 3 of 3) sorted by last modified time
/unit/src/ |
H A D | nxt_unit.c | 3785 hdr->dst_pid = port->id.pid; in nxt_unit_new_mmap() 4037 (int) pid, (int) hdr->dst_pid, (int) lib->pid); in nxt_unit_incoming_mmap() 4298 (int) hdr->src_pid, (int) hdr->dst_pid, in nxt_unit_mmap_read() 4376 if (hdr->dst_pid == lib->pid in nxt_unit_mmap_release()
|
H A D | nxt_port_memory_int.h | 52 nxt_pid_t dst_pid; /* For sanity check. */ member
|
H A D | nxt_port_memory.c | 142 if (nxt_slow_path(hdr->src_pid != nxt_pid && hdr->dst_pid != nxt_pid)) { in nxt_port_mmap_buf_completion() 144 "%PI->%PI", hdr->src_pid, hdr->dst_pid); in nxt_port_mmap_buf_completion() 167 b->is_port_mmap_sent, hdr->src_pid, hdr->dst_pid, hdr->id, c); in nxt_port_mmap_buf_completion() 176 if (hdr->dst_pid == nxt_pid in nxt_port_mmap_buf_completion() 236 || hdr->dst_pid != nxt_pid)) in nxt_port_incoming_port_mmap() 240 hdr->dst_pid, nxt_pid); in nxt_port_incoming_port_mmap() 591 hdr->src_pid, hdr->dst_pid, hdr->id, c); in nxt_port_mmap_get_buf() 704 hdr->src_pid, hdr->dst_pid, hdr->id, mmap_msg->chunk_id); in nxt_port_mmap_get_incoming_buf()
|