Home
last modified time | relevance | path

Searched defs:c (Results 751 – 775 of 3058) sorted by relevance

1...<<31323334353637383940>>...123

/linux-6.15/tools/testing/selftests/bpf/progs/
Dbpf_loop.c179 int c = map1_lookup_elem(3); in stack_check_outer_callback() local
210 int c = map1_lookup_elem(9); in stack_check() local
Dbpf_iter_test_kern_common.h13 char c; in dump_task() local
/linux-6.15/lib/crypto/
Dsha256.c64 #define SHA256_ROUND(i, a, b, c, d, e, f, g, h) do { \ argument
74 u32 a, b, c, d, e, f, g, h; in sha256_transform() local
/linux-6.15/drivers/net/wireless/ti/wlcore/
Dscan.c142 struct conf_scan_settings *c = &wl->conf.scan; in wlcore_scan_get_channels() local
154 struct conf_sched_scan_settings *c = &wl->conf.sched_scan; in wlcore_scan_get_channels() local
/linux-6.15/drivers/firmware/efi/libstub/
Dfile.c46 efi_char16_t *c; in efi_open_file() local
118 efi_char16_t c = cmdline[i++]; in find_file_option() local
/linux-6.15/arch/x86/crypto/
Dsha256-ssse3-asm.S96 c = %ecx define
143 c = b define
/linux-6.15/sound/usb/
Dvalidate.c325 unsigned char *c = p; in snd_usb_validate_audio_desc() local
339 unsigned char *c = p; in snd_usb_validate_midi_desc() local
/linux-6.15/fs/ocfs2/
Dalloc.h191 static inline void ocfs2_init_dealloc_ctxt(struct ocfs2_cached_dealloc_ctxt *c) in ocfs2_init_dealloc_ctxt()
201 static inline int ocfs2_dealloc_has_cluster(struct ocfs2_cached_dealloc_ctxt *c) in ocfs2_dealloc_has_cluster()
/linux-6.15/drivers/net/wireless/ath/ath9k/
Dcommon-debug.c93 #define RX_PHY_ERR_INC(c) rxstats->phy_err_stats[c]++ in ath9k_cmn_debug_stat_rx() argument
94 #define RX_CMN_STAT_INC(c) (rxstats->c++) in ath9k_cmn_debug_stat_rx() argument
/linux-6.15/tools/perf/util/
Dstrfilter.c16 #define is_operator(c) ((c) == '|' || (c) == '&' || (c) == '!') argument
17 #define is_separator(c) (is_operator(c) || (c) == '(' || (c) == ')') argument
/linux-6.15/fs/exfat/
Dmisc.c140 u8 *c = (u8 *)data; in exfat_calc_chksum16() local
153 u8 *c = (u8 *)data; in exfat_calc_chksum32() local
/linux-6.15/sound/core/seq/
Dseq_clientmgr.h106 static inline bool snd_seq_client_is_ump(struct snd_seq_client *c) in snd_seq_client_is_ump()
111 static inline bool snd_seq_client_is_midi2(struct snd_seq_client *c) in snd_seq_client_is_midi2()
/linux-6.15/drivers/media/tuners/
Dqt1010.c46 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in qt1010_set_params() local
283 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in qt1010_init() local
/linux-6.15/arch/x86/kernel/cpu/mce/
Dwinchip.c29 void winchip_mcheck_init(struct cpuinfo_x86 *c) in winchip_mcheck_init()
/linux-6.15/arch/microblaze/include/asm/
Dhash.h35 unsigned int b, c; in __hash_32() local
/linux-6.15/include/linux/
Dppp_defs.h13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) argument
/linux-6.15/net/smc/
Dsmc_netlink.h26 static inline struct smc_nl_dmp_ctx *smc_nl_dmp_ctx(struct netlink_callback *c) in smc_nl_dmp_ctx()
/linux-6.15/fs/bcachefs/
Dclock.h11 static inline void bch2_increment_clock(struct bch_fs *c, u64 sectors, in bch2_increment_clock()
/linux-6.15/lib/
Dcrc4.c25 uint8_t crc4(uint8_t c, uint64_t x, int bits) in crc4()
/linux-6.15/arch/mips/sgi-ip30/
Dip30-console.c17 void prom_putchar(char c) in prom_putchar()
/linux-6.15/arch/arm/include/asm/
Dsemihost.h22 static inline void smh_putc(struct uart_port *port, unsigned char c) in smh_putc()
/linux-6.15/fs/proc/
Dutil.c13 unsigned c = *name++ - '0'; in name_to_int() local
/linux-6.15/arch/arm/include/debug/
Duncompress.h5 static inline void putc(int c) {} in putc()
/linux-6.15/drivers/phy/microchip/
Dlan966x_serdes.c38 #define SERDES_MUX_GMII(i, p, m, c) \ argument
40 #define SERDES_MUX_SGMII(i, p, m, c) \ argument
42 #define SERDES_MUX_QSGMII(i, p, m, c) \ argument
44 #define SERDES_MUX_RGMII(i, p, m, c) \ argument
/linux-6.15/drivers/tty/serial/
Dmeson_uart.c64 #define AML_UART_XMIT_IRQ(c) (((c) & 0xff) << 8) argument
65 #define AML_UART_RECV_IRQ(c) ((c) & 0xff) argument
462 u32 c; in meson_uart_poll_get_char() local
477 static void meson_uart_poll_put_char(struct uart_port *port, unsigned char c) in meson_uart_poll_put_char()

1...<<31323334353637383940>>...123