Home
last modified time | relevance | path

Searched defs:acc (Results 1 – 25 of 72) sorted by relevance

123

/linux/fs/bcachefs/
H A Ddisk_accounting.c74 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 Ddisk_accounting.h66 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
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_pagefault.c53 struct acc { struct
59 u8 access_type; argument
64 static bool access_is_atomic(enum access_type access_type) in access_is_atomic() argument
540 static void print_acc(struct xe_device *xe, struct acc *acc) in print_acc()
557 static struct xe_vma *get_acc_vma(struct xe_vm *vm, struct acc *acc) in get_acc_vma()
565 static int handle_acc(struct xe_gt *gt, struct acc *acc) in handle_acc()
618 static bool get_acc(struct acc_queue *acc_queue, struct acc *acc) in get_acc()
653 struct acc acc = {}; in acc_queue_work_func() local
/linux/drivers/soc/ti/
H A Dknav_qmss_acc.c24 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 Dstats.c94 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 Dvgic-mmio.h67 #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 Dalphascale-asm9260.dtsi43 acc: clock-controller@80040000 { label
/linux/drivers/infiniband/sw/rdmavt/
H A Dmr.c286 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/drivers/clk/
H A Dclk-fixed-factor.c96 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()
318 unsigned long acc) in devm_clk_hw_register_fixed_factor_with_accuracy_fwname()
H A Dclk-eyeq.c164 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/fsi/
H A Dfsi-scom.c388 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/lib/
H A Dxxhash.c156 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/lib/zstd/compress/
H A Dzstd_preSplit.c125 static void mergeEvents(Fingerprint* acc, const Fingerprint* newfp) in mergeEvents()
144 static void removeEvents(Fingerprint* acc, const Fingerprint* slice) in removeEvents()
/linux/fs/cachefiles/
H A Dkey.c41 unsigned int acc, i, n, nle, nbe, keylen = object->cookie->key_len; in cachefiles_cook_key() local
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c795 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/drivers/staging/fbtft/
H A Dfb_hx8347d.c125 int acc = 0; in set_gamma() local
H A Dfb_ssd1331.c134 int i, acc = 0; in set_gamma() local
/linux/security/
H A Ddevice_cgroup.c250 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/drivers/infiniband/hw/cxgb4/
H A Dmem.c430 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()
/linux/include/linux/soc/ixp4xx/
H A Dqmgr.h45 u32 acc[QUEUES][MAX_QUEUE_LENGTH]; /* 0x000 - 0x3FF */ member
/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_mr.c58 struct ib_mr *pvrdma_get_dma_mr(struct ib_pd *pd, int acc) in pvrdma_get_dma_mr()
/linux/drivers/iio/common/inv_sensors/
H A Dinv_sensors_timestamp.c22 static void inv_update_acc(struct inv_sensors_timestamp_acc *acc, uint32_t val) in inv_update_acc()
/linux/drivers/nvme/host/
H A Dfc.h38 struct fcnvme_ls_acc_hdr *acc = buf; in nvme_fc_format_rsp_hdr() local
/linux/arch/s390/include/asm/
H A Ddat-bits.h82 unsigned long acc : 4; /* Access-Control Bits */ member
124 unsigned long acc : 4; /* Access-Control Bits */ member
/linux/drivers/scsi/elx/efct/
H A Defct_scsi.c876 struct fc_ba_acc *acc; in efct_target_send_bls_resp() local
924 struct fc_ba_rjt *acc; in efct_bls_send_rjt() local

123