Home
last modified time | relevance | path

Searched full:observation (Results 1 – 25 of 67) sorted by relevance

123

/linux-6.14.4/tools/memory-model/scripts/
Dcmplitmushist.sh60 if cmp -s $T/oldout $T/newout && grep -q '^Observation' $1
67 grep '^Observation' $1 > $T/oldout
68 grep '^Observation' $2 > $T/newout
73 echo Matching Observation result and counts: $2
78 echo Missing Observation line "(e.g., syntax error)": $2
83 grep '^Observation' $1 | awk '{ print $3 }' > $T/oldout
84 grep '^Observation' $2 | awk '{ print $3 }' > $T/newout
87 echo Matching Observation Always/Sometimes/Never result: $2
108 echo Matching Observation result and counts: $obsline 1>&2
112 echo Missing Observation line "(e.g., syntax error)": $noobsline 1>&2
[all …]
Djudgelitmus.sh18 # "Result:" comment but there is an LKMM .litmus.out file, the observation
77 elif test -n "$LKMM_HW_MAP_FILE" && grep -q '^Observation' $LKMM_DESTDIR/$lkmmout > /dev/null 2>&1
79 outcome=`grep -m 1 '^Observation ' $LKMM_DESTDIR/$lkmmout | awk '{ print $3 }'`
84 grep '^Observation' $LKMM_DESTDIR/$litmusout
85 if grep -q '^Observation' $LKMM_DESTDIR/$litmusout
118 if grep '^Observation' $LKMM_DESTDIR/$litmusout | grep -q 'Never 0 0$'
129 elif grep '^Observation' $LKMM_DESTDIR/$litmusout | grep -q 'Never 0 0$'
137 elif grep '^Observation' $LKMM_DESTDIR/$litmusout | grep -q $outcome || test "$outcome" = Maybe
Drunlitmushist.sh40 if ! grep -q '^Observation ' $LKMM_DESTDIR/$1$2.out
42 echo ' !!! Herd failed, no Observation:' $1
/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_observation.c33 * xe_observation_ioctl - The top level observation layer ioctl
38 * The function is called for different observation streams types and
74 * Normally only superuser/root can access observation stream
76 * allow non-privileged users to also access observation data.
Dxe_gt_types.h431 /** @oa: oa observation subsystem per gt info */
/linux-6.14.4/include/uapi/drm/
Dxe_drm.h1395 * enum drm_xe_observation_type - Observation stream types
1398 /** @DRM_XE_OBSERVATION_TYPE_OA: OA observation stream type */
1403 * enum drm_xe_observation_op - Observation stream ops
1406 /** @DRM_XE_OBSERVATION_OP_STREAM_OPEN: Open an observation stream */
1409 /** @DRM_XE_OBSERVATION_OP_ADD_CONFIG: Add observation stream config */
1412 /** @DRM_XE_OBSERVATION_OP_REMOVE_CONFIG: Remove observation stream config */
1419 * The observation layer enables multiplexing observation streams of
1427 /** @observation_type: observation stream type, of enum @drm_xe_observation_type */
1429 /** @observation_op: observation stream op, of enum @drm_xe_observation_op */
1436 * enum drm_xe_observation_ioctls - Observation stream fd ioctl's
[all …]
/linux-6.14.4/drivers/firmware/tegra/
Divc.c291 * Order observation of ivc->rx.position potentially indicating new in tegra_ivc_read_get_next_frame()
442 * Order observation of TEGRA_IVC_STATE_SYNC before stores in tegra_ivc_notified()
481 * Order observation of ivc_state_sync before stores clearing in tegra_ivc_notified()
521 * the ACK or ESTABLISHED state. Next, order observation of in tegra_ivc_notified()
/linux-6.14.4/tools/memory-model/Documentation/
Dlitmus-tests.txt197 10 Observation MP+pooncerelease+poacquireonce Never 0 3
295 10 Observation MP+pooncerelease+poacquireonce Never 0 3
356 9 Observation LB+fencembonceonce+ctrlonceonce Never 0 2
424 11 Observation SB+rfionceonce-poonceonces Sometimes 1 3
478 11 Observation SB+rfionceonce-poonceonces Sometimes 1 3
580 9 Observation C-SB+l-o-o-u+l-o-o-u-X Never 0 2
667 8 Observation C-SB+l-o-o-u+l-o-o-u-X Always 2 0
746 9 Observation MP+onceassign+derefonce Never 0 2
/linux-6.14.4/block/
Dbfq-iosched.h310 /* when bfqq started to do I/O within the last observation window */
659 /* time of first rq dispatch in current observation interval (ns) */
661 /* time of last rq dispatch in current observation interval (ns) */
670 /* number of samples in current observation interval */
672 /* num of samples of seq dispatches in current observation interval */
674 /* total num of sectors transferred in current observation interval */
676 /* max rq size seen during current observation interval (sectors) */
Dbfq-iosched.c249 /* Min observation time interval required to perform a peak-rate update (ns) */
251 /* Target observation time interval for a peak-rate update (ns) */
2083 * Keep an observation window of at most 200 ms in the past in bfq_update_io_intensity()
3483 * extend the observation interval to the last completion. in bfq_update_rate_reset()
3515 * and to how long the observation time interval is. in bfq_update_rate_reset()
3534 * duration of the observation interval. in bfq_update_rate_reset()
3599 * observation interval grows. This is the key property used in
3616 * Device idle for very long: the observation interval lasting in bfq_update_peak_rate()
3617 * up to this dispatch cannot be a valid observation interval in bfq_update_peak_rate()
3622 * - close the observation interval at the last (previous) in bfq_update_peak_rate()
[all …]
/linux-6.14.4/tools/memory-model/
DREADME106 Observation SB+fencembonceonces Never 0 3
146 Observation SB+fencembonceonces Never 0 2000000
/linux-6.14.4/Documentation/scheduler/
Dsched-stats.rst47 of these will need to start with a baseline observation and then calculate
48 the change in the counters at each subsequent observation. A perl script
/linux-6.14.4/fs/xfs/scrub/
Dnlinks.h20 * observation data while this scanner is running. The compare iscan
/linux-6.14.4/Documentation/w1/masters/
Dds2490.rst50 detail, but my observation is if fewer bytes are requested than are
/linux-6.14.4/kernel/locking/
Dmcs_spinlock.h76 * observation of @node. And to provide the ACQUIRE ordering associated in mcs_spin_lock()
/linux-6.14.4/Documentation/userspace-api/media/drivers/
Dimx-uapi.rst46 While the reason for this observation isn't known (the IPU dummy
/linux-6.14.4/drivers/phy/qualcomm/
Dphy-qcom-eusb2-repeater.c183 * PHY and controller is fixing seen observation. in eusb2_repeater_set_mode()
/linux-6.14.4/Documentation/arch/x86/
Dmicrocode.rst125 be in the middle of an access to such an MSR. The usual observation is
/linux-6.14.4/arch/arm/nwfpe/
Dfpa11_cprt.c348 the data sheet, observation of how the Acorn emulator actually in PerformComparison()
/linux-6.14.4/drivers/hwmon/
Dscpi-hwmon.c104 * observation even though that is not explicitly specified, and in scpi_show_sensor()
/linux-6.14.4/drivers/pmdomain/
Dgovernor.c307 * use the observation that default_power_down_ok() is not in _default_power_down_ok()
/linux-6.14.4/arch/mips/ath25/
Dar2315_regs.h288 /* Observation Control Register */
/linux-6.14.4/drivers/platform/x86/intel/ifs/
Difs.h136 * It makes use of Design For Test (DFT) observation sites and features
/linux-6.14.4/drivers/input/touchscreen/
Dhynitron_cstxxx.c48 * based on observation and testing.
/linux-6.14.4/drivers/hwmon/pmbus/
Dmax31785.c283 * important observation here is that 0x2710 == 10000 == 100 * 100. in max31785_scale_pwm()

123