Searched refs:live (Results 26 - 44 of 44) sorted by relevance

12

/linux-master/drivers/usb/host/
H A Dehci-sched.c625 /* qh->qh_next still "live" to HC */
2358 bool modified, live; local
2370 live = true;
2373 live = false;
2396 if (frame == now_frame && live) {
2439 && live
/linux-master/tools/perf/
H A Dbuiltin-kvm.c955 /* seems to happen once in a while during live mode */
1118 if (kvm->live) {
1228 if (kvm->live) {
1466 /* live flag must be set first */
1467 kvm->live = true;
1913 "perf kvm stat live [<options>]",
2019 printf("\tlive: live reporting of statistical data of kvm events\n");
2047 if (!strncmp(argv[1], "live", 4))
H A Dbuiltin-trace.c177 bool live; member in struct:trace
1448 if (!trace->live)
3824 trace->live = true;
4071 trace->live = false;
/linux-master/include/linux/
H A Dbpf_verifier.h225 enum bpf_reg_liveness live; member in struct:bpf_reg_state
/linux-master/net/mac80211/
H A Diface.c258 bool live = false; local
266 live = true;
277 if (live)
289 if (live)
/linux-master/include/linux/sched/
H A Dsignal.h96 atomic_t live; member in struct:signal_struct
/linux-master/fs/bcachefs/
H A Dbtree_types.h26 * Amount of live metadata (i.e. size of node after a compaction) in
32 /* live keys only: */
158 struct list_head live; member in struct:btree_cache
163 /* Number of elements in live + freeable lists */
H A Dsysfs.c250 list_for_each_entry(b, &c->btree_cache.live, list)
H A Dbtree_update_interior.c1907 list_add_tail(&b->list, &c->btree_cache.live);
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c2863 /* init as live, toggle clear, advance to dummy */
3579 /* qh->qh_next still "live" to HC */
4571 unsigned now_frame, bool live)
4593 if (frame == now_frame && live) {
4644 bool live; local
4654 live = true;
4657 live = false;
4666 now_frame, live);
4570 scan_frame_queue(struct fotg210_hcd *fotg210, unsigned frame, unsigned now_frame, bool live) argument
/linux-master/net/rxrpc/
H A Dar-internal.h78 bool live; member in struct:rxrpc_net
797 struct list_head tx_link; /* Link in live Enc queue or Tx queue */
H A Dconn_client.c562 if (local->rxnet->live)
/linux-master/kernel/
H A Dfork.c1865 atomic_set(&sig->live, 1);
2594 atomic_inc(&current->signal->live);
H A Dseccomp.c1310 (atomic_read(&current->signal->live) == 1)) {
H A Dexit.c840 group_dead = atomic_dec_and_test(&tsk->signal->live);
1305 * Handle do_wait work for one task in a live, non-stopped state.
1427 * so, if there are live subthreads, there are events to
/linux-master/fs/afs/
H A Dinternal.h292 bool live; /* F if this namespace is being removed */ member in struct:afs_net
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_request.c1733 struct igt_live_test live; local
1786 ret = igt_live_test_begin(&live, i915, __func__, "");
1856 ret = igt_live_test_end(&live) ?: ret;
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py3426 def parseTraceLog(live=False):
3431 if not live:
6126 def processData(live=False, quiet=False):
6133 testruns, error = parseTraceLog(live)
/linux-master/kernel/cgroup/
H A Dcgroup.c703 /* walk live descendants in pre order */
712 /* walk live descendants in postorder */
4897 /* and dying leaders w/o live member threads */
4899 !atomic_read(&task->signal->live))
5900 * Make sure there's no live children. We can't test emptiness of

Completed in 432 milliseconds

12