/linux/fs/bcachefs/ |
H A D | disk_accounting.c | 74 struct bkey_i_accounting *acc = bkey_accounting_init(k); in __accounting_key_init() local 153 struct disk_accounting_pos acc; in bch2_mod_dev_cached_sectors() local 284 struct bkey_s_c_accounting acc = bkey_s_c_to_accounting(k); in bch2_accounting_to_text() local 303 struct disk_accounting_pos *acc) in __accounting_to_replicas() 351 struct bch_accounting_mem *acc = &c->accounting; in __bch2_accounting_mem_insert() local 439 struct bch_accounting_mem *acc = &c->accounting; in bch2_accounting_mem_gc() local 469 struct bch_accounting_mem *acc = &c->accounting; in bch2_fs_replicas_usage_read() local 507 struct bch_accounting_mem *acc = &c->accounting; in bch2_fs_accounting_read() local 543 static void bch2_accounting_free_counters(struct bch_accounting_mem *acc, bool gc) in bch2_accounting_free_counters() 553 struct bch_accounting_mem *acc = &c->accounting; in bch2_gc_accounting_start() local [all …]
|
H A D | disk_accounting.h | 66 static inline void bpos_to_disk_accounting_pos(struct disk_accounting_pos *acc, struct bpos p) in bpos_to_disk_accounting_pos() 77 static inline struct bpos disk_accounting_pos_to_bpos(struct disk_accounting_pos *acc) in disk_accounting_pos_to_bpos() 142 static inline bool bch2_accounting_is_mem(struct disk_accounting_pos *acc) in bch2_accounting_is_mem() 158 struct bch_accounting_mem *acc = &c->accounting; in bch2_accounting_mem_mod_locked() local 220 static inline void bch2_accounting_mem_read_counters(struct bch_accounting_mem *acc, in bch2_accounting_mem_read_counters() 240 struct bch_accounting_mem *acc = &c->accounting; in bch2_accounting_mem_read() local
|
H A D | progress.c | 19 struct disk_accounting_pos acc; in bch2_progress_init() local
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gt_pagefault.c | 54 struct acc { struct 60 u8 access_type; argument 65 static bool access_is_atomic(enum access_type access_type) in access_is_atomic() argument 516 static void print_acc(struct xe_gt *gt, struct acc *acc) in print_acc() 533 static struct xe_vma *get_acc_vma(struct xe_vm *vm, struct acc *acc) in get_acc_vma() 541 static int handle_acc(struct xe_gt *gt, struct acc *acc) in handle_acc() 594 static bool get_acc(struct acc_queue *acc_queue, struct acc *acc) in get_acc() 628 struct acc acc = {}; in acc_queue_work_func() local
|
/linux/drivers/soc/ti/ |
H A D | knav_qmss_acc.c | 24 struct knav_acc_channel *acc) in __knav_acc_notify() 79 struct knav_acc_channel *acc; in knav_acc_int_handler() local 199 struct knav_acc_channel *acc; in knav_range_setup_acc_irq() local 306 struct knav_acc_channel *acc; in knav_acc_setup_cmd() local 339 struct knav_acc_channel *acc; in knav_acc_stop() local 357 struct knav_acc_channel *acc; in knav_acc_start() local 375 struct knav_acc_channel *acc; in knav_acc_init_range() local 430 struct knav_acc_channel *acc; in knav_acc_free_range() local 475 struct knav_acc_channel *acc; in knav_init_acc_range() local
|
/linux/drivers/md/bcache/ |
H A D | stats.c | 94 int bch_cache_accounting_add_kobjs(struct cache_accounting *acc, in bch_cache_accounting_add_kobjs() 108 void bch_cache_accounting_clear(struct cache_accounting *acc) in bch_cache_accounting_clear() 118 void bch_cache_accounting_destroy(struct cache_accounting *acc) in bch_cache_accounting_destroy() 152 struct cache_accounting *acc = timer_container_of(acc, t, timer); in scale_accounting() local 222 void bch_cache_accounting_init(struct cache_accounting *acc, in bch_cache_accounting_init()
|
/linux/arch/arm64/kvm/vgic/ |
H A D | vgic-mmio.h | 67 #define REGISTER_DESC_WITH_BITS_PER_IRQ(off, rd, wr, ur, uw, bpi, acc) \ argument 79 #define REGISTER_DESC_WITH_LENGTH(off, rd, wr, length, acc) \ argument 89 #define REGISTER_DESC_WITH_LENGTH_UACCESS(off, rd, wr, urd, uwr, length, acc) \ argument
|
/linux/arch/arm/boot/dts/alphascale/ |
H A D | alphascale-asm9260.dtsi | 43 acc: clock-controller@80040000 { label
|
/linux/tools/testing/selftests/kvm/arm64/ |
H A D | vpmu_counter_access.c | 174 #define PMC_ACC_TO_IDX(acc) (acc - &pmc_accessors[0]) argument 239 static void test_access_pmc_regs(struct pmc_accessor *acc, int pmc_idx) in test_access_pmc_regs() 335 static void test_access_invalid_pmc_regs(struct pmc_accessor *acc, int pmc_idx) in test_access_invalid_pmc_regs()
|
/linux/drivers/infiniband/sw/rdmavt/ |
H A D | mr.c | 286 struct ib_mr *rvt_get_dma_mr(struct ib_pd *pd, int acc) in rvt_get_dma_mr() 723 struct ib_sge *sge, int acc) in rvt_lkey_ok() 832 u32 len, u64 vaddr, u32 rkey, int acc) in rvt_rkey_ok()
|
/linux/drivers/infiniband/hw/mlx4/ |
H A D | mr.c | 39 static u32 convert_access(int acc) in convert_access() 58 struct ib_mr *mlx4_ib_get_dma_mr(struct ib_pd *pd, int acc) in mlx4_ib_get_dma_mr()
|
/linux/arch/arm64/kvm/ |
H A D | vgic-sys-reg-v3.c | 372 #define __EL2_REG(r, acc, i) \ argument 381 #define EL2_REG(r, acc) __EL2_REG(r, acc, r) argument 383 #define EL2_REG_RO(r, acc) __EL2_REG(r, acc, 0) argument
|
/linux/lib/zstd/compress/ |
H A D | zstd_preSplit.c | 125 static void mergeEvents(Fingerprint* acc, const Fingerprint* newfp) in mergeEvents() 144 static void removeEvents(Fingerprint* acc, const Fingerprint* slice) in removeEvents()
|
/linux/drivers/fsi/ |
H A D | fsi-scom.c | 388 static void raw_convert_status(struct scom_access *acc, uint32_t status) in raw_convert_status() 406 struct scom_access acc; in scom_raw_read() local 425 struct scom_access acc; in scom_raw_write() local
|
/linux/fs/cachefiles/ |
H A D | key.c | 41 unsigned int acc, i, n, nle, nbe, keylen = object->cookie->key_len; in cachefiles_cook_key() local
|
/linux/drivers/staging/fbtft/ |
H A D | fb_hx8347d.c | 125 int acc = 0; in set_gamma() local
|
H A D | fb_ssd1331.c | 134 int i, acc = 0; in set_gamma() local
|
H A D | fb_ssd1351.c | 123 int i, acc = 0; in set_gamma() local
|
/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_provider.c | 795 static inline u32 convert_access(int acc) in convert_access() 804 static struct ib_mr *mthca_get_dma_mr(struct ib_pd *pd, int acc) in mthca_get_dma_mr() 828 u64 virt, int acc, struct ib_dmah *dmah, in mthca_reg_user_mr()
|
/linux/drivers/clk/ |
H A D | clk-eyeq.c | 164 unsigned long *div, unsigned long *acc) in eqc_pll_parse_registers() 231 unsigned long mult, div, acc; in eqc_probe_init_plls() local 768 unsigned long mult, div, acc; in eqc_early_init() local
|
/linux/drivers/pps/generators/ |
H A D | pps_gen_parport.c | 145 long acc = 0; in calibrate_port() local
|
/linux/security/ |
H A D | device_cgroup.c | 250 static void set_access(char *acc, short access) in set_access() 285 char maj[MAJMINLEN], min[MAJMINLEN], acc[ACCLEN]; in devcgroup_seq_show() local
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | mem_rdonly_untrusted.c | 177 u64 acc; in combine() local
|
/linux/include/linux/soc/ixp4xx/ |
H A D | qmgr.h | 45 u32 acc[QUEUES][MAX_QUEUE_LENGTH]; /* 0x000 - 0x3FF */ member
|
/linux/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_mr.c | 58 struct ib_mr *pvrdma_get_dma_mr(struct ib_pd *pd, int acc) in pvrdma_get_dma_mr()
|