Home
last modified time | relevance | path

Searched refs:nosync (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-stxx-defs.h134 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;
/OK3568_Linux_fs/kernel/drivers/staging/octeon/
H A Dethernet-spi.c62 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 Docteon-stubs.h920 uint64_t nosync:1; member
935 uint64_t nosync:1; member
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/
H A Dcvmx-interrupt-decodes.c352 stx_int_msk.s.nosync = 1; in __cvmx_interrupt_stxx_int_msk_enable()
363 stx_int_msk.s.nosync = 1; in __cvmx_interrupt_stxx_int_msk_enable()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mdadm/files/
H A D0001-tests-00readonly-Run-udevadm-settle-before-setting-r.patch31 check nosync
H A D0001-tests-fix-raid0-tests-for-0.90-metadata.patch55 check nosync
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-raid1.c683 struct bio_list sync, nosync, recover, *this_list = NULL; in do_writes() local
695 bio_list_init(&nosync); in do_writes()
722 this_list = &nosync; in do_writes()
750 dm_rh_inc_pending(ms->rh, &nosync); in do_writes()
774 while ((bio = bio_list_pop(&nosync))) { in do_writes()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dcache-l2x0.c781 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()
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dati_remote.c620 goto nosync; in ati_remote_input_report()
645 nosync: in ati_remote_input_report()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dntfs.rst356 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"
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-raid.rst87 [sync|nosync]
255 above with "sync" or "nosync" always output ahead of the other
/OK3568_Linux_fs/kernel/Documentation/m68k/
H A Dkernel-options.rst816 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.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt3527 nosync [HW,M68K] Disables sync negotiation for all devices.