Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/
Dcpu.c138 bool cant_stop; member
1667 .cant_stop = true,
1724 .cant_stop = true,
1736 .cant_stop = true,
1767 .cant_stop = true,
2322 ret = !sp->name || sp->cant_stop ? -EINVAL : 0; in target_store()