Searched refs:cur_work (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c148 int ret, len, cur_work, cur_read; local
167 cur_work = strnlen(work, sizeof(work));
171 cur_work = 0;
176 work[cur_work] = read_data[cur_read++];
178 if (work[cur_work] == '\n') {
179 work[cur_work] = '\0';
181 cur_work = 0;
183 cur_work++;
187 if (cur_work) {
188 work[cur_work]
[all...]
/linux-master/io_uring/
H A Dio-wq.c53 struct io_wq_work *cur_work; member in struct:io_worker
541 worker->cur_work = work;
1004 * Hold the lock to avoid ->cur_work going out of scope, caller
1008 if (__io_wq_worker_cancel(worker, match, worker->cur_work) ||

Completed in 113 milliseconds