/linux/tools/perf/ |
H A D | builtin-timechart.c | 221 struct per_pidcomm *c; in create_pidcomm() local 235 struct per_pidcomm *c; in pid_set_comm() local 285 struct per_pidcomm *c; in pid_put_sample() local 734 struct per_pidcomm *c = p->current; in pid_begin_io_sample() local 776 struct per_pidcomm *c = p->current; in pid_end_io_sample() local 1048 struct per_pidcomm *c; in draw_wakeups() local 1115 struct per_pidcomm *c; in draw_cpu_usage() local 1146 struct per_pidcomm *c; in draw_io_bars() local 1257 struct per_pidcomm *c; in draw_process_bars() local 1326 static int passes_filter(struct per_pid *p, struct per_pidcomm *c) in passes_filter() [all …]
|
/linux/net/9p/ |
H A D | trans_rdma.c | 241 struct p9_client *c = id->context; in p9_cm_event_handler() local 294 struct p9_rdma_context *c = in recv_done() local 345 struct p9_rdma_context *c = in send_done() local 383 post_recv(struct p9_client *client, struct p9_rdma_context *c) in post_recv() 425 struct p9_rdma_context *c = NULL; in rdma_request() local
|
/linux/tools/include/nolibc/ |
H A D | stdio.h | 154 #define putc(c, stream) fputc(c, stream) argument 157 int fputc(int c, FILE* stream) in fputc() 167 int putchar(int c) in putchar() 227 int c; in fgets() local 253 char escape, lpref, c; in __nolibc_printf() local
|
/linux/include/linux/ |
H A D | fortify-string.h | 501 #define __fortify_memset_chk(p, c, size, p_size, p_size_field) ({ \ argument 512 #define memset(p, c, s) __fortify_memset_chk(p, c, s, \ argument 700 __FORTIFY_INLINE void *memscan(void * const POS0 p, int c, __kernel_size_t size) in memscan() 731 void *memchr(const void * const POS0 p, int c, __kernel_size_t size) in memchr() 743 __FORTIFY_INLINE void *memchr_inv(const void * const POS0 p, int c, size_t size) in memchr_inv()
|
/linux/drivers/scsi/arm/ |
H A D | arm_scsi.h | 73 char c = *SCp->ptr; in get_next_SCp_byte() local 81 static inline void put_next_SCp_byte(struct scsi_pointer *SCp, unsigned char c) in put_next_SCp_byte()
|
/linux/drivers/media/v4l2-core/ |
H A D | tuner-core.c | 297 static void set_type(struct i2c_client *c, unsigned int type, in set_type() 524 struct i2c_client *c = v4l2_get_subdevdata(sd); in tuner_s_type_addr() local 888 static void set_tv_freq(struct i2c_client *c, unsigned int freq) in set_tv_freq() 1029 static void set_radio_freq(struct i2c_client *c, unsigned int freq) in set_radio_freq() 1321 struct i2c_client *c = to_i2c_client(dev); in tuner_suspend() local 1337 struct i2c_client *c = to_i2c_client(dev); in tuner_resume() local
|
/linux/tools/include/linux/ |
H A D | compiler_types.h | 23 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) argument 31 # define __cond_lock(x,c) (c) argument
|
/linux/arch/x86/boot/ |
H A D | cpuflags.c | 58 void cpuid_count(u32 id, u32 count, u32 *a, u32 *b, u32 *c, u32 *d) in cpuid_count() 66 #define cpuid(id, a, b, c, d) cpuid_count(id, 0, a, b, c, d) argument
|
/linux/fs/ubifs/ |
H A D | crypto.c | 41 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_encrypt() local 67 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_decrypt() local
|
/linux/arch/um/drivers/ |
H A D | harddog_user.c | 35 char pid_buf[sizeof("nnnnnnn\0")], c; in start_watchdog() local 116 char c = '\n'; in ping_watchdog() local
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | dfs_debug.h | 58 #define DFS_STAT_INC(sc, c) (sc->debug.stats.dfs_stats.c++) argument 65 #define DFS_STAT_INC(sc, c) do { } while (0) argument
|
/linux/arch/x86/include/asm/ |
H A D | word-at-a-time.h | 15 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero() 22 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
|
/linux/drivers/clk/spacemit/ |
H A D | ccu_common.h | 39 #define ccu_read(c, reg) \ argument 45 #define ccu_update(c, reg, mask, val) \ argument
|
/linux/tools/perf/util/ |
H A D | sha1.c | 18 #define SHA1_ROUND(i, a, b, c, d, e) \ argument 57 u32 c = h[2]; in sha1_blocks() local
|
/linux/net/key/ |
H A D | af_key.c | 1473 static int key_notify_sa(struct xfrm_state *x, const struct km_event *c) in key_notify_sa() 1502 struct km_event c; in pfkey_add() local 1538 struct km_event c; in pfkey_delete() local 1735 static int key_notify_sa_flush(const struct km_event *c) in key_notify_sa_flush() 1762 struct km_event c; in pfkey_flush() local 2215 static int key_notify_policy(struct xfrm_policy *xp, int dir, const struct km_event *c) in key_notify_policy() 2254 struct km_event c; in pfkey_spdadd() local 2369 struct km_event c; in pfkey_spddelete() local 2654 struct km_event c; in pfkey_spdget() local 2757 static int key_notify_policy_flush(const struct km_event *c) in key_notify_policy_flush() [all …]
|
/linux/arch/parisc/boot/compressed/ |
H A D | misc.c | 82 void *memset(void *s, int c, size_t count) in memset() 110 char *strchr(const char *s, int c) in strchr() 136 static int putchar(int c) in putchar()
|
/linux/sound/soc/codecs/ |
H A D | max98504.c | 107 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in max98504_pcm_rx_ev() local 123 static int max98504_component_probe(struct snd_soc_component *c) in max98504_component_probe() 157 static void max98504_component_remove(struct snd_soc_component *c) in max98504_component_remove()
|
/linux/net/mac80211/ |
H A D | trace.h | 46 #define CHANDEF_ASSIGN(c) \ argument 65 #define MIN_CHANDEF_ASSIGN(c) \ argument 86 #define AP_CHANDEF_ASSIGN(c) \ argument
|
/linux/drivers/media/tuners/ |
H A D | si2157.c | 218 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2157_init() local 446 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2157_set_params() local 799 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2157_get_rf_strength() local 855 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2157_stat_work() local
|
/linux/drivers/clk/sifive/ |
H A D | sifive-prci.c | 58 static void __prci_wrpll_unpack(struct wrpll_cfg *c, u32 r) in __prci_wrpll_unpack() 100 static u32 __prci_wrpll_pack(const struct wrpll_cfg *c) in __prci_wrpll_pack() 149 struct wrpll_cfg *c) in __prci_wrpll_write_cfg0() 192 struct wrpll_cfg c; in sifive_prci_wrpll_round_rate() local
|
/linux/drivers/media/firewire/ |
H A D | firedtv-dvb.c | 52 int pidc, c, ret; in fdtv_start_feed() local 123 int pidc, c, ret; in fdtv_stop_feed() local
|
/linux/arch/alpha/kernel/ |
H A D | err_impl.h | 25 #define SUBPACKET_ANNOTATION(c, t, r, d, a) {NULL, (c), (t), (r), (d), (a)} argument 32 #define SUBPACKET_HANDLER_INIT(c, h) {NULL, (c), (h)} argument
|
/linux/arch/mips/alchemy/ |
H A D | board-gpr.c | 34 void prom_putchar(char c) in prom_putchar() 39 static void gpr_reset(char *c) in gpr_reset()
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | connect_close.c | 53 int c, one = 1, s = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); in do_accept() local 108 int c; in parse_opts() local
|
/linux/drivers/gpio/ |
H A D | gpio-cs5535.c | 203 static int chip_gpio_request(struct gpio_chip *c, unsigned offset) in chip_gpio_request() 245 static int chip_direction_input(struct gpio_chip *c, unsigned offset) in chip_direction_input() 258 static int chip_direction_output(struct gpio_chip *c, unsigned offset, int val) in chip_direction_output()
|