| /linux/tools/lib/bpf/ |
| H A D | gen_loader.c | 45 static int blob_fd_array_off(struct bpf_gen *gen, int index) in blob_fd_array_off() 50 static int realloc_insn_buf(struct bpf_gen *gen, __u32 size) in realloc_insn_buf() 73 static int realloc_data_buf(struct bpf_gen *gen, __u32 size) in realloc_data_buf() 96 static void emit(struct bpf_gen *gen, struct bpf_insn insn) in emit() 104 static void emit2(struct bpf_gen *gen, struct bpf_insn insn1, struct bpf_insn insn2) in emit2() 114 void bpf_gen__init(struct bpf_gen *gen, int log_level, int nr_progs, int nr_maps) in bpf_gen__init() 159 static int add_data(struct bpf_gen *gen, const void *data, __u32 size) in add_data() 181 static int add_map_fd(struct bpf_gen *gen) in add_map_fd() 191 static int add_kfunc_btf_fd(struct bpf_gen *gen) in add_kfunc_btf_fd() 214 static void emit_rel_store(struct bpf_gen *gen, int off, int data) in emit_rel_store() [all …]
|
| /linux/sound/soc/renesas/rcar/ |
| H A D | gen.c | 34 #define rsnd_reg_name(gen, id) ((gen)->reg_name[id]) argument 62 struct rsnd_gen *gen, enum rsnd_reg reg) in rsnd_is_accessible_reg() 86 struct rsnd_gen *gen = rsnd_priv_to_gen(priv); in rsnd_mod_read() local 106 struct rsnd_gen *gen = rsnd_priv_to_gen(priv); in rsnd_mod_write() local 123 struct rsnd_gen *gen = rsnd_priv_to_gen(priv); in rsnd_mod_bset() local 139 struct rsnd_gen *gen = rsnd_priv_to_gen(priv); in rsnd_gen_get_phy_addr() local 147 struct rsnd_gen *gen = rsnd_priv_to_gen(priv); in rsnd_gen_get_base_addr() local 163 struct rsnd_gen *gen = rsnd_priv_to_gen(priv); in _rsnd_gen_regmap_init() local 473 struct rsnd_gen *gen; in rsnd_gen_probe() local
|
| /linux/tools/testing/selftests/kvm/lib/ |
| H A D | lru_gen_util.c | 128 char *gen, *age, *nr_anon, *nr_file; in memcg_stats_handle_in_node() local 183 int node, gen; in print_memcg_stats() local 248 int node, gen; in lru_gen_sum_memcg_stats_for_gen() local 304 int node, gen; in lru_gen_do_aging() local 335 int node, gen, gen_idx, min_gen = INT_MAX, max_gen = -1; in lru_gen_find_generation() local
|
| /linux/fs/btrfs/ |
| H A D | lru_cache.c | 24 u64 gen) in match_entry() 46 u64 key, u64 gen) in btrfs_lru_cache_lookup()
|
| H A D | send.c | 317 u64 gen; member 337 u64 gen; member 898 u64 gen; member 953 static int get_inode_gen(struct btrfs_root *root, u64 ino, u64 *gen) in get_inode_gen() 1773 u64 ino, u64 gen, in gen_unique_name() 1840 static int get_cur_inode_state(struct send_ctx *sctx, u64 ino, u64 gen, in get_cur_inode_state() 1911 static int is_inode_existent(struct send_ctx *sctx, u64 ino, u64 gen, in is_inode_existent() 2198 static int did_overwrite_first_ref(struct send_ctx *sctx, u64 ino, u64 gen) in did_overwrite_first_ref() 2225 u64 ino, u64 gen) in name_cache_search() 2245 u64 ino, u64 gen, in __get_cur_name_and_parent() [all …]
|
| H A D | export.h | 17 u32 gen; member
|
| H A D | lru_cache.h | 27 u64 gen; member
|
| /linux/include/linux/ |
| H A D | mm_inline.h | 164 static inline bool lru_gen_is_active(const struct lruvec *lruvec, int gen) in lru_gen_is_active() 224 int gen; in lru_gen_folio_seq() local 258 int gen = folio_lru_gen(folio); in lru_gen_add_folio() local 287 int gen = folio_lru_gen(folio); in lru_gen_del_folio() local
|
| /linux/drivers/misc/sgi-gru/ |
| H A D | grukservices.c | 426 struct gru_control_block_status *gen = cb; in gru_get_cb_exception_detail_str() local 442 static int gru_wait_idle_or_exception(struct gru_control_block_status *gen) in gru_wait_idle_or_exception() 453 struct gru_control_block_status *gen = cb; in gru_retry_exception() local 476 struct gru_control_block_status *gen = cb; in gru_check_status_proc() local 489 struct gru_control_block_status *gen = cb; in gru_wait_proc() local 1049 struct gru_control_block_status *gen; in quicktest2() local
|
| /linux/fs/ocfs2/ |
| H A D | dcache.c | 28 unsigned long gen = in ocfs2_dentry_attach_gen() local 55 unsigned long gen = (unsigned long) dentry->d_fsdata; in ocfs2_dentry_revalidate() local
|
| /linux/drivers/gpu/ipu-v3/ |
| H A D | ipu-di.c | 76 #define DI_SW_GEN0(gen) (0x000c + 4 * ((gen) - 1)) argument 77 #define DI_SW_GEN1(gen) (0x0030 + 4 * ((gen) - 1)) argument 78 #define DI_STP_REP(gen) (0x0148 + 4 * (((gen) - 1)/2)) argument 80 #define DI_DW_GEN(gen) (0x0058 + 4 * (gen)) argument 81 #define DI_DW_SET(gen, set) (0x0088 + 4 * ((gen) + 0xc * (set))) argument
|
| /linux/fs/dlm/ |
| H A D | member.c | 62 static void log_slots(struct dlm_ls *ls, uint32_t gen, int num_slots, in log_slots() 105 uint32_t gen; in dlm_slots_copy_in() local 170 uint32_t gen = 0; in dlm_slots_assign() local
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | sge.c | 409 unsigned int gen, struct pci_dev *pdev) in add_one_rx_buf() 428 unsigned int gen) in add_one_rx_chunk() 1061 static inline void wr_gen2(struct tx_desc *d, unsigned int gen) in wr_gen2() 1092 unsigned int gen, __be32 wr_hi, in write_wr_hdr_sgl() 1178 unsigned int pidx, unsigned int gen, in write_tx_pkt_wr() 1263 unsigned int ndesc, pidx, credits, gen, compl; in t3_eth_xmit() local 1381 unsigned int len, unsigned int gen) in write_imm() 1631 unsigned int gen, unsigned int ndesc, in write_ofld_wr() 1698 unsigned int ndesc = calc_tx_descs_ofld(skb), pidx, gen; in ofld_xmit() local 1754 unsigned int gen, pidx; in restart_offloadq() local
|
| /linux/mm/ |
| H A D | vmscan.c | 2728 #define for_each_gen_type_zone(gen, type, zone) \ argument 2841 int gen = filter_gen_from_seq(seq); in test_bloom_filter() local 2857 int gen = filter_gen_from_seq(seq); in update_bloom_filter() local 2874 int gen = filter_gen_from_seq(seq); in reset_bloom_filter() local 3259 static int folio_update_gen(struct folio *folio, int gen) in folio_update_gen() 3331 int gen, type, zone; in reset_batch_size() local 3537 int gen = lru_gen_from_seq(max_seq); in walk_pte_range() local 3613 int gen = lru_gen_from_seq(max_seq); in walk_pmd_range_locked() local 3929 int gen, type, zone; in try_to_inc_min_seq() local 4135 int gen, type, zone; in lruvec_is_sizable() local [all …]
|
| /linux/fs/xfs/ |
| H A D | xfs_export.h | 52 u32 gen; member
|
| /linux/arch/arm64/tools/ |
| H A D | Makefile | 3 gen := arch/$(ARCH)/include/generated macro
|
| /linux/fs/nilfs2/ |
| H A D | export.h | 20 u32 gen; member
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_parent.h | 25 uint32_t gen) in xfs_parent_rec_init()
|
| /linux/arch/s390/kernel/syscalls/ |
| H A D | Makefile | 3 gen := arch/$(ARCH)/include/generated macro
|
| /linux/arch/arm/tools/ |
| H A D | Makefile | 8 gen := arch/$(ARCH)/include/generated macro
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | spte.c | 81 static u64 generation_mmio_spte_mask(u64 gen) in generation_mmio_spte_mask() 94 u64 gen = kvm_vcpu_memslots(vcpu)->generation & MMIO_SPTE_GEN_MASK; in make_mmio_spte() local
|
| /linux/drivers/soc/aspeed/ |
| H A D | aspeed-socinfo.c | 52 unsigned int gen = (siliconid >> 24) & 0xff; in siliconid_to_rev() local
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | xdp.c | 223 bool gen) in idpf_xdp_parse_cqe() 252 bool gen; in idpf_xdpsq_poll() local
|
| /linux/drivers/net/vmxnet3/ |
| H A D | vmxnet3_defs.h | 158 u32 gen:1; /* generation bit */ member 162 u32 gen:1; /* generation bit */ member 229 u32 gen:1; /* generation bit */ member 236 u32 gen:1; /* Generation bit */ member 246 u32 gen:1; /* Generation bit */ member 318 u32 gen:1; /* generation bit */ member 340 u32 gen:1; /* generation bit */ member 351 u32 gen:1; /* generation bit */ member 373 u32 gen:1; /* generation bit */ member 864 #define VMXNET3_FLIP_RING_GEN(gen) ((gen) = (gen) ^ 0x1) argument
|
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | lru_gen_util.h | 25 int gen; member
|