Home
last modified time | relevance | path

Searched refs:swallow (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ti/wl18xx/
Dwl18xx.h169 bool swallow; member
Dmain.c728 wl18xx_clk_table[clk_freq].swallow ? "swallow" : "spit"); in wl18xx_set_clk()
757 if (wl18xx_clk_table[clk_freq].swallow) { in wl18xx_set_clk()
/linux-6.1.9/arch/x86/kernel/
Dnmi.c71 unsigned int swallow; member
417 __this_cpu_add(nmi_stats.swallow, 1); in default_do_nmi()
/linux-6.1.9/Documentation/core-api/
Dpacking.rst165 and simply swallow those errors. Optionally it can dump stack or print the
/linux-6.1.9/drivers/tty/serial/
Dpmac_zilog.c248 int swallow; in pmz_receive_chars() local
250 swallow = uart_handle_sysrq_char(&uap->port, ch); in pmz_receive_chars()
252 if (swallow) in pmz_receive_chars()