/linux/tools/memory-model/scripts/ |
H A D | judgelitmus.sh | 116 if test "$outcome" = DEADLOCK 122 echo " !!! Unexpected non-$outcome verification" $litmus 125 echo " !!! Unexpected non-$outcome verification" >> $LKMM_DESTDIR/$litmusout 2>&1 131 echo " !!! Unexpected non-$outcome deadlock" $litmus 134 echo " !!! Unexpected non-$outcome deadlock" $litmus >> $LKMM_DESTDIR/$litmusout 2>&1 137 elif grep '^Observation' $LKMM_DESTDIR/$litmusout | grep -q $outcome || test "$outcome" = Maybe 141 if test \( -n "$LKMM_HW_MAP_FILE" -a "$outcome" = Sometimes \) -o -n "$datarace_modeled" 149 echo " $flag non-$outcome verification" $litmus 152 echo " $flag non-$outcome verification" >> $LKMM_DESTDIR/$litmusout 2>&1
|
/linux/fs/xfs/scrub/ |
H A D | rtrmap.c | 267 enum xbtree_recpacking outcome; in xchk_xref_has_no_rt_owner() local 273 error = xfs_rmap_has_records(sc->sr.rmap_cur, bno, len, &outcome); in xchk_xref_has_no_rt_owner() 276 if (outcome != XBTREE_RECPACKING_EMPTY) in xchk_xref_has_no_rt_owner() 287 enum xbtree_recpacking outcome; in xchk_xref_has_rt_owner() local 293 error = xfs_rmap_has_records(sc->sr.rmap_cur, bno, len, &outcome); in xchk_xref_has_rt_owner() 296 if (outcome != XBTREE_RECPACKING_FULL) in xchk_xref_has_rt_owner()
|
H A D | refcount.c | 600 enum xbtree_recpacking outcome; in xchk_xref_is_not_shared() local 607 XFS_REFC_DOMAIN_SHARED, agbno, len, &outcome); in xchk_xref_is_not_shared() 610 if (outcome != XBTREE_RECPACKING_EMPTY) in xchk_xref_is_not_shared() 621 enum xbtree_recpacking outcome; in xchk_xref_is_not_cow_staging() local 628 agbno, len, &outcome); in xchk_xref_is_not_cow_staging() 631 if (outcome != XBTREE_RECPACKING_EMPTY) in xchk_xref_is_not_cow_staging()
|
H A D | alloc_repair.c | 153 enum xbtree_recpacking outcome; in xrep_abt_check_free_ext() local 161 rec->ar_startblock, rec->ar_blockcount, &outcome); in xrep_abt_check_free_ext() 164 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_abt_check_free_ext() 171 rec->ar_blockcount, &outcome); in xrep_abt_check_free_ext() 174 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_abt_check_free_ext() 179 rec->ar_blockcount, &outcome); in xrep_abt_check_free_ext() 182 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_abt_check_free_ext()
|
H A D | rtrefcount.c | 628 enum xbtree_recpacking outcome; in xchk_xref_is_not_rt_shared() local 635 XFS_REFC_DOMAIN_SHARED, bno, len, &outcome); in xchk_xref_is_not_rt_shared() 638 if (outcome != XBTREE_RECPACKING_EMPTY) in xchk_xref_is_not_rt_shared() 649 enum xbtree_recpacking outcome; in xchk_xref_is_not_rt_cow_staging() local 656 bno, len, &outcome); in xchk_xref_is_not_rt_cow_staging() 659 if (outcome != XBTREE_RECPACKING_EMPTY) in xchk_xref_is_not_rt_cow_staging()
|
H A D | refcount_repair.c | 141 enum xbtree_recpacking outcome; in xrep_refc_check_ext() local 149 rec->rc_blockcount, &outcome); in xrep_refc_check_ext() 152 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_refc_check_ext() 157 rec->rc_startblock, rec->rc_blockcount, &outcome); in xrep_refc_check_ext() 160 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_refc_check_ext()
|
H A D | rtbitmap_repair.c | 196 enum xbtree_recpacking outcome; in xrep_rtbitmap_mark_free() local 220 rgbno - rtb->next_rgbno, &outcome); in xrep_rtbitmap_mark_free() 223 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_rtbitmap_mark_free() 228 rgbno - rtb->next_rgbno, &outcome); in xrep_rtbitmap_mark_free() 231 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_rtbitmap_mark_free()
|
H A D | bmap_repair.c | 196 enum xbtree_recpacking outcome; in xrep_bmap_check_fork_rmap() local 224 rec->rm_blockcount, &outcome); in xrep_bmap_check_fork_rmap() 227 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_bmap_check_fork_rmap() 232 rec->rm_startblock, rec->rm_blockcount, &outcome); in xrep_bmap_check_fork_rmap() 235 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_bmap_check_fork_rmap()
|
H A D | ialloc_repair.c | 345 enum xbtree_recpacking outcome; in xrep_ibt_check_inode_ext() local 385 error = xfs_alloc_has_records(sc->sa.bno_cur, agbno, len, &outcome); in xrep_ibt_check_inode_ext() 388 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_ibt_check_inode_ext()
|
H A D | ialloc.c | 760 enum xbtree_recpacking outcome; in xchk_xref_inode_check() local 766 error = xfs_ialloc_has_inodes_at_extent(*icur, agbno, len, &outcome); in xchk_xref_inode_check() 769 if (outcome != expected) in xchk_xref_inode_check()
|
/linux/tools/memory-model/litmus-tests/ |
H A D | MP+poonceonces.litmus | 6 * Can the counter-intuitive message-passing outcome be prevented with 27 exists (1:r0=1 /\ 1:r1=0) (* Bad outcome. *)
|
H A D | LB+poonceonces.litmus | 6 * Can the counter-intuitive outcome for the load-buffering pattern
|
H A D | MP+pooncerelease+poacquireonce.litmus | 28 exists (1:r0=1 /\ 1:r1=0) (* Bad outcome. *)
|
H A D | MP+fencewmbonceonce+fencermbonceonce.litmus | 30 exists (1:r0=1 /\ 1:r1=0) (* Bad outcome. *)
|
H A D | MP+onceassign+derefonce.litmus | 33 exists (1:r0=x /\ 1:r1=0) (* Bad outcome. *)
|
H A D | MP+polockonce+poacquiresilsil.litmus | 33 exists (1:r1=1 /\ 1:r2=0 /\ 1:r3=1) (* Bad outcome. *)
|
H A D | MP+polockmbonce+poacquiresilsil.litmus | 34 exists (1:r1=1 /\ 1:r2=0 /\ 1:r3=1) (* Bad outcome. *)
|
H A D | MP+porevlocks.litmus | 35 exists (0:r0=1 /\ 0:r1=0) (* Bad outcome. *)
|
H A D | MP+polocks.litmus | 35 exists (1:r0=1 /\ 1:r1=0) (* Bad outcome. *)
|
/linux/tools/memory-model/Documentation/ |
H A D | recipes.txt | 155 value of r1 be 0. The reason for this surprising outcome is that 188 sufficiently to rule out the counter-intuitive outcome. 206 outcome in which the first load sees the value written by the second store 360 One way of avoiding the counter-intuitive outcome is through the use of a 401 the counter-intuitive outcome where the kernel overwrites the data 496 this counter-intuitive outcome. 517 "if (@cond)". The full barriers prevent the undesirable outcome where 550 avoid a counter-intuitive outcome depends on the types of relations 551 linking the memory accesses for the outcome in question:
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_ialloc.h | 104 enum xbtree_recpacking *outcome);
|
H A D | xfs_refcount.h | 120 xfs_extlen_t len, enum xbtree_recpacking *outcome);
|
H A D | xfs_alloc.h | 217 xfs_extlen_t len, enum xbtree_recpacking *outcome);
|
/linux/tools/testing/selftests/net/netfilter/packetdrill/ |
H A D | conntrack_syn_challenge_ack.pkt | 13 // Expected outcome: established connection.
|
/linux/Documentation/filesystems/ |
H A D | dax.rst | 124 ------[outcome]------ 137 ------[outcome]------ 150 ------[outcome]------
|