| /linux/drivers/net/phy/ |
| H A D | open_alliance_helpers.h | 33 * 000001 = error about 0-1m away 34 * 000010 = error between 1-2m away 36 * 011111 = error about 30-31m away
|
| /linux/include/linux/ |
| H A D | annotate.h | 57 * Annotate away the various 'relocation to !ENDBR` complaints; knowing that 99 * This should not be used; it annotates away CFI violations. There are a few 103 * There are also a few real issues annotated away, like EFI because we can't
|
| /linux/include/asm-generic/ |
| H A D | mmu_context.h | 42 * destroy_context - Undo init_new_context when the mm is going away 65 * dectivate_mm - called when an mm is released after exit or exec switches away from it
|
| /linux/tools/testing/selftests/livepatch/ |
| H A D | test-callbacks.sh | 146 $MOD_LIVEPATCH: pre_unpatch_callback: $MOD_TARGET -> [MODULE_STATE_GOING] Going away 148 $MOD_LIVEPATCH: post_unpatch_callback: $MOD_TARGET -> [MODULE_STATE_GOING] Going away 195 $MOD_LIVEPATCH: pre_unpatch_callback: $MOD_TARGET -> [MODULE_STATE_GOING] Going away 197 $MOD_LIVEPATCH: post_unpatch_callback: $MOD_TARGET -> [MODULE_STATE_GOING] Going away 364 $MOD_LIVEPATCH: pre_unpatch_callback: $MOD_TARGET -> [MODULE_STATE_GOING] Going away 366 $MOD_LIVEPATCH: post_unpatch_callback: $MOD_TARGET -> [MODULE_STATE_GOING] Going away 440 $MOD_LIVEPATCH: post_unpatch_callback: $MOD_TARGET -> [MODULE_STATE_GOING] Going away
|
| H A D | test-sysfs.sh | 79 …klp_callbacks_demo: pre_unpatch_callback: test_klp_callbacks_mod -> [MODULE_STATE_GOING] Going away 81 …lp_callbacks_demo: post_unpatch_callback: test_klp_callbacks_mod -> [MODULE_STATE_GOING] Going away
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_smp.h | 34 * new state is simply thrown away. 40 * for the newly assigned pipes, so we don't take away blocks
|
| /linux/Documentation/arch/powerpc/ |
| H A D | vcpudispatch_stats.rst | 11 scenarios, vcpus may be dispatched on a different processor chip (away 44 8. number of times this vcpu was dispatched in a node further away (numa
|
| /linux/kernel/module/ |
| H A D | dups.c | 80 * module is loaded so will just return 0 right away. There is still in kmod_dup_request_delete() 112 * to do it right away, but we *eventually* want to do it so to not in kmod_dup_request_complete() 194 * calls bail out right away. in kmod_dup_request_exists_wait()
|
| /linux/kernel/irq/ |
| H A D | migration.c | 110 * and it should be optimized away when CONFIG_IRQ_DOMAIN_HIERARCHY is in __irq_move_irq() 135 * away when CONFIG_IRQ_DOMAIN_HIERARCHY is disabled. in irq_can_move_in_process_context()
|
| /linux/security/integrity/ima/ |
| H A D | ima_queue_keys.c | 18 * right away or should be queued for processing later. 131 * From here on keys will be processed right away (not queued).
|
| /linux/Documentation/mm/ |
| H A D | active_mm.rst | 58 anonymous process gets scheduled away, the borrowed address space is 70 gets scheduled away in favour of a real thread, the "zombie" mm gets
|
| /linux/arch/alpha/kernel/ |
| H A D | machvec_impl.h | 104 * all but one of which we want to go away. In a non-GENERIC kernel, 108 * in the .init.data section where they'll go away. We'll copy the
|
| /linux/drivers/comedi/drivers/ |
| H A D | amplc_dio200_pci.c | 135 * 10. "Pattern gone away" latched signal, latches LOW when pattern 136 * goes away after it occurred. 141 * 13. Negated "pattern gone away" latched signal, latches LOW when 142 * pattern goes away after it occurred (negated version of gate
|
| /linux/fs/smb/client/ |
| H A D | xattr.c | 28 * Although these three are just aliases for the above, need to move away from 457 * Although this is just an alias for the above, need to move away from 491 * Although this is just an alias for the above, need to move away from 511 * Although this is just an alias for the above, need to move away from
|
| /linux/arch/powerpc/kvm/ |
| H A D | tm.S | 98 /* Save away PPR soon so we don't run with user value. */ 140 /* Save away checkpointed SPRs. */ 287 * We need to do this early as it will blow away any GPRs, VSRs and
|
| /linux/arch/parisc/math-emu/ |
| H A D | decode_exc.c | 197 * and the round away bit (RA) in decode_fpu() 218 * If ra (round-away) is set, will in decode_fpu() 230 * If ra (round-away) is set, will in decode_fpu()
|
| /linux/drivers/input/serio/ |
| H A D | hyperv-keyboard.c | 115 * goes away). in hv_kbd_on_receive() 134 * goes away). in hv_kbd_on_receive() 218 * the problem magically goes away. in hv_kbd_handle_received_packet()
|
| /linux/tools/include/nolibc/ |
| H A D | nolibc.h | 11 * away by the compiler when not used. 37 * optimized away if not used. However this means that a program made of
|
| /linux/arch/arm/include/uapi/asm/ |
| H A D | statfs.h | 7 * Let's pack it so the padding goes away to simplify dual ABI support.
|
| /linux/fs/fuse/ |
| H A D | dax.c | 216 * and when inode is going away, cleanup logic should first in fuse_setup_one_mapping() 327 /* inode is going away. There should not be any users of dmap */ in inode_reclaim_dmap_range() 369 * It is called from evict_inode() and by that time inode is going away. So 534 * away when fuse connection goes away in fuse_upgrade_dax_mapping() 644 * away when fuse connection goes away in fuse_iomap_end() 1129 * This inode is going away. That will free in try_to_free_dmap_chunks()
|
| /linux/arch/powerpc/kernel/ |
| H A D | tm.S | 155 /* Stash the stack pointer away for use after reclaim */ 182 * Stash the checkpointed r1 away in paca->tm_scratch and get the real 198 * Store r13 away so we can free up the scratch SPR for the SLB fault 497 /* Stash the stack pointer away for use after recheckpoint */
|
| /linux/kernel/trace/ |
| H A D | kprobe_event_gen_test.c | 126 * we're using the top-level instance which never goes away). in test_gen_kprobe_cmd() 191 * goes away). in test_gen_kretprobe_cmd()
|
| /linux/tools/perf/Documentation/ |
| H A D | manpage-normal.xsl | 3 handles anything we want to keep away from docbook-xsl 1.72.0 -->
|
| /linux/tools/lib/perf/Documentation/ |
| H A D | manpage-normal.xsl | 3 handles anything we want to keep away from docbook-xsl 1.72.0 -->
|
| /linux/include/net/netfilter/ |
| H A D | xt_rateest.h | 20 /* keep this field far away to speedup xt_rateest_mt() */
|