Searched refs:live (Results 1 - 25 of 44) sorted by last modified time

12

/linux-master/net/rxrpc/
H A Dconn_object.c278 if (rxnet->live)
403 if (rxnet->live && !conn->local->dead) {
H A Dconn_client.c562 if (local->rxnet->live)
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 */
/linux-master/kernel/bpf/
H A Dverifier.c760 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN;
761 state->stack[spi - 1].spilled_ptr.live |= REG_LIVE_WRITTEN;
793 * parentage chain will still be live (i.e. reg->parent may be
799 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN;
800 state->stack[spi - 1].spilled_ptr.live |= REG_LIVE_WRITTEN;
910 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN;
911 state->stack[spi - 1].spilled_ptr.live |= REG_LIVE_WRITTEN;
1029 st->live |= REG_LIVE_WRITTEN;
1065 st->live |= REG_LIVE_WRITTEN;
2373 regs[i].live
4440 enum bpf_reg_liveness live = dst->live; local
16413 enum bpf_reg_liveness live; local
[all...]
H A Dlog.c543 enum bpf_reg_liveness live)
545 if (live & (REG_LIVE_READ | REG_LIVE_WRITTEN | REG_LIVE_DONE))
547 if (live & REG_LIVE_READ)
549 if (live & REG_LIVE_WRITTEN)
551 if (live & REG_LIVE_DONE)
770 print_liveness(env, reg->live);
804 print_liveness(env, reg->live);
814 print_liveness(env, reg->live);
830 print_liveness(env, reg->live);
840 print_liveness(env, reg->live);
542 print_liveness(struct bpf_verifier_env *env, enum bpf_reg_liveness live) argument
[all...]
/linux-master/fs/bcachefs/
H A Dbtree_update_interior.c1907 list_add_tail(&b->list, &c->btree_cache.live);
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_cache.c187 list_add_tail(&b->list, &bc->live);
352 list_for_each_entry_safe(b, t, &bc->live, list) {
372 list_move(&bc->live, &b->list);
386 if (&t->list != &bc->live)
387 list_move_tail(&bc->live, &t->list);
422 list_move(&c->verify_data->list, &bc->live);
430 list_add(&r->b->list, &bc->live);
433 list_splice(&bc->freeable, &bc->live);
435 while (!list_empty(&bc->live)) {
436 b = list_first_entry(&bc->live, struc
[all...]
/linux-master/kernel/
H A Dfork.c1865 atomic_set(&sig->live, 1);
2594 atomic_inc(&current->signal->live);
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/tools/perf/
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/fs/xfs/scrub/
H A Dtrace.h1407 const struct xchk_nlink *live),
1408 TP_ARGS(mp, ino, live),
1419 __entry->parents = live->parents;
1420 __entry->backrefs = live->backrefs;
1421 __entry->children = live->children;
1433 const struct xchk_nlink *live, int parents_delta,
1435 TP_ARGS(mp, ino, live, parents_delta, backrefs_delta, children_delta),
1449 __entry->parents = live->parents;
1450 __entry->backrefs = live->backrefs;
1451 __entry->children = live
[all...]
H A Dnlinks.h19 * step because the collection iscan coordinates live updates to the
27 * Hook into directory updates so that we can receive live updates
92 xchk_nlink_total(struct xfs_inode *ip, const struct xchk_nlink *live) argument
94 uint64_t ret = live->parents;
99 return ret + live->children;
/linux-master/drivers/gpio/
H A Dgpio-sim.c543 * item is 'live'.
740 bool live; local
743 live = gpio_sim_device_is_live(dev);
745 return sprintf(page, "%c\n", live ? '1' : '0');
1024 bool live; local
1027 ret = kstrtobool(page, &live);
1033 if (live == gpio_sim_device_is_live(dev))
1035 else if (live)
1043 CONFIGFS_ATTR(gpio_sim_device_config_, live);
/linux-master/tools/net/ynl/samples/
H A Dpage-pool.c19 } live[2]; member in struct:stat
50 s->live[l].cnt++;
52 s->live[l].refs += pp->inflight;
54 s->live[l].bytes += pp->inflight_mem;
125 s->live[1].cnt, s->live[0].cnt);
127 s->live[1].refs, s->live[1].bytes,
128 s->live[0].refs, s->live[
[all...]
/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/include/linux/
H A Dbpf_verifier.h225 enum bpf_reg_liveness live; member in struct:bpf_reg_state
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_64.S259 # so the kernel can live anywhere
/linux-master/fs/afs/
H A Dserver.c322 if (net->live) {
535 bool purging = !net->live;
H A Dinternal.h292 bool live; /* F if this namespace is being removed */ member in struct:afs_net
H A Dmain.c72 net->live = true;
130 net->live = false;
135 net->live = false;
140 net->live = false;
151 net->live = false;
/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
/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

Completed in 697 milliseconds

12