Home
last modified time | relevance | path

Searched full:happen (Results 1 – 25 of 1940) sorted by relevance

12345678910>>...78

/linux/Documentation/crypto/
H A Ddevel-algos.rst72 other part of the kernel. Note that the .cia_setkey() call might happen
73 before or after any of these schematics happen, but must not happen
172 other part of the kernel. Note that the .setkey() call might happen
173 before or after any of these schematics happen, but must not happen
210 ----------- other transformations happen here -----------
/linux/arch/arm/mach-omap2/
H A Dpowerdomain-common.c61 WARN_ON(1); /* should never happen */ in omap2_pwrdm_get_mem_bank_onstate_mask()
81 WARN_ON(1); /* should never happen */ in omap2_pwrdm_get_mem_bank_retst_mask()
101 WARN_ON(1); /* should never happen */ in omap2_pwrdm_get_mem_bank_stst_mask()
/linux/Documentation/bpf/
H A Dcpumasks.rst235 /* Should never happen. */
240 /* Should never happen. */
309 /* Should never happen. */
314 /* Should never happen. */
318 /* Should never happen. */
324 /* Should never happen. */
/linux/Documentation/core-api/
H A Dunaligned-memory-access.rst28 The above may seem a little vague, as memory access can happen in different
62 happen. The exception handler is able to correct the unaligned access,
65 happen, but the exceptions do not contain enough information for the
72 memory accesses to happen, your code will not work correctly on certain
172 Think about what would happen if addr1 was an odd address such as 0x10003.
/linux/drivers/md/
H A Ddm-builtin.c19 * happen:
38 * being scheduled long enough, this bug may really happen.
/linux/include/linux/sched/
H A Dwake_q.h19 * already in a wake queue, the wakeup will happen soon and the second
31 * NOTE that there is no guarantee the wakeup will happen any later than the
/linux/kernel/locking/
H A Dspinlock_debug.c131 * Must not happen on UP: in do_raw_spin_trylock()
171 * Must not happen on UP: in do_raw_read_trylock()
223 * Must not happen on UP: in do_raw_write_trylock()
/linux/drivers/mtd/parsers/
H A DKconfig37 for your particular device. It won't happen automatically. The
118 for your particular device. It won't happen automatically. The
167 for your particular device. It won't happen automatically. The
/linux/include/uapi/linux/
H A Dvirtio_mem.h70 * There are no guarantees what will happen if unplugged memory is
76 * It can happen that the device cannot process a request, because it is
81 * scenarios (if the device is busy) it can happen that the device still
/linux/Documentation/networking/devlink/
H A Dmlxsw.rst97 routed from a disabled router interface (RIF). This can happen during
103 routed through a disabled router interface (RIF). This can happen during
/linux/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c90 /* cannot happen */ in TEST()
128 /* cannot happen */ in TEST()
142 /* cannot happen */ in TEST()
/linux/arch/sh/drivers/pci/
H A Dops-dreamcast.c21 * The !gapspci_config_access case really shouldn't happen, ever, unless
34 * likely to happen anytime soon.
/linux/drivers/scsi/elx/libefc/
H A Defc_domain.c443 /* Should not happen */ in __efc_domain_wait_alloc()
502 /* Should not happen */ in __efc_domain_allocated()
503 efc_log_err(efc, "%s: evt: %d should not happen\n", in __efc_domain_allocated()
598 /* Should not happen */ in __efc_domain_wait_attach()
599 efc_log_err(efc, "%s: evt: %d should not happen\n", in __efc_domain_wait_attach()
667 /* Should not happen */ in __efc_domain_ready()
668 efc_log_err(efc, "%s: evt: %d should not happen\n", in __efc_domain_ready()
673 /* can happen during p2p */ in __efc_domain_ready()
/linux/arch/um/os-Linux/
H A Dsignal.c291 * happen in this order, so have the barrier here. in unblock_signals()
380 * that could happen in the middle, losing the in mark_sigio_pending()
387 * timer signal (SIGALRM) cannot happen. in mark_sigio_pending()
450 * that the signal handler will either happen before or after in unblock_signals_hard()
/linux/arch/riscv/lib/
H A Ddelay.c65 * won't happen.
105 * This doesn't bother checking for overflow, as it won't happen (it's in ndelay()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-rpmsg28 wasn't assigned (can happen if no driver exists for this
46 wasn't assigned (can happen if the kernel driver that
/linux/Documentation/arch/x86/
H A Dsgx.rst81 handle an EPCM fault at any time. In practice, this can happen on events like
234 When EPC page leaks happen, a WARNING like this is shown in dmesg:
285 ``EREMOVE`` happen concurrently for pages that refer to the same
286 "SECS" metadata pages. This can happen if there are concurrent
/linux/kernel/trace/
H A Dpid_list.c27 * If a refill needs to happen, it can not happen here in get_lower_chunk()
51 * If a refill needs to happen, it can not happen here in get_upper_chunk()
/linux/net/x25/
H A Dx25_forward.c31 /* This shouldn't happen, if it occurs somehow in x25_forward_call()
45 * established LCI? It shouldn't happen, just in case.. in x25_forward_call()
/linux/kernel/module/
H A Dstats.c121 * happen due to the initial kernel_read_file_from_fd(). kernel_read_file_from_fd()
122 * uses vmalloc(). These should typically not happen unless your system is
126 * These typically should not happen unless your system is under memory
131 * failures can happen if we had a check in between a successful kernel_read_file_from_fd()
178 * These really should not happen unless your compression / decompression
/linux/Documentation/userspace-api/
H A Dmseal.rst12 the memory has to be marked with X bit, or else an exception will happen.
62 memory range could happen. However, those cases should be rare.
120 - mprotect, pkey_mprotect, madvise: partial update might happen, e.g.
/linux/arch/arm/include/asm/
H A Dcti.h45 * the @irq happen
61 * the @irq happen
/linux/arch/um/kernel/skas/
H A Dmmu.c66 * 1 cases, since they shouldn't happen either. in destroy_context()
68 * Negative cases happen if the child died unexpectedly. in destroy_context()
/linux/drivers/md/dm-vdo/
H A Dfunnel-queue.h89 * structure fields) must happen before the previous->next store making it visible to the in vdo_funnel_queue_put()
90 * consumer. Also, the entry's "next" field initialization to NULL must happen before any in vdo_funnel_queue_put()
/linux/kernel/
H A Dextable.c105 * watching again. This can happen either by tracing that in kernel_text_address()
115 /* Treat this like an NMI as it can happen anywhere */ in kernel_text_address()

12345678910>>...78