Searched refs:RW (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_rwcohort.h | 44 #define CK_RWCOHORT_WP_INIT(N, RW, WL) ck_rwcohort_wp_##N##_init(RW, WL) argument 46 ck_rwcohort_wp_##N##_read_lock(RW, C, GC, LC) 48 ck_rwcohort_wp_##N##_read_unlock(RW) 50 ck_rwcohort_wp_##N##_write_lock(RW, C, GC, LC) 52 ck_rwcohort_wp_##N##_write_unlock(RW, C, GC, LC) 148 #define CK_RWCOHORT_RP_INIT(N, RW, WL) ck_rwcohort_rp_##N##_init(RW, WL) argument 150 ck_rwcohort_rp_##N##_read_lock(RW, C, GC, LC) 152 ck_rwcohort_rp_##N##_read_unlock(RW) 154 ck_rwcohort_rp_##N##_write_lock(RW, C, GC, LC) 249 #define CK_RWCOHORT_NEUTRAL_INIT(N, RW) ck_rwcohort_neutral_##N##_init(RW) argument [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/ |
| H A D | zpool_events_duplicates.ksh | 81 RW=$2 83 log_note "Testing $ERR $RW ereports" 88 if [ "$RW" == "read" ] ; then 112 log_must zinject -d $VDEV1 -e $ERR -T $RW -f 100 $POOL 114 if [ "$RW" == "write" ] ; then 135 log_note "$actual total $ERR $RW ereports where $unique were unique" 138 log_note "UNEXPECTED -- $((actual-unique)) duplicate $ERR $RW ereports"
|
| H A D | zpool_events_errors.ksh | 84 RW=$3 86 log_note "Testing $ERR $RW on $POOLTYPE" 91 if [ "$RW" == "read" ] ; then 95 log_must zinject -d $VDEV1 -e $ERR -T $RW -f 100 $POOL 97 if [ "$RW" == "write" ] ; then 123 if [ "$RW" == "read" ] ; then
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
| H A D | zfs_mount_remount.ksh | 58 typeset RW="-t zfs -uw" 61 typeset RW="-o remount,rw" 124 log_must mount $RW $TESTFS $MNTPFS 145 log_mustnot mount $RW $TESTSNAP $MNTPSNAP 167 log_mustnot mount $RW $MNTPFS
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/ |
| H A D | p2020rdb.dts | 69 label = "NOR (RW) JFFS2 Root File System"; 121 label = "NAND (RW) JFFS2 Root File System"; 127 label = "NAND (RW) Writable User area"; 189 label = "SPI (RW) JFFS2 RFS";
|
| H A D | p1020rdb.dtsi | 69 label = "NOR (RW) JFFS2 Root File System"; 121 label = "NAND (RW) JFFS2 Root File System"; 127 label = "NAND (RW) Writable User area";
|
| H A D | p1021mds.dts | 70 label = "NAND (RW) JFFS2 Root File System"; 76 label = "NAND (RW) Writable User area";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/auxdisplay/ |
| H A D | hit,hd44780.yaml | 43 GPIO pin connected to the "RW" (Read/Write) signal line of the LCD
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | writing_efficient_code.rst | 49 Read-Write (RW) access operations by several lcores to the same memory area can generate a lot of d… 58 Read-mostly variables can be shared among lcores without performance losses if there are no RW vari…
|