| /linux/arch/arm/mach-sunxi/ |
| H A D | mc_smp.c | 37 #define CPUCFG_CX_CTRL_REG0(c) (0x10 * (c)) argument 42 #define CPUCFG_CX_CTRL_REG1(c) (0x10 * (c) + 0x4) argument 44 #define CPUCFG_CX_STATUS(c) (0x30 + 0x4 * (c)) argument 47 #define CPUCFG_CX_RST_CTRL(c) (0x80 + 0x4 * (c)) argument 59 #define PRCM_CPU_PO_RST_CTRL(c) (0x4 + 0x4 * (c)) argument 62 #define PRCM_PWROFF_GATING_REG(c) (0x100 + 0x4 * (c)) argument 67 #define PRCM_PWR_SWITCH_REG(c, cpu) (0x140 + 0x10 * (c) + 0x4 * (cpu)) argument 71 #define R_CPUCFG_CLUSTER_PO_RST_CTRL(c) (0x30 + (c) * 0x4) argument 706 static void __init sunxi_mc_smp_put_nodes(struct sunxi_mc_smp_nodes *nodes) in sunxi_mc_smp_put_nodes() 715 static int __init sun9i_a80_get_smp_nodes(struct sunxi_mc_smp_nodes *nodes) in sun9i_a80_get_smp_nodes() [all …]
|
| /linux/drivers/md/bcache/ |
| H A D | sysfs.c | 296 struct cache_set *c; in STORE() local 618 size_t nodes; member 632 static int bch_bset_print_stats(struct cache_set *c, char *buf) in bch_bset_print_stats() 658 static unsigned int bch_root_usage(struct cache_set *c) in bch_root_usage() 682 static size_t bch_cache_size(struct cache_set *c) in bch_cache_size() 695 static unsigned int bch_cache_max_chain(struct cache_set *c) in bch_cache_max_chain() 712 static unsigned int bch_btree_used(struct cache_set *c) in bch_btree_used() 718 static unsigned int bch_average_key_size(struct cache_set *c) in bch_average_key_size() 727 struct cache_set *c = container_of(kobj, struct cache_set, kobj); in SHOW() local 814 struct cache_set *c = container_of(kobj, struct cache_set, kobj); in STORE() local [all …]
|
| H A D | btree.c | 98 #define PTR_HASH(c, k) \ argument 127 void bkey_put(struct cache_set *c, struct bkey *k) in bkey_put() 518 #define mca_reserve(c) (((!IS_ERR_OR_NULL(c->root) && c->root->level) \ argument 520 #define mca_can_free(c) \ argument 580 static struct btree *mca_bucket_alloc(struct cache_set *c, in mca_bucket_alloc() 667 struct cache_set *c = shrink->private_data; in bch_mca_scan() local 734 struct cache_set *c = shrink->private_data; in bch_mca_count() local 745 void bch_btree_cache_free(struct cache_set *c) in bch_btree_cache_free() 793 int bch_btree_cache_alloc(struct cache_set *c) in bch_btree_cache_alloc() 847 static struct hlist_head *mca_hash(struct cache_set *c, struct bkey *k) in mca_hash() [all …]
|
| H A D | bcache.h | 255 struct cache_set *c; member 485 size_t nodes; member 761 #define btree_bytes(c) ((c)->btree_pages * PAGE_SIZE) argument 765 #define btree_default_blocks(c) \ argument 798 static inline size_t sector_to_bucket(struct cache_set *c, sector_t s) in sector_to_bucket() 803 static inline sector_t bucket_to_sector(struct cache_set *c, size_t b) in bucket_to_sector() 808 static inline sector_t bucket_remainder(struct cache_set *c, sector_t s) in bucket_remainder() 813 static inline size_t PTR_BUCKET_NR(struct cache_set *c, in PTR_BUCKET_NR() 820 static inline struct bucket *PTR_BUCKET(struct cache_set *c, in PTR_BUCKET() 834 static inline uint8_t ptr_stale(struct cache_set *c, const struct bkey *k, in ptr_stale() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | mm.c | 197 u32 c = 0, a; in nvkm_mm_tail() local 286 int nodes = 0; in nvkm_mm_fini() local
|
| /linux/fs/jffs2/ |
| H A D | nodelist.h | 167 struct jffs2_raw_node_ref *nodes; member 206 #define write_ofs(c) ((c)->nextblock->offset + (c)->sector_size - (c)->nextblock->free_size) argument 296 static inline int jffs2_blocks_use_vmalloc(struct jffs2_sb_info *c) in jffs2_blocks_use_vmalloc() 301 #define ref_totlen(a, b, c) __jffs2_ref_totlen((a), (b), (c)) argument 309 #define VERYDIRTY(c, size) ((size) >= ((c)->sector_size / 2)) argument
|
| /linux/sound/hda/common/ |
| H A D | proc.c | 603 int c, curr = -1; in print_conn_list() local 685 int c, conn_len, curr, dev_id_saved; print_dpmst_connections() local 779 int i, nodes; print_codec_info() local [all...] |
| /linux/tools/perf/util/ |
| H A D | header.c | 1181 static void cpu_cache_level__fprintf(FILE *out, struct cpu_cache_level *c) in cpu_cache_level__fprintf() 1197 struct cpu_cache_level c; in build_caches_for_cpu() local 1262 struct cpu_cache_level *c = &caches[i]; in write_cache() local 1384 struct memory_node *nodes = NULL; in build_mem_topology() local 1454 struct memory_node *nodes = NULL; in write_mem_topology() local 2237 struct memory_node *nodes; in print_mem_topology() local 2690 struct numa_node *nodes, *n; in process_numa_topology() local 2901 struct cpu_cache_level *c = &caches[i]; in process_cache() local 2962 struct memory_node *nodes; in process_mem_topology() local 3061 struct hybrid_node *nodes, *n; in process_hybrid_topology() local
|
| /linux/fs/unicode/ |
| H A D | mkutf8data.c | 424 int nodes, singletons, leaves; in tree_walk() local 1198 int nodes[4]; in emit() local 2794 unsigned char c = *s; in utf8clen() local 3178 int c; in normalize_line() local
|
| /linux/fs/ubifs/ |
| H A D | ubifs.h | 319 struct list_head nodes; member 685 struct ubifs_info *c; member 1530 static inline int ubifs_authenticated(const struct ubifs_info *c) in ubifs_authenticated() 1536 static inline struct shash_desc *ubifs_hash_get_desc(const struct ubifs_info *c) in ubifs_hash_get_desc() 1541 static inline int ubifs_shash_init(const struct ubifs_info *c, in ubifs_shash_init() 1550 static inline int ubifs_shash_update(const struct ubifs_info *c, in ubifs_shash_update() 1565 static inline int ubifs_shash_final(const struct ubifs_info *c, in ubifs_shash_final() 1573 static inline int ubifs_node_calc_hash(const struct ubifs_info *c, in ubifs_node_calc_hash() 1594 static inline int ubifs_check_hash(const struct ubifs_info *c, in ubifs_check_hash() 1609 static inline int ubifs_check_hmac(const struct ubifs_info *c, in ubifs_check_hmac() [all …]
|
| /linux/kernel/cgroup/ |
| H A D | cpuset.c | 304 static inline void check_insane_mems_config(nodemask_t *nodes) in check_insane_mems_config() 645 struct cpuset *c, *par; in validate_change() local 728 update_domain_attr(struct sched_domain_attr *dattr, struct cpuset *c) in update_domain_attr()
|
| /linux/mm/ |
| H A D | slub.c | 3699 struct kmem_cache_cpu *c; in init_kmem_cache_cpus() local 3899 struct kmem_cache_cpu *c) in put_partials_cpu() 3960 struct kmem_cache_cpu *c) { } in put_partials_cpu() 3964 static inline void flush_slab(struct kmem_cache *s, struct kmem_cache_cpu *c) in flush_slab() 3989 struct kmem_cache_cpu *c = per_cpu_ptr(s->cpu_slab, cpu); in __flush_cpu_slab() local 4007 struct kmem_cache_cpu *c = this_cpu_ptr(s->cpu_slab); in flush_this_cpu_slab() local 4017 struct kmem_cache_cpu *c = per_cpu_ptr(s->cpu_slab, cpu); in has_cpu_slab() local 4461 unsigned long addr, struct kmem_cache_cpu *c, unsigned int orig_size) in ___slab_alloc() 4755 unsigned long addr, struct kmem_cache_cpu *c, unsigned int orig_size) in __slab_alloc() 4789 struct kmem_cache_cpu *c; in __slab_alloc_node() local [all …]
|
| /linux/tools/perf/ |
| H A D | builtin-c2c.c | 92 unsigned long **nodes; member 2273 unsigned long **nodes; in setup_nodes() local 2965 const char *c = coalesce ?: coalesce_default; in setup_coalesce() local
|