Home
last modified time | relevance | path

Searched refs:src_pid (Results 1 – 3 of 3) sorted by path

/unit/src/
H A Dnxt_port_memory.c142 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()
179 process = nxt_runtime_process_find(task->thread->runtime, hdr->src_pid); in nxt_port_mmap_buf_completion()
235 if (nxt_slow_path(hdr->src_pid != process->pid in nxt_port_incoming_port_mmap()
239 "%PI != %PI or %PI != %PI", hdr->src_pid, process->pid, in nxt_port_incoming_port_mmap()
338 hdr->src_pid = nxt_pid; in nxt_port_new_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()
H A Dnxt_port_memory_int.h51 nxt_pid_t src_pid; /* For sanity check. */ member
H A Dnxt_unit.c3784 hdr->src_pid = lib->pid; in nxt_unit_new_mmap()
4033 if (nxt_slow_path(hdr->src_pid != pid)) { in nxt_unit_incoming_mmap()
4036 "detected: %d != %d or %d != %d", (int) hdr->src_pid, in nxt_unit_incoming_mmap()
4298 (int) hdr->src_pid, (int) hdr->dst_pid, in nxt_unit_mmap_read()
4369 if (hdr->src_pid == lib->pid && freed_chunks != 0) { in nxt_unit_mmap_release()
4380 nxt_unit_send_shm_ack(ctx, hdr->src_pid); in nxt_unit_mmap_release()