/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | fedora-win64-cross.docker | 9 RUN dnf install -y nosync && \ 13 export LD_PRELOAD=/usr/lib64/nosync/nosync.so\n\ 15 export LD_PRELOAD=/usr/lib/nosync/nosync.so\n\ 17 exec "$@"\n' > /usr/bin/nosync && \ 18 chmod +x /usr/bin/nosync && \ 19 nosync dnf update -y && \ 20 nosync dnf install -y \ 67 nosync dnf autoremove -y && \ 68 nosync dnf clean all -y && \ 77 RUN nosync dnf install -y \ [all …]
|
H A D | fedora.docker | 9 RUN dnf install -y nosync && \ 13 export LD_PRELOAD=/usr/lib64/nosync/nosync.so\n\ 15 export LD_PRELOAD=/usr/lib/nosync/nosync.so\n\ 17 exec "$@"\n' > /usr/bin/nosync && \ 18 chmod +x /usr/bin/nosync && \ 19 nosync dnf update -y && \ 20 nosync dnf install -y \ 141 nosync dnf autoremove -y && \ 142 nosync dnf clean all -y && \
|
H A D | fedora-rust-nightly.docker | 9 RUN dnf install -y nosync && \ 13 export LD_PRELOAD=/usr/lib64/nosync/nosync.so\n\ 15 export LD_PRELOAD=/usr/lib/nosync/nosync.so\n\ 17 exec "$@"\n' > /usr/bin/nosync && \ 18 chmod +x /usr/bin/nosync && \ 19 nosync dnf update -y && \ 20 nosync dnf install -y \ 141 nosync dnf autoremove -y && \ 142 nosync dnf clean all -y && \
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | coverity-scan.docker | 20 RUN dnf install -y nosync && \ 24 export LD_PRELOAD=/usr/lib64/nosync/nosync.so\n\ 26 export LD_PRELOAD=/usr/lib/nosync/nosync.so\n\ 28 exec "$@"' > /usr/bin/nosync && \ 29 chmod +x /usr/bin/nosync && \ 30 nosync dnf update -y && \ 31 nosync dnf install -y \ 146 nosync dnf autoremove -y && \ 147 nosync dnf clean all -y && \
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-stxx-defs.h | 134 uint64_t nosync:1; member 146 uint64_t nosync:1; 162 uint64_t nosync:1; member 174 uint64_t nosync:1; 190 uint64_t nosync:1; member 202 uint64_t nosync:1;
|
/openbmc/linux/drivers/staging/octeon/ |
H A D | ethernet-spi.c | 62 if (stx_int_reg.s.nosync) in cvm_oct_stxx_int_pr() 143 stxx_int_msk.s.nosync = 1; in cvm_oct_spi_enable_error_reporting()
|
H A D | octeon-stubs.h | 920 uint64_t nosync:1; member 935 uint64_t nosync:1; member
|
/openbmc/linux/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-interrupt-decodes.c | 359 stx_int_msk.s.nosync = 1; in __cvmx_interrupt_stxx_int_msk_enable() 370 stx_int_msk.s.nosync = 1; in __cvmx_interrupt_stxx_int_msk_enable()
|
/openbmc/linux/drivers/md/ |
H A D | dm-raid1.c | 691 struct bio_list sync, nosync, recover, *this_list = NULL; in do_writes() local 703 bio_list_init(&nosync); in do_writes() 730 this_list = &nosync; in do_writes() 758 dm_rh_inc_pending(ms->rh, &nosync); in do_writes() 782 while ((bio = bio_list_pop(&nosync))) { in do_writes()
|
/openbmc/linux/arch/arm/mm/ |
H A D | cache-l2x0.c | 781 u32 aux_val, u32 aux_mask, u32 cache_id, bool nosync) in __l2c_init() argument 857 if (nosync) { in __l2c_init() 1768 bool nosync = false; in l2x0_of_init() local 1807 nosync = of_property_read_bool(np, "arm,outer-sync-disable"); in l2x0_of_init() 1823 return __l2c_init(data, aux_val, aux_mask, cache_id, nosync); in l2x0_of_init()
|
/openbmc/linux/drivers/media/rc/ |
H A D | ati_remote.c | 618 goto nosync; in ati_remote_input_report() 643 nosync: in ati_remote_input_report()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ntfs.rst | 356 0 2056320 mirror core 2 16 nosync 2 /dev/hda1 0 /dev/hdb1 0 361 Note the "Should sync?" parameter "nosync" means that the two mirrors are 363 mirrors are not clean, you can specify the "sync" option instead of "nosync"
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-raid.rst | 87 [sync|nosync] 255 above with "sync" or "nosync" always output ahead of the other
|
/openbmc/linux/Documentation/arch/m68k/ |
H A D | kernel-options.rst | 816 5.3.1) nosync 819 :Syntax: nosync:bitmask 825 "wd33c93=nosync:0xff". The default is to disable sync negotiation for 826 all devices, eg. nosync:0xff.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 3947 nosync [HW,M68K] Disables sync negotiation for all devices.
|