/linux-6.15/tools/testing/selftests/bpf/progs/ |
D | bpf_loop.c | 179 int c = map1_lookup_elem(3); in stack_check_outer_callback() local 210 int c = map1_lookup_elem(9); in stack_check() local
|
D | bpf_iter_test_kern_common.h | 13 char c; in dump_task() local
|
/linux-6.15/lib/crypto/ |
D | sha256.c | 64 #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/ |
D | scan.c | 142 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/ |
D | file.c | 46 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/ |
D | sha256-ssse3-asm.S | 96 c = %ecx define 143 c = b define
|
/linux-6.15/sound/usb/ |
D | validate.c | 325 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/ |
D | alloc.h | 191 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/ |
D | common-debug.c | 93 #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/ |
D | strfilter.c | 16 #define is_operator(c) ((c) == '|' || (c) == '&' || (c) == '!') argument 17 #define is_separator(c) (is_operator(c) || (c) == '(' || (c) == ')') argument
|
/linux-6.15/fs/exfat/ |
D | misc.c | 140 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/ |
D | seq_clientmgr.h | 106 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/ |
D | qt1010.c | 46 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/ |
D | winchip.c | 29 void winchip_mcheck_init(struct cpuinfo_x86 *c) in winchip_mcheck_init()
|
/linux-6.15/arch/microblaze/include/asm/ |
D | hash.h | 35 unsigned int b, c; in __hash_32() local
|
/linux-6.15/include/linux/ |
D | ppp_defs.h | 13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) argument
|
/linux-6.15/net/smc/ |
D | smc_netlink.h | 26 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/ |
D | clock.h | 11 static inline void bch2_increment_clock(struct bch_fs *c, u64 sectors, in bch2_increment_clock()
|
/linux-6.15/lib/ |
D | crc4.c | 25 uint8_t crc4(uint8_t c, uint64_t x, int bits) in crc4()
|
/linux-6.15/arch/mips/sgi-ip30/ |
D | ip30-console.c | 17 void prom_putchar(char c) in prom_putchar()
|
/linux-6.15/arch/arm/include/asm/ |
D | semihost.h | 22 static inline void smh_putc(struct uart_port *port, unsigned char c) in smh_putc()
|
/linux-6.15/fs/proc/ |
D | util.c | 13 unsigned c = *name++ - '0'; in name_to_int() local
|
/linux-6.15/arch/arm/include/debug/ |
D | uncompress.h | 5 static inline void putc(int c) {} in putc()
|
/linux-6.15/drivers/phy/microchip/ |
D | lan966x_serdes.c | 38 #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/ |
D | meson_uart.c | 64 #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()
|