| /linux/tools/net/ynl/samples/ |
| A D | page-pool.c | 19 } live[2]; member 50 s->live[l].cnt++; in count() 52 s->live[l].refs += pp->inflight; in count() 54 s->live[l].bytes += pp->inflight_mem; in count() 125 s->live[1].cnt, s->live[0].cnt); in main() 127 s->live[1].refs, s->live[1].bytes, in main() 128 s->live[0].refs, s->live[0].bytes); in main()
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-kernel-livepatch | 4 Contact: live-patching@vger.kernel.org 6 Interface for kernel live patching 9 each loaded live patch module. 14 Contact: live-patching@vger.kernel.org 22 Contact: live-patching@vger.kernel.org 31 Contact: live-patching@vger.kernel.org 39 Contact: live-patching@vger.kernel.org 53 Contact: live-patching@vger.kernel.org 61 Contact: live-patching@vger.kernel.org 69 Contact: live-patching@vger.kernel.org [all …]
|
| A D | debugfs-vfio | 15 of vfio devices that support live migration. 16 The debugfs of each vfio device that supports live migration 23 Description: Read the live migration status of the vfio device.
|
| /linux/drivers/gpu/host1x/hw/ |
| A D | syncpt_hw.c | 56 u32 old, live; in syncpt_load() local 61 live = host1x_sync_readl(host, HOST1X_SYNC_SYNCPT(sp->id)); in syncpt_load() 62 } while ((u32)atomic_cmpxchg(&sp->min_val, old, live) != old); in syncpt_load() 64 if (!host1x_syncpt_check_max(sp, live)) in syncpt_load() 69 return live; in syncpt_load()
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| A D | i915_selftest.c | 74 int (*live)(struct drm_i915_private *); member 84 #define selftest(n, f) [live_##n] = { .name = #n, { .live = f } }, 90 #define selftest(n, f) [perf_##n] = { .name = #n, { .live = f } }, 212 err = st->live(data); in __run_selftests() 258 if (!i915_selftest.live) in i915_live_selftests() 264 err = run_selftests(live, i915); in i915_live_selftests() 266 i915_selftest.live = err; in i915_live_selftests() 270 if (i915_selftest.live < 0) { in i915_live_selftests() 271 i915_selftest.live = -ENOTTY; in i915_live_selftests() 495 module_param_named_unsafe(live_selftests, i915_selftest.live, int, 0400);
|
| /linux/net/rxrpc/ |
| A D | net_ns.c | 18 if (rxnet->live) in rxrpc_service_conn_reap_timeout() 27 if (rxnet->live) in rxrpc_peer_keepalive_timeout() 39 rxnet->live = true; in rxrpc_init_net() 96 rxnet->live = false; in rxrpc_init_net() 107 rxnet->live = false; in rxrpc_exit_net()
|
| /linux/fs/bcachefs/ |
| A D | btree_cache.c | 229 bc->live[0].nr--; in bch2_node_pin() 230 bc->live[1].nr++; in bch2_node_pin() 247 bc->live[0].nr++; in bch2_btree_cache_unpin() 248 bc->live[1].nr--; in bch2_btree_cache_unpin() 296 bc->live[p].nr++; in __bch2_btree_node_hash_insert() 582 shrinker_free(bc->live[1].shrink); in bch2_fs_btree_cache_exit() 629 BUG_ON(bc->live[0].nr); in bch2_fs_btree_cache_exit() 630 BUG_ON(bc->live[1].nr); in bch2_fs_btree_cache_exit() 663 bc->live[0].shrink = shrink; in bch2_fs_btree_cache_init() 673 bc->live[1].shrink = shrink; in bch2_fs_btree_cache_init() [all …]
|
| /linux/fs/xfs/scrub/ |
| A D | nlinks.h | 99 xchk_nlink_total(struct xfs_inode *ip, const struct xchk_nlink *live) in xchk_nlink_total() argument 101 uint64_t ret = live->parents; in xchk_nlink_total() 106 return ret + live->children; in xchk_nlink_total()
|
| /linux/Documentation/devicetree/ |
| A D | of_unittest.rst | 13 is attached to the live tree dynamically, independent of the machine's 138 blob. And finally, if the machine's device tree (i.e live tree) is present, 139 then it attaches the unflattened test data tree to the live tree, else it 140 attaches itself as a live device tree. 143 live tree as explained below. To explain the same, the test data tree described 144 in Figure 2 is attached to the live tree described in Figure 1:: 155 Figure 2: Example test data tree to be attached to live tree. 157 According to the scenario above, the live tree is already present so it isn't 210 already present in the live tree), then the node isn't attached rather its 211 properties are updated to the live tree's node by calling the function [all …]
|
| A D | dynamic-resolution-notes.rst | 19 1. Get the maximum device tree phandle value from the live tree + 1. 24 in the live tree. This is the label used to tag the node.
|
| /linux/fs/afs/ |
| A D | main.c | 72 net->live = true; in afs_net_init() 130 net->live = false; in afs_net_init() 135 net->live = false; in afs_net_init() 140 net->live = false; in afs_net_init() 151 net->live = false; in afs_net_exit()
|
| /linux/Documentation/devicetree/bindings/display/xlnx/ |
| A D | xlnx,zynqmp-dpsub.yaml | 31 live audio/video streams from the programmable logic. The Video Rendering 72 dp_vtc_pixel_clk_in is the non-live video clock (from Processing 75 dp_live_video_in_clk is the live video clock (from Programmable 129 description: The live video input from the programmable logic 133 description: The live graphics input from the programmable logic 137 description: The live audio input from the programmable logic
|
| /linux/Documentation/driver-api/nvdimm/ |
| A D | firmware-activate.rst | 41 either 'live', or 'quiesce'. A value of 'quiesce' triggers the kernel to 44 modifications of system memory. A value of 'live' attempts 50 'live' or 'quiesce', where 'live' indicates that the firmware 53 expect and injects a quiet period for the memory controller, but 'live'
|
| /linux/kernel/bpf/ |
| A D | log.c | 543 enum bpf_reg_liveness live) in print_liveness() argument 545 if (live & (REG_LIVE_READ | REG_LIVE_WRITTEN | REG_LIVE_DONE)) in print_liveness() 547 if (live & REG_LIVE_READ) in print_liveness() 549 if (live & REG_LIVE_WRITTEN) in print_liveness() 551 if (live & REG_LIVE_DONE) in print_liveness() 771 print_liveness(env, reg->live); in print_verifier_state() 805 print_liveness(env, reg->live); in print_verifier_state() 815 print_liveness(env, reg->live); in print_verifier_state() 831 print_liveness(env, reg->live); in print_verifier_state() 841 print_liveness(env, reg->live); in print_verifier_state()
|
| /linux/kernel/livepatch/ |
| A D | Kconfig | 5 Arch supports kernel live patching 16 Say Y here if you want to support kernel live patching.
|
| /linux/tools/perf/Documentation/ |
| A D | perf-kmem.txt | 66 --live:: 67 Show live page stat. The perf kmem shows total allocation stat by 68 default, but this option shows live (currently allocated) pages
|
| A D | perf-kvm.txt | 16 'perf kvm stat [record|report|live] [<options>] 63 'perf kvm stat live' reports statistical data in a live mode (similar to 64 record + report but with statistical data updated live at a given display
|
| /linux/Documentation/networking/ |
| A D | net_failover.rst | 24 datapath. It also enables hypervisor controlled live migration of a VM with 65 be brought UP during live migration to allow uninterrupted communication. 116 net_failover also enables hypervisor controlled live migration to be supported 120 Here is a sample script that shows the steps to initiate live migration from 153 virsh detach-device --live --config $DOMAIN $VF_XML 163 virsh migrate --live --persistent $DOMAIN qemu+ssh://$REMOTE_HOST/system 183 virsh attach-device --config --live vm01 vf.xml
|
| /linux/tools/testing/selftests/gpio/ |
| A D | gpio-sim.sh | 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" 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 2> /dev/null && fail "Duplicate chip labels were not rejected"
|
| /linux/Documentation/bpf/ |
| A D | bpf_prog_run.rst | 49 returned to userspace. A separate mode for live execution of XDP programs is 52 Running XDP programs in "live frame mode" 55 The ``BPF_PROG_RUN`` command has a separate mode for running live XDP programs, 62 The live packet mode is optimised for high performance execution of the supplied 67 - When executing an XDP program in live frame mode, the result of the execution 80 the regular (non-live) mode. The XDP program will be executed as though the
|
| /linux/drivers/iio/adc/ |
| A D | ad7124.c | 148 bool live; member 283 st->channels[channel].cfg.live = false; in ad7124_set_channel_odr() 327 st->channels[channel].cfg.live = false; in ad7124_set_3db_filter_freq() 344 if (cfg_aux->live && in ad7124_find_similar_live_cfg() 431 lru_cfg->live = false; in ad7124_pop_config() 441 cfg->live = false; in ad7124_pop_config() 475 ch->cfg.live = true; in ad7124_enable_channel() 489 if (!cfg->live) { in ad7124_prepare_read() 664 st->channels[chan->address].cfg.live = false; in ad7124_write_raw()
|
| /linux/Documentation/admin-guide/LSM/ |
| A D | tomoyo.rst | 12 https://tomoyo.sourceforge.net/1.8/ubuntu12.04-live.html 13 https://tomoyo.sourceforge.net/1.8/centos6-live.html
|
| /linux/Documentation/admin-guide/gpio/ |
| A D | gpio-sim.rst | 29 **Attribute:** ``/config/gpio-sim/gpio-device/live`` 33 name (e.g. ``'gpio-sim.0'``). The ``'live'`` attribute allows to trigger the 74 Once the confiuration is complete, the ``'live'`` attribute must be set to 1 in 77 successfully probed and if this doesn't happen, writing to ``'live'`` will
|
| /linux/Documentation/sound/cards/ |
| A D | index.rst | 9 sb-live-mixer
|
| /linux/lib/ |
| A D | is_single_threaded.c | 22 if (atomic_read(&task->signal->live) != 1) in current_is_single_threaded()
|