Searched refs:socket_id (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm6.h49 rte_lpm6_create(const char *name, int socket_id,
H A Drte_lpm6.h47 * @param socket_id
62 rte_lpm6_create(const char *name, int socket_id,
H A Drte_lpm.h151 * @param socket_id
166 rte_lpm_create(const char *name, int socket_id,
H A Drte_lpm.c140 rte_lpm_create(const char *name, int socket_id, argument
154 if ((name == NULL) || (socket_id < -1)
195 RTE_CACHE_LINE_SIZE, socket_id);
204 (size_t)rules_size, RTE_CACHE_LINE_SIZE, socket_id);
216 (size_t)tbl8s_size, RTE_CACHE_LINE_SIZE, socket_id);
H A Drte_lpm6.c244 rte_lpm6_create(const char *name, int socket_id, argument
261 if ((name == NULL) || (socket_id < -1) || (config == NULL) ||
278 .socket_id = socket_id,
344 RTE_CACHE_LINE_SIZE, socket_id);
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp202 Status writeSocketIdToPipe(Pipe &port_pipe, const std::string &socket_id) { argument
205 return port_pipe.Write(socket_id.c_str(), socket_id.size() + 1,
210 const std::string &socket_id) {
217 return writeSocketIdToPipe(port_name_pipe, socket_id);
221 const std::string &socket_id) {
223 return writeSocketIdToPipe(port_pipe, socket_id);
319 const std::string socket_id = acceptor_up->GetLocalSocketId(); local
320 if (!socket_id.empty()) {
323 error = writeSocketIdToPipe(named_pipe_path, socket_id);
209 writeSocketIdToPipe(const char *const named_pipe_path, const std::string &socket_id) argument
220 writeSocketIdToPipe(lldb::pipe_t unnamed_pipe, const std::string &socket_id) argument
[all...]
H A Dlldb-platform.cpp97 static Status save_socket_id_to_file(const std::string &socket_id, argument
111 temp_file_path, temp_file_spec.GetPath(), socket_id),
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp623 int socket_id = 0; local
629 socket_id++) {
630 labels[0] = socket_id;

Completed in 183 milliseconds