Lines Matching refs:nb_sockets
40 uint32_t nb_sockets; member
88 uint32_t nb_sockets; in parse_socket_arg() local
116 nb_sockets = lo->nb_sockets; in parse_socket_arg()
118 if (nb_sockets >= MAX_NB_SOCKETS) { in parse_socket_arg()
123 lo->socket_files[nb_sockets] = strdup(str_fld[1]); in parse_socket_arg()
124 if (!lo->socket_files[nb_sockets]) { in parse_socket_arg()
129 lo->nb_sockets++; in parse_socket_arg()
276 for (j = 0; j < options.los[i].nb_sockets; j++) { in new_device()
324 for (j = 0; j < options.los[i].nb_sockets; j++) { in destroy_device()
449 for (j = 0; j < lo->nb_sockets; j++) { in free_resource()
494 info->nb_vids = lo->nb_sockets; in main()
589 for (j = 0; j < lo->nb_sockets; j++) { in main()