/linux-6.12.1/fs/bcachefs/ |
D | disk_accounting.c | 74 struct bkey_i_accounting *acc = bkey_accounting_init(k); in accounting_key_init() local 108 struct disk_accounting_pos acc = { in bch2_mod_dev_cached_sectors() local 227 struct bkey_s_c_accounting acc = bkey_s_c_to_accounting(k); in bch2_accounting_to_text() local 246 struct disk_accounting_pos acc) in __accounting_to_replicas() 295 struct bch_accounting_mem *acc = &c->accounting; in __bch2_accounting_mem_insert() local 362 struct bch_accounting_mem *acc = &c->accounting; in bch2_accounting_mem_gc() local 392 struct bch_accounting_mem *acc = &c->accounting; in bch2_fs_replicas_usage_read() local 428 struct bch_accounting_mem *acc = &c->accounting; in bch2_fs_accounting_read() local 466 struct bch_accounting_mem *acc = &c->accounting; in bch2_fs_accounting_to_text() local 490 static void bch2_accounting_free_counters(struct bch_accounting_mem *acc, bool gc) in bch2_accounting_free_counters() [all …]
|
D | disk_accounting.h | 63 static inline void bpos_to_disk_accounting_pos(struct disk_accounting_pos *acc, struct bpos p) in bpos_to_disk_accounting_pos() 124 struct bch_accounting_mem *acc = &c->accounting; in bch2_accounting_mem_mod_locked() local 181 static inline void bch2_accounting_mem_read_counters(struct bch_accounting_mem *acc, in bch2_accounting_mem_read_counters() 200 struct bch_accounting_mem *acc = &c->accounting; in bch2_accounting_mem_read() local
|
D | buckets.c | 660 struct disk_accounting_pos acc = { in bch2_trigger_stripe_ptr() local 696 struct disk_accounting_pos acc = { in bch2_trigger_stripe_ptr() local 903 struct disk_accounting_pos acc = { in bch2_trigger_extent() local 928 struct disk_accounting_pos acc = { in __trigger_reservation() local
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_gt_pagefault.c | 52 struct acc { struct 58 u8 access_type; argument 63 static bool access_is_atomic(enum access_type access_type) in access_is_atomic() argument 521 static void print_acc(struct xe_device *xe, struct acc *acc) in print_acc() 538 static struct xe_vma *get_acc_vma(struct xe_vm *vm, struct acc *acc) in get_acc_vma() 546 static int handle_acc(struct xe_gt *gt, struct acc *acc) in handle_acc() 599 static bool get_acc(struct acc_queue *acc_queue, struct acc *acc) in get_acc() 634 struct acc acc = {}; in acc_queue_work_func() local
|
/linux-6.12.1/drivers/soc/ti/ |
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-6.12.1/drivers/md/bcache/ |
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 = from_timer(acc, t, timer); in scale_accounting() local 222 void bch_cache_accounting_init(struct cache_accounting *acc, in bch_cache_accounting_init()
|
/linux-6.12.1/arch/arm64/kvm/vgic/ |
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-6.12.1/arch/arm/boot/dts/alphascale/ |
D | alphascale-asm9260.dtsi | 43 acc: clock-controller@80040000 { label
|
/linux-6.12.1/tools/testing/selftests/kvm/aarch64/ |
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-6.12.1/drivers/clk/ |
D | clk-fixed-factor.c | 96 unsigned long acc, unsigned int fixflags, bool devm) in __clk_hw_register_fixed_factor() 234 unsigned long acc) in clk_hw_register_fixed_factor_with_accuracy_fwname() 307 unsigned long acc) in devm_clk_hw_register_fixed_factor_with_accuracy_fwname()
|
/linux-6.12.1/drivers/infiniband/sw/rdmavt/ |
D | mr.c | 286 struct ib_mr *rvt_get_dma_mr(struct ib_pd *pd, int acc) in rvt_get_dma_mr() 718 struct ib_sge *sge, int acc) in rvt_lkey_ok() 827 u32 len, u64 vaddr, u32 rkey, int acc) in rvt_rkey_ok()
|
/linux-6.12.1/drivers/fsi/ |
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-6.12.1/lib/ |
D | xxhash.c | 156 static uint64_t xxh64_round(uint64_t acc, const uint64_t input) in xxh64_round() 164 static uint64_t xxh64_merge_round(uint64_t acc, uint64_t val) in xxh64_merge_round()
|
/linux-6.12.1/fs/cachefiles/ |
D | key.c | 41 unsigned int acc, i, n, nle, nbe, keylen = object->cookie->key_len; in cachefiles_cook_key() local
|
/linux-6.12.1/drivers/infiniband/hw/mthca/ |
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_udata *udata) in mthca_reg_user_mr()
|
/linux-6.12.1/arch/powerpc/crypto/ |
D | poly1305-p10-glue.c | 52 unsigned int acc = 0; in crypto_poly1305_setdctxkey() local
|
/linux-6.12.1/drivers/staging/fbtft/ |
D | fb_hx8347d.c | 125 int acc = 0; in set_gamma() local
|
D | fb_ssd1331.c | 134 int i, acc = 0; in set_gamma() local
|
D | fb_ssd1351.c | 122 int i, acc = 0; in set_gamma() local
|
/linux-6.12.1/drivers/infiniband/hw/mlx4/ |
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-6.12.1/drivers/pps/generators/ |
D | pps_gen_parport.c | 145 long acc = 0; in calibrate_port() local
|
/linux-6.12.1/security/ |
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-6.12.1/include/linux/soc/ixp4xx/ |
D | qmgr.h | 45 u32 acc[QUEUES][MAX_QUEUE_LENGTH]; /* 0x000 - 0x3FF */ member
|
/linux-6.12.1/tools/lib/bpf/ |
D | relo_core.c | 72 const struct bpf_core_accessor *acc, in is_flex_arr() 268 struct bpf_core_accessor *acc; in bpf_core_parse_spec() local 684 const struct bpf_core_accessor *acc; in bpf_core_calc_field_relo() local
|
/linux-6.12.1/drivers/infiniband/hw/cxgb4/ |
D | mem.c | 430 struct ib_mr *c4iw_get_dma_mr(struct ib_pd *pd, int acc) in c4iw_get_dma_mr() 492 u64 virt, int acc, struct ib_udata *udata) in c4iw_reg_user_mr()
|