| /kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
| D | libfdt_internal.h | 92 * With this assumption enabled, normal device trees produced by libfdt 100 * assumption. This includes checking headers, tags and the like. 111 * It doesn't make sense to enable this assumption unless 143 * This assumption disables a check in fdt_open_into() and removes the 160 * can_assume_() - check if a particular assumption is enabled 163 * @return true if that assumption is enabled, else false
|
| /kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
| D | libfdt_internal.h | 111 * With this assumption enabled, normal device trees produced by libfdt 119 * assumption. This includes checking headers, tags and the like. 130 * It doesn't make sense to enable this assumption unless 162 * This assumption disables a check in fdt_open_into() and removes the 179 * can_assume_() - check if a particular assumption is enabled 182 * @return true if that assumption is enabled, else false
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | ip_check_defrag.c | 37 /* Simplifying assumption that there are no extension headers in is_frag_v6() 38 * between fixed header and fragmentation header. This assumption in is_frag_v6()
|
| /kernel/linux/linux-6.6/include/drm/display/ |
| D | drm_dp_aux_bus.h | 60 /* New API returns -ENODEV for no child case; adapt to old assumption */ in of_dp_aux_populate_ep_devices() 70 /* New API returns -ENODEV for no child case; adapt to old assumption */ in devm_of_dp_aux_populate_ep_devices()
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
| D | allocators.rst | 19 speculatively allocates 8KiB of disk space to the file on the assumption 39 same block group as the directory, when feasible. The working assumption
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ext4/ |
| D | allocators.rst | 19 speculatively allocates 8KiB of disk space to the file on the assumption 39 same block group as the directory, when feasible. The working assumption
|
| /kernel/linux/linux-6.6/lib/ |
| D | ubsan.c | 77 return "UBSAN: alignment assumption"; in report_ubsan_failure() 436 ubsan_prologue(&data->location, "alignment-assumption"); in __ubsan_handle_alignment_assumption() 439 pr_err("assumption of %lu byte alignment (with offset of %lu byte) for pointer of type %s failed", in __ubsan_handle_alignment_assumption() 442 pr_err("assumption of %lu byte alignment for pointer of type %s failed", in __ubsan_handle_alignment_assumption()
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| D | pvclock.c | 91 * Assumption here is that last_value, a global accumulator, always goes in __pvclock_clocksource_read() 102 * making the assumption that last_value always go forward fail to hold. in __pvclock_clocksource_read()
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | pvclock.c | 90 * Assumption here is that last_value, a global accumulator, always goes in pvclock_clocksource_read() 101 * making the assumption that last_value always go forward fail to hold. in pvclock_clocksource_read()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/ |
| D | sxgbe_dma.c | 77 /* assumption: upper 32 bits are constant and in sxgbe_dma_channel_init() 219 /* Assumption: FBE bit is the combination of in sxgbe_tx_dma_int_status() 291 /* Assumption: FBE bit is the combination of in sxgbe_rx_dma_int_status()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/ |
| D | sxgbe_dma.c | 77 /* assumption: upper 32 bits are constant and in sxgbe_dma_channel_init() 219 /* Assumption: FBE bit is the combination of in sxgbe_tx_dma_int_status() 291 /* Assumption: FBE bit is the combination of in sxgbe_rx_dma_int_status()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
| D | assume.h | 5 /* Provide an assumption macro that can be disabled for gcc. */
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_interrupt.c | 110 * Assumption: single reader/writer. This function is not re-entrant 129 * Assumption: single reader/writer. This function is not re-entrant
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_so.h | 55 * The assumption here is that all union members are really represented by a 58 * assumption is invalid, and we detect that at compile time in the
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_so.h | 55 * The assumption here is that all union members are really represented by a 58 * assumption is invalid, and we detect that at compile time in the
|
| /kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
| D | cx18-vbi.c | 247 * Big assumption here: in cx18_process_vbi_data() 253 * buffers satisfy the above assumption. It's just simpler to set in cx18_process_vbi_data() 254 * up the encoder buffer transfers to make the assumption true. in cx18_process_vbi_data()
|
| /kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
| D | cx18-vbi.c | 247 * Big assumption here: in cx18_process_vbi_data() 253 * buffers satisfy the above assumption. It's just simpler to set in cx18_process_vbi_data() 254 * up the encoder buffer transfers to make the assumption true. in cx18_process_vbi_data()
|
| /kernel/linux/linux-5.10/kernel/ |
| D | capability.c | 392 * assumption that it's about to be used. 410 * assumption that it's about to be used. 429 * assumption that it's about to be used. 445 * assumption that it's about to be used.
|
| /kernel/linux/linux-6.6/kernel/ |
| D | capability.c | 379 * assumption that it's about to be used. 397 * assumption that it's about to be used. 416 * assumption that it's about to be used. 432 * assumption that it's about to be used.
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_interrupt.c | 111 * Assumption: single reader/writer. This function is not re-entrant 130 * Assumption: single reader/writer. This function is not re-entrant
|
| /kernel/linux/linux-6.6/security/selinux/ss/ |
| D | context.c | 24 * already operates under the same assumption. in context_compute_hash()
|
| /kernel/linux/linux-5.10/security/selinux/ss/ |
| D | context.c | 24 * already operates under the same assumption. in context_compute_hash()
|
| /kernel/linux/linux-6.6/drivers/memstick/core/ |
| D | Kconfig | 14 redetecting them at resume. Breaking this assumption will
|
| /kernel/linux/linux-5.10/drivers/memstick/core/ |
| D | Kconfig | 14 redetecting them at resume. Breaking this assumption will
|
| /kernel/linux/linux-5.10/lib/ |
| D | ubsan.c | 435 ubsan_prologue(&data->location, "alignment-assumption"); in __ubsan_handle_alignment_assumption() 438 pr_err("assumption of %lu byte alignment (with offset of %lu byte) for pointer of type %s failed", in __ubsan_handle_alignment_assumption() 441 pr_err("assumption of %lu byte alignment for pointer of type %s failed", in __ubsan_handle_alignment_assumption()
|