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

12

/linux-master/fs/xfs/scrub/
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;
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...]
/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/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c56 u32 old, live; local
61 live = host1x_sync_readl(host, HOST1X_SYNC_SYNCPT(sp->id));
62 } while ((u32)atomic_cmpxchg(&sp->min_val, old, live) != old);
64 if (!host1x_syncpt_check_max(sp, live))
69 return live;
/linux-master/net/rxrpc/
H A Dnet_ns.c18 if (rxnet->live)
27 if (rxnet->live)
39 rxnet->live = true;
96 rxnet->live = false;
107 rxnet->live = false;
H A Dpeer_event.c302 if (!rxnet->live)
345 if (rxnet->live)
H A Dconn_object.c283 if (rxnet->live)
408 if (rxnet->live && !conn->local->dead) {
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_selftest.c74 int (*live)(struct drm_i915_private *); member in union:selftest::__anon708
84 #define selftest(n, f) [live_##n] = { .name = #n, { .live = f } },
90 #define selftest(n, f) [perf_##n] = { .name = #n, { .live = f } },
188 err = st->live(data);
233 if (!i915_selftest.live)
238 err = run_selftests(live, pdev_to_i915(pdev));
240 i915_selftest.live = err;
244 if (i915_selftest.live < 0) {
245 i915_selftest.live = -ENOTTY;
467 module_param_named_unsafe(live_selftests, i915_selftest.live, in
[all...]
/linux-master/lib/
H A Dis_single_threaded.c22 if (atomic_read(&task->signal->live) != 1)
/linux-master/fs/afs/
H A Dmain.c72 net->live = true;
130 net->live = false;
135 net->live = false;
140 net->live = false;
151 net->live = false;
H A Dfs_probe.c63 if (!net->live)
368 if (!net->live || !queue_work(afs_wq, &net->fs_prober))
414 if (!net->live) {
H A Dserver.c322 if (net->live) {
535 bool purging = !net->live;
H A Dcell.c38 if (net->live) {
850 bool purging = !net->live;
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-sim.sh26 if [ "$BANK" = "live" -o "$BANK" = "dev_name" ]; then
99 echo 1 > $CONFIGFS_DIR/$CHIP/live || fail "Unable to enable the chip"
105 echo 0 > $CONFIGFS_DIR/$CHIP/live || fail "Unable to disable the chip"
273 echo "2.9. Can't modify settings when chip is live"
278 fail "Setting label of a live chip should fail"
280 fail "Setting number of lines of a live chip should fail"
283 echo "2.10. Can't create line items when chip is live"
294 echo 1 > $CONFIGFS_DIR/chip/live 2> /dev/null && fail "Probe error was not propagated"
299 echo 1 > $CONFIGFS_DIR/chip/live 2> /dev/null && fail "Chip enabled without any GPIO banks"
308 echo 1 > $CONFIGFS_DIR/chip/live
[all...]
/linux-master/fs/bcachefs/
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/drivers/iio/adc/
H A Dad7124.c147 bool live; member in struct:ad7124_channel_config
279 st->channels[channel].cfg.live = false;
323 st->channels[channel].cfg.live = false;
336 cmp_size = (u8 *)&cfg->live - (u8 *)cfg;
340 if (cfg_aux->live && !memcmp(cfg, cfg_aux, cmp_size))
434 lru_cfg->live = false;
444 cfg->live = false;
478 ch->cfg.live = true;
492 if (!cfg->live) {
665 st->channels[chan->address].cfg.live
[all...]
/linux-master/kernel/bpf/
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...]
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...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_selftest.h38 int live; member in struct:i915_selftest
/linux-master/tools/perf/util/
H A Dkvm-stat.h108 bool live; member in struct:perf_kvm_stat
/linux-master/drivers/media/rc/keymaps/
H A DMakefile39 rc-dntv-live-dvb-t.o \
40 rc-dntv-live-dvbt-pro.o \
/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/arch/sparc/kernel/
H A Dwuf.S164 rd %psr, %g3 /* Read %psr in live user window */
185 st %g5, [%curptr + TI_UWINMASK] ! one live user window still
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_64.S259 # so the kernel can live anywhere
/linux-master/fs/ocfs2/dlm/
H A Ddlmdomain.c806 * If heartbeat doesn't consider the node live, tell it
811 mlog(0, "node %u is not in our live map yet\n",
1430 /* copy live node map to join message */
1529 int status, node, live; local
1545 live = test_bit(node, dlm->live_nodes_map);
1553 if (live)
1556 } while (status && live);

Completed in 913 milliseconds

12