Searched refs:woke (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/ |
D | offwaketime_kern.c | 70 struct wokeby_t woke; in waker() local 75 bpf_get_current_comm(&woke.name, sizeof(woke.name)); in waker() 76 woke.ret = bpf_get_stackid(ctx, &stackmap, STACKID_FLAGS); in waker() 78 bpf_map_update_elem(&wokeby, &pid, &woke, BPF_ANY); in waker() 84 struct wokeby_t *woke; in update_counts() local 93 woke = bpf_map_lookup_elem(&wokeby, &pid); in update_counts() 94 if (woke) { in update_counts() 95 key.wret = woke->ret; in update_counts() 96 __builtin_memcpy(&key.waker, woke->name, sizeof(key.waker)); in update_counts()
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
D | socket_adapter.c | 963 bool woke = false; in hmdfs_response_handle_sync() local 980 woke = true; in hmdfs_response_handle_sync() 998 woke = true; in hmdfs_response_handle_sync() 1008 if (likely(woke)) in hmdfs_response_handle_sync()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/pm/ |
D | suspend-flows.rst | 114 interrupt that woke up one of them comes from an IRQ that has been armed for 131 by another CPU that woke up earlier) and the scheduler tick on that CPU is
|
/kernel/linux/linux-5.10/Documentation/driver-api/usb/ |
D | persist.rst | 35 system woke up, who cares? It'll still work the same when you type on
|
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/ |
D | zoran.rst | 474 I woke up, and can't go to sleep again. I'll kill some time explaining why
|
/kernel/linux/linux-5.10/Documentation/locking/ |
D | rt-mutex-design.rst | 534 in the slow path too. If a waiter of a mutex woke up because of a signal
|
/kernel/linux/linux-5.10/Documentation/RCU/Design/Data-Structures/ |
D | Data-Structures.rst | 764 high-priority process just woke up on this CPU, then the remaining
|
/kernel/linux/linux-5.10/Documentation/trace/ |
D | ftrace.rst | 1903 just 15 microseconds from the time it woke up, to the time it
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 127102 + The delay in milliseconds required to wait until the GPU has woke up
|