Searched full:hitting (Results 1 – 25 of 199) sorted by relevance
12345678
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_matchall.h | 26 u64 bytes; /* # of bytes hitting the filter */ 27 u64 packets; /* # of packets hitting the filter */
|
/linux-6.12.1/lib/ |
D | strnlen_user.c | 15 * Return 0 for exceptions (which includes hitting the address 16 * space maximum), or 'count+1' if hitting the user-supplied
|
D | percpu-refcount.c | 13 * don't try to detect the ref hitting 0 - which means that get/put can just 24 * the ref hitting 0 on every put - this would require global synchronization
|
/linux-6.12.1/Documentation/arch/s390/ |
D | 3270.rst | 240 the same thing from the input area, by typing "^C" and hitting ENTER. 246 cause an EOF also by typing "^D" and hitting ENTER. 249 job suspension by typing "^Z" and hitting ENTER. You may wish to
|
/linux-6.12.1/drivers/misc/ |
D | kgdbts.c | 589 * Test for hitting a breakpoint, remove it, single step, plant it 610 * Test for hitting a breakpoint at kernel_clone for what ever the number 628 /* Test for hitting a breakpoint at sys_open for what ever the number 647 * Test for hitting a simple hw breakpoint 662 * Test for hitting a hw write breakpoint 677 * Test for hitting a hw access breakpoint 692 * Test for hitting a hw access breakpoint
|
/linux-6.12.1/tools/include/linux/ |
D | objtool_types.h | 28 * hitting user entry, boot code, or fork entry (when there are no pt_regs
|
/linux-6.12.1/include/linux/ |
D | objtool_types.h | 28 * hitting user entry, boot code, or fork entry (when there are no pt_regs
|
D | percpu-refcount.h | 20 * refcount hitting 0 - it can't, if it was in percpu mode. percpu_ref_kill() 23 * that percpu_ref_put() will check for the ref hitting 0. After it returns,
|
/linux-6.12.1/drivers/net/wireguard/ |
D | peer.c | 132 * different contexts: 1) from xmit(), before hitting is_dead and in peer_remove_after_dead() 133 * returning, 2) from wg_packet_consume_data(), before hitting is_dead in peer_remove_after_dead()
|
/linux-6.12.1/drivers/accessibility/speakup/ |
D | DefaultKeyAssignments | 43 Hitting any key while speakup is outputting speech will quiet the
|
/linux-6.12.1/drivers/platform/x86/ |
D | asus-wmi.h | 48 * and ACPI interrupt at the same time while hitting the hotkey.
|
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_repr.h | 48 * @stats: Statistic of packets hitting CPU
|
/linux-6.12.1/kernel/sched/ |
D | stop_task.c | 68 * scheduler tick hitting a task of our scheduling class.
|
/linux-6.12.1/Documentation/fault-injection/ |
D | provoke-crashes.rst | 35 Indicates the action to be taken on hitting the crash point.
|
/linux-6.12.1/Documentation/driver-api/thermal/ |
D | nouveau_thermal.rst | 68 The maximum PWM speed allowed (bypassed when hitting Fan_boost);
|
/linux-6.12.1/arch/x86/include/asm/ |
D | preempt.h | 16 * that a decrement hitting 0 means we can and should reschedule.
|
/linux-6.12.1/tools/perf/util/ |
D | mem-events.h | 68 u32 ld_fbhit; /* count of loads hitting Fill Buffer */
|
/linux-6.12.1/include/trace/events/ |
D | signal.h | 92 * lost, ignored or modified (by debugger) before hitting this tracepoint.
|
/linux-6.12.1/net/core/ |
D | net-sysfs.c | 193 * without hitting the trylock/restart in netdev_store. in carrier_store() 231 * returning early without hitting the trylock/restart below. in speed_show() 257 * returning early without hitting the trylock/restart below. in duplex_show() 526 * early without hitting the trylock/restart below. in phys_port_id_show() 554 * returning early without hitting the trylock/restart below. in phys_port_name_show() 583 * returning early without hitting the trylock/restart below. This works in phys_switch_id_show() 1330 * hitting the trylock/restart below. in tx_maxrate_store()
|
/linux-6.12.1/Documentation/admin-guide/cgroup-v1/ |
D | pids.rst | 11 Since it is trivial to hit the task limit without hitting any kmemcg limits in
|
/linux-6.12.1/arch/sh/kernel/ |
D | unwinder.c | 142 * complicated ones, e.g. hitting BUG()s. If we fault in the in unwind_stack()
|
/linux-6.12.1/tools/testing/selftests/arm64/signal/ |
D | test_signals_utils.h | 54 * unexpectedly survived without hitting a SEGV.
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | exception-64e.h | 16 * hitting the linear mapping for the kernel stacks, we need to be a bit
|
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | blackhole_routes.sh | 4 # Test that blackhole routes are marked as offloaded and that packets hitting
|
/linux-6.12.1/drivers/pcmcia/ |
D | rsrc_nonstatic.c | 943 /* If this is the root bus, the risk of hitting some strange 957 * exclusively for the secondary PCI bus: the risk of hitting 974 * risk of hitting any other device would be too 989 * risk of hitting any other device would be too
|
12345678