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()
443 if (env.worker_id != -1) in dump_test_log()
1318 if (env.worker_id != -1) in crash_handler()
1319 fprintf(stderr, "[%d]: ", env.worker_id);
1451 if (verbose() && env.worker_id == -1) in run_one_test()
1465 int worker_id; in read_prog_test_msg()
1584 env.worker_current_test[data->worker_id] = test_to_run; in dispatch_thread()
1625 fprintf(stderr, "[%d]: Protocol/IO error: %s.\n", data->worker_id, strerro in dispatch_thread()
1461 int worker_id; global() member
[all...]
H A Dtest_progs.h132 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.c930 unsigned long index = info->worker_id; in vhost_vq_attach_worker()
938 if (!worker || worker->id != info->worker_id) in vhost_vq_attach_worker()
955 info->worker_id = worker->id; in vhost_new_worker()
963 unsigned long index = info->worker_id; in vhost_free_worker()
967 if (!worker || worker->id != info->worker_id) in vhost_free_worker()
1078 ring_worker.worker_id = worker->id; in vhost_worker_ioctl()