Home
last modified time | relevance | path

Searched defs:c (Results 326 – 350 of 2227) sorted by relevance

1...<<11121314151617181920>>...90

/linux/tools/perf/
H A Dbuiltin-timechart.c221 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 Dtrans_rdma.c241 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 Dstdio.h154 #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 Dfortify-string.h501 #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 Darm_scsi.h73 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 Dtuner-core.c297 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 Dcompiler_types.h23 # 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 Dcpuflags.c58 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 Dcrypto.c41 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 Dharddog_user.c35 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 Ddfs_debug.h58 #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 Dword-at-a-time.h15 …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 Dccu_common.h39 #define ccu_read(c, reg) \ argument
45 #define ccu_update(c, reg, mask, val) \ argument
/linux/tools/perf/util/
H A Dsha1.c18 #define SHA1_ROUND(i, a, b, c, d, e) \ argument
57 u32 c = h[2]; in sha1_blocks() local
/linux/net/key/
H A Daf_key.c1473 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 Dmisc.c82 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 Dmax98504.c107 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 Dtrace.h46 #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 Dsi2157.c218 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 Dsifive-prci.c58 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 Dfiredtv-dvb.c52 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 Derr_impl.h25 #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 Dboard-gpr.c34 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 Dconnect_close.c53 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 Dgpio-cs5535.c203 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()

1...<<11121314151617181920>>...90