Home
last modified time | relevance | path

Searched refs:assume (Results 1 – 25 of 237) sorted by relevance

12345678910

/linux-6.1.9/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dassume.h7 #define assume(x) \ macro
14 #define assume(x) __CPROVER_assume(x) macro
Dsimple_sync_srcu.c46 assume(try_check_zero(sp, idx, trycount)); in synchronize_srcu()
50 assume(try_check_zero(sp, idx^1, trycount)); in synchronize_srcu()
Dpreempt.c66 assume(thread_cpu_id >= 0); in preempt_disable()
67 assume(thread_cpu_id < NR_CPUS); in preempt_disable()
Dlocks.h85 assume(lock_impl_trylock(lock)); in lock_impl_lock()
194 assume(prev_count); in wait_for_completion()
Dmisc.h25 #define udelay(x) assume(0)
/linux-6.1.9/Documentation/devicetree/bindings/regulator/
Dti,tps62360.yaml38 is missing, then assume that there is no GPIO for
45 is missing, then assume that there is no GPIO for
60 is missing, then assume the state as low.
66 is missing, then assume the state as low.
Dsilergy,sy8827n.yaml28 If this property is missing, assume the VSEL pin is set to low.
/linux-6.1.9/arch/m68k/ifpsp060/
Dos.S152 clr.l %d1 | assume success
187 clr.l %d1 | assume success
223 clr.l %d1 | assume success
245 clr.l %d1 | assume success
267 clr.l %d1 | assume success
291 clr.l %d1 | assume success
/linux-6.1.9/arch/mips/kernel/
Dr2300_fpu.S68 li v0, 0 # assume success
102 li v0, 0 # assume success
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-firmware-gsmi42 "factory defaults". Callers should assume that
57 Callers should assume that a reboot is needed
/linux-6.1.9/Documentation/admin-guide/device-mapper/
Dzero.rst21 desired size of the sparse device. For this example, we'll assume a 10TB
29 space available to the sparse device. For this example, we'll assume /dev/sdb1
/linux-6.1.9/Documentation/devicetree/bindings/net/
Dhisilicon-hns-nic.txt27 LAN Switch while the CPU side assume itself have one single NIC connect to
54 ports connected to a LAN Switch while the CPU side assume itself have one
/linux-6.1.9/Documentation/devicetree/bindings/iio/adc/
Dti,ads8688.yaml25 description: Optional external reference. If not supplied, assume
/linux-6.1.9/Documentation/driver-api/driver-model/
Ddesign-patterns.rst16 While the kernel contains a few device drivers that assume that they will
17 only be probed() once on a certain system (singletons), it is custom to assume
/linux-6.1.9/Documentation/devicetree/bindings/gpio/
Dgpio-mm-lantiq.txt19 - lantiq,shadow : The default value that we shall assume as already set on the
/linux-6.1.9/arch/arm/include/debug/
Dsa1100.S25 @ We assume r1 can be clobbered.
/linux-6.1.9/rust/alloc/
Dalloc.rs203 intrinsics::assume(new_size >= old_layout.size()); in grow_impl()
294 intrinsics::assume(new_size <= old_layout.size()); in shrink()
/linux-6.1.9/drivers/memstick/core/
DKconfig11 If you say Y here, the MemoryStick layer will assume that all
/linux-6.1.9/Documentation/networking/devlink/
Dindex.rst14 the main devlink object is itself registered. The newer ``devl_*`` APIs assume
/linux-6.1.9/drivers/gpu/drm/i915/gt/shaders/
DREADME27 The instructions bellow assume:
/linux-6.1.9/tools/testing/selftests/cgroup/
Dmemcg_protection.m63 r = alpha * c; % assume all memory is in a single LRU list
/linux-6.1.9/Documentation/gpu/rfc/
Di915_small_bar.rst15 accessible. Without this flag the kernel will assume that CPU access is not
/linux-6.1.9/Documentation/devicetree/bindings/ufs/
Dufs-common.yaml37 Number of lanes available per direction. Note that it is assume same
/linux-6.1.9/Documentation/devicetree/bindings/usb/
Dsmsc,usb3503.yaml68 provided, driver will not set rate of the REFCLK signal and assume that a
/linux-6.1.9/Documentation/devicetree/bindings/pmem/
Dpmem-region.txt40 If this property is absent then the OS must assume that the region

12345678910