Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
Doffwaketime_kern.c70 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/
Dsocket_adapter.c963 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/
Dsuspend-flows.rst114 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/
Dpersist.rst35 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/
Dzoran.rst474 I woke up, and can't go to sleep again. I'll kill some time explaining why
/kernel/linux/linux-5.10/Documentation/locking/
Drt-mutex-design.rst534 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/
DData-Structures.rst764 high-priority process just woke up on this CPU, then the remaining
/kernel/linux/linux-5.10/Documentation/trace/
Dftrace.rst1903 just 15 microseconds from the time it woke up, to the time it
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch127102 + The delay in milliseconds required to wait until the GPU has woke up