Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/arch/x86/kernel/
Dnmi.c71 unsigned int swallow; member
426 __this_cpu_add(nmi_stats.swallow, 1); in default_do_nmi()
/Linux-v6.6/Documentation/core-api/
Dpacking.rst165 and simply swallow those errors. Optionally it can dump stack or print the
/Linux-v6.6/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()