Home
last modified time | relevance | path

Searched refs:worker_id (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c54 if (verbose() && env.worker_id == -1) { in stdio_hijack_init()
81 if (verbose() && env.worker_id == -1) { in stdio_hijack()
98 if (verbose() && env.worker_id == -1) { in stdio_restore_cleanup()
421 if (env.worker_id != -1) in dump_test_log()
1280 if (env.worker_id != -1) in crash_handler()
1281 fprintf(stderr, "[%d]: ", env.worker_id); in crash_handler()
1406 if (verbose() && env.worker_id == -1) member
1420 int worker_id; in read_prog_test_msg()
1539 env.worker_current_test[data->worker_id] = test_to_run; in dispatch_thread()
1580 fprintf(stderr, "[%d]: Protocol/IO error: %s.\n", data->worker_id, strerro in dispatch_thread()
[all...]
H A Dtest_progs.h131 int worker_id; /* id number of current worker, main process is -1 */
130 int worker_id; /* id number of current worker, main process is -1 */ global() member
/linux/include/uapi/linux/
H A Dvhost_types.h56 unsigned int worker_id; member
63 unsigned int worker_id; member
/linux/drivers/vhost/
H A Dvhost.c934 unsigned long index = info->worker_id; in vhost_vq_attach_worker()
942 if (!worker || worker->id != info->worker_id) in vhost_vq_attach_worker()
959 info->worker_id = worker->id; in vhost_new_worker()
967 unsigned long index = info->worker_id; in vhost_free_worker()
971 if (!worker || worker->id != info->worker_id) in vhost_free_worker()
1082 ring_worker.worker_id = worker->id; in vhost_worker_ioctl()