| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | tree-ssa-live.h | 278 partition_is_global (tree_live_info_p live, int p) in partition_is_global() argument 280 gcc_checking_assert (live->global); in partition_is_global() 281 return bitmap_bit_p (live->global, p); in partition_is_global() 289 live_on_entry (tree_live_info_p live, basic_block bb) in live_on_entry() argument 291 gcc_checking_assert (live->livein in live_on_entry() 295 return &live->livein[bb->index]; in live_on_entry() 303 live_on_exit (tree_live_info_p live, basic_block bb) in live_on_exit() argument 305 gcc_checking_assert (live->liveout in live_on_exit() 309 return &live->liveout[bb->index]; in live_on_exit() 316 live_var_map (tree_live_info_p live) in live_var_map() argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tree-ssa-live.h | 278 partition_is_global (tree_live_info_p live, int p) in partition_is_global() argument 280 gcc_checking_assert (live->global); in partition_is_global() 281 return bitmap_bit_p (live->global, p); in partition_is_global() 289 live_on_entry (tree_live_info_p live, basic_block bb) in live_on_entry() argument 291 gcc_checking_assert (live->livein in live_on_entry() 295 return &live->livein[bb->index]; in live_on_entry() 303 live_on_exit (tree_live_info_p live, basic_block bb) in live_on_exit() argument 305 gcc_checking_assert (live->liveout in live_on_exit() 309 return &live->liveout[bb->index]; in live_on_exit() 316 live_var_map (tree_live_info_p live) in live_var_map() argument [all …]
|
| /OK3568_Linux_fs/buildroot/package/unscd/ |
| H A D | nscd.conf | 9 positive-time-to-live passwd 600 10 negative-time-to-live passwd 20 15 positive-time-to-live group 3600 16 negative-time-to-live group 60 28 positive-time-to-live hosts 3600 29 negative-time-to-live hosts 20
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H 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
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/ |
| H A D | initramfs-module-setup-live_1.0.bb | 1 SUMMARY = "initramfs-framework module for live booting" 11 SRC_URI = "file://setup-live" 17 install -m 0755 ${WORKDIR}/setup-live ${D}/init.d/80-setup-live 20 FILES:${PN} = "/init.d/80-setup-live"
|
| H A D | initramfs-live-boot_1.0.bb | 6 SRC_URI = "file://init-live.sh" 13 install -m 0755 ${WORKDIR}/init-live.sh ${D}/init
|
| H A D | initramfs-live-boot-tiny_1.0.bb | 6 SRC_URI = "file://init-live.sh" 13 install -m 0755 ${WORKDIR}/init-live.sh ${D}/init
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/images/ |
| H A D | core-image-testcontroller-initramfs.bb | 4 # use -testfs live-install scripts 5 PACKAGE_INSTALL = "initramfs-live-boot initramfs-live-install-testfs initramfs-live-install-efi-tes… 23 # Use the same restriction as initramfs-live-install-testfs
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_selftest.c | 71 int (*live)(struct drm_i915_private *); member 81 #define selftest(n, f) [live_##n] = { .name = #n, { .live = f } }, 87 #define selftest(n, f) [perf_##n] = { .name = #n, { .live = f } }, 160 err = st->live(data); in __run_selftests() 205 if (!i915_selftest.live) in i915_live_selftests() 208 err = run_selftests(live, pdev_to_i915(pdev)); in i915_live_selftests() 210 i915_selftest.live = err; in i915_live_selftests() 214 if (i915_selftest.live < 0) { in i915_live_selftests() 215 i915_selftest.live = -ENOTTY; in i915_live_selftests() 435 module_param_named_unsafe(live_selftests, i915_selftest.live, int, 0400);
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | net_ns.c | 18 if (rxnet->live) in rxrpc_client_conn_reap_timeout() 27 if (rxnet->live) in rxrpc_service_conn_reap_timeout() 36 if (rxnet->live) in rxrpc_peer_keepalive_timeout() 48 rxnet->live = true; in rxrpc_init_net() 107 rxnet->live = false; in rxrpc_init_net() 118 rxnet->live = false; in rxrpc_exit_net()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/host1x/hw/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/ |
| H A D | of_unittest.rst | 13 is attached to the live tree dynamically, independent of the machine's 117 blob. And finally, if the machine's device tree (i.e live tree) is present, 118 then it attaches the unflattened test data tree to the live tree, else it 119 attaches itself as a live device tree. 122 live tree as explained below. To explain the same, the test data tree described 123 in Figure 2 is attached to the live tree described in Figure 1:: 134 Figure 2: Example test data tree to be attached to live tree. 136 According to the scenario above, the live tree is already present so it isn't 141 given parent in live tree. But, if parent already has a child then the new node 143 data node is attached to the live tree above (Figure 1), the final structure is [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gcr/gcr/ |
| H A D | 0001-gcr-meson.build-fix-one-parallel-build-failure.patch | 6 ui/gcr-live-search.c includes gcr/gcr-marshal.h. Because missing 10 -o ui/libgcr-ui-3.so.1.0.0.p/gcr-live-search.c.o -c ../gcr-3.38.1/ui/gcr-live-search.c 11 ../gcr-3.38.1/ui/gcr-live-search.c:32:10: fatal error: gcr/gcr-marshal.h: No such file or directory
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | beyond-buildroot.txt | 26 To build a live CD image, enable the _iso image_ option in the 31 You can build a live CD image with either IsoLinux, Grub or Grub 2 as 33 as a live CD and live USB (through the _Build hybrid image_ option). 35 You can test your live CD image using QEMU:
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | main.c | 75 net->live = true; in afs_net_init() 134 net->live = false; in afs_net_init() 139 net->live = false; in afs_net_init() 144 net->live = false; in afs_net_init() 155 net->live = false; in afs_net_exit()
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | csf_sync_state_dump.txt | 51 * The live value, which is the value of the synchronization object 76 the object at address 0x0000007f81ffc800. The live value is 0, 78 for the live value to surpass the arg value: 88 Both operations are on the same slot, 2 and have live value of 0. The SYNC WAIT 92 live value to surpass the arg value, while the operation and arg value for the 105 object at address 0x0000007fbf6f2ff8. The live value is currently 0 with 106 the "op" being GT indicating it is waiting on the live value to
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/live555/ |
| H A D | live555_20210824.bb | 6 HOMEPAGE = "http://live.com/" 13 SRC_URI = "https://download.videolan.org/pub/contrib/live555/live.${URLV}.tar.gz \ 16 # only latest live version stays on http://www.live555.com/liveMedia/public/, add mirror for older 21 S = "${WORKDIR}/live"
|
| /OK3568_Linux_fs/buildroot/package/live555/ |
| H A D | live555.hash | 2 md5 3c1992b0e9b871bcad7491a3da541781 live.2021.05.03.tar.gz 4 sha256 ae73241f9cc4ab740d60737c0438d62a7635af3822de5d84acf275793de42029 live.2021.05.03.tar.gz
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/nvdimm/ |
| H 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'
|
| /OK3568_Linux_fs/buildroot/package/ejabberd/ |
| H A D | S50ejabberd | 47 live) 49 "$CTL" live
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-kmem.txt | 63 --live:: 64 Show live page stat. The perf kmem shows total allocation stat by 65 default, but this option shows live (currently allocated) pages
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | image-live.bbclass | 25 inherit live-vm-common image-artifact-names 45 IMAGE_TYPEDEP:live = "${LIVE_ROOTFS_TYPE}" 48 IMAGE_TYPES_MASKED += "live hddimg iso" 54 bb.error('INITRD_IMAGE_LIVE %s cannot use image live, hddimg or iso.' % initrd_i) 81 # Only create an ISO if we have an INITRD and the live or iso image type was selected 82 …if [ -z "${INITRD}" ] || [ "${@bb.utils.contains_any('IMAGE_FSTYPES', 'live iso', '1', '0', d)}" !… 218 if [ "${@bb.utils.contains_any('IMAGE_FSTYPES', 'live hddimg', '1', '0', d)}" = "1" ] ; then
|
| /OK3568_Linux_fs/kernel/kernel/livepatch/ |
| H A D | Kconfig | 5 Arch supports kernel live patching 16 Say Y here if you want to support kernel live patching.
|
| /OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-base-arm64/ |
| H A D | Makefile | 26 sudo mv chroot.packages.live $(PKGSFILE); 27 sudo mv live-image-arm64.tar.tar.gz $(TARGZFILE);
|
| /OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-lxde-armhf/ |
| H A D | Makefile | 26 sudo mv chroot.packages.live $(PKGSFILE); 27 sudo mv live-image-armhf.tar.tar.gz $(TARGZFILE);
|