| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | example.c | 1731 static void generate_list(struct basic_block_list *list, unsigned long generation) in generate_list() argument 1766 static void output_bb(struct basic_block *bb, unsigned long generation) in output_bb() argument 1912 unsigned long generation = ++bb_generation; output() local [all...] |
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLCaps.cpp | 786 const char* get_glsl_version_decl_string(GrGLStandard standard, GrGLSLGeneration generation, in get_glsl_version_decl_string() argument
|
| /third_party/python/Modules/ |
| H A D | gcmodule.c | 1178 gc_collect_main(PyThreadState *tstate, int generation, Py_ssize_t *n_collected, Py_ssize_t *n_uncollectable, int nofail) gc_collect_main() argument 1350 invoke_gc_callback(PyThreadState *tstate, const char *phase, int generation, Py_ssize_t collected, Py_ssize_t uncollectable) invoke_gc_callback() argument 1395 gc_collect_with_callback(PyThreadState *tstate, int generation) gc_collect_with_callback() argument 1520 gc_collect_impl(PyObject *module, int generation) gc_collect_impl() argument 1748 gc_get_objects_impl(PyObject *module, Py_ssize_t generation) gc_get_objects_impl() argument [all...] |
| /kernel/linux/linux-5.10/drivers/md/ |
| H A D | raid5.h | 204 short generation; /* increments with every member 592 short generation; /* increments with every reshape */ member
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
| H A D | tid_rdma.c | 730 static void kern_set_hw_flow(struct hfi1_ctxtdata *rcd, u32 generation, in kern_set_hw_flow() argument 752 u32 generation = rcd->flows[flow_idx].generation; variable 760 u32 generation = mask_generation(gen + 1); kern_flow_generation_next() local 4582 u32 spsn, fpsn, last_acked, generation; hfi1_rc_rcv_tid_rdma_ack() local 4839 u32 generation; hfi1_build_tid_rdma_resync() local 4868 u32 psn, generation, idx, gen_next; hfi1_rc_rcv_tid_rdma_resync() local [all...] |
| /kernel/linux/linux-5.10/fs/btrfs/ |
| H A D | extent-tree.c | 4765 u64 generation; in reada_walk_down() local 4961 u64 generation; in do_walk_down() local [all...] |
| H A D | free-space-cache.c | 414 static void io_ctl_set_generation(struct btrfs_io_ctl *io_ctl, u64 generation) in io_ctl_set_generation() argument 434 static int io_ctl_check_generation(struct btrfs_io_ctl *io_ctl, u64 generation) in io_ctl_check_generation() argument 679 u64 generation; in __load_free_space_cache() local [all...] |
| H A D | ctree.c | 261 u64 generation; member [all...] |
| H A D | disk-io.c | 1290 u64 generation; in read_tree_root_path() local 2653 u64 generation; init_tree_roots() local 2935 u64 generation; open_ctree() local [all...] |
| H A D | scrub.c | 69 u64 generation; member 1272 u64 generation = original_sblock->pagev[0]->generation; in scrub_setup_recheck_block() local 2767 u64 generation; in scrub_raid56_parity() local 2996 u64 generation; scrub_stripe() local [all...] |
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| H A D | btrfs_tree.h | 386 __le64 generation; member 457 __le64 generation; member 483 __le64 generation; member 560 __le64 generation; member 609 __le64 generation; member 759 __le64 generation; global() member 962 __le64 generation; global() member 975 __le64 generation; global() member [all...] |
| H A D | fuse.h | 508 uint64_t generation; /* Inode generation: nodeid:gen must member
|
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| H A D | dlmglue.c | 387 ocfs2_build_lock_name(enum ocfs2_lock_type type, u64 blkno, u32 generation, char *name) ocfs2_build_lock_name() argument 552 ocfs2_inode_lock_res_init(struct ocfs2_lock_res *res, enum ocfs2_lock_type type, unsigned int generation, struct inode *inode) ocfs2_inode_lock_res_init() argument 756 ocfs2_refcount_lock_res_init(struct ocfs2_lock_res *lockres, struct ocfs2_super *osb, u64 ref_blkno, unsigned int generation) ocfs2_refcount_lock_res_init() argument 1067 __lockres_clear_pending(struct ocfs2_lock_res *lockres, unsigned int generation, struct ocfs2_super *osb) __lockres_clear_pending() argument 1093 lockres_clear_pending(struct ocfs2_lock_res *lockres, unsigned int generation, struct ocfs2_super *osb) lockres_clear_pending() argument 3637 ocfs2_downconvert_lock(struct ocfs2_super *osb, struct ocfs2_lock_res *lockres, int new_level, int lvb, unsigned int generation) ocfs2_downconvert_lock() argument [all...] |
| H A D | refcounttree.c | 300 ocfs2_init_refcount_tree_lock(struct ocfs2_super *osb, struct ocfs2_refcount_tree *new, u64 rf_blkno, u32 generation) ocfs2_init_refcount_tree_lock() argument
|
| /kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
| H A D | heartbeat.c | 706 o2hb_prepare_block(struct o2hb_region *reg, u64 generation) o2hb_prepare_block() argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | kvm_host.h | 439 u64 generation; member [all...] |
| H A D | memcontrol.h | 54 unsigned int generation; member 94 unsigned int generation; member
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| H A D | relocation.c | 3207 u64 generation; in add_tree_block() local
|
| H A D | scrub.c | 84 u64 generation; member 2679 scrub_one_super(struct scrub_ctx *sctx, struct btrfs_device *dev, struct page *page, u64 physical, u64 generation) scrub_one_super() argument [all...] |
| H A D | free-space-cache.c | 496 static void io_ctl_set_generation(struct btrfs_io_ctl *io_ctl, u64 generation) in io_ctl_set_generation() argument 511 static int io_ctl_check_generation(struct btrfs_io_ctl *io_ctl, u64 generation) in io_ctl_check_generation() argument 746 u64 generation; in __load_free_space_cache() local [all...] |
| H A D | extent-tree.c | 5043 u64 generation; in reada_walk_down() local 5238 u64 generation; in do_walk_down() local [all...] |
| /kernel/linux/linux-6.6/fs/fuse/ |
| H A D | fuse_i.h | 933 static inline bool fuse_stale_inode(const struct inode *inode, int generation, in fuse_stale_inode() argument
|
| /kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
| H A D | heartbeat.c | 699 o2hb_prepare_block(struct o2hb_region *reg, u64 generation) o2hb_prepare_block() argument
|
| /kernel/linux/linux-6.6/fs/ocfs2/ |
| H A D | dlmglue.c | 386 ocfs2_build_lock_name(enum ocfs2_lock_type type, u64 blkno, u32 generation, char *name) ocfs2_build_lock_name() argument 551 ocfs2_inode_lock_res_init(struct ocfs2_lock_res *res, enum ocfs2_lock_type type, unsigned int generation, struct inode *inode) ocfs2_inode_lock_res_init() argument 755 ocfs2_refcount_lock_res_init(struct ocfs2_lock_res *lockres, struct ocfs2_super *osb, u64 ref_blkno, unsigned int generation) ocfs2_refcount_lock_res_init() argument 1066 __lockres_clear_pending(struct ocfs2_lock_res *lockres, unsigned int generation, struct ocfs2_super *osb) __lockres_clear_pending() argument 1092 lockres_clear_pending(struct ocfs2_lock_res *lockres, unsigned int generation, struct ocfs2_super *osb) lockres_clear_pending() argument 3647 ocfs2_downconvert_lock(struct ocfs2_super *osb, struct ocfs2_lock_res *lockres, int new_level, int lvb, unsigned int generation) ocfs2_downconvert_lock() argument [all...] |
| H A D | refcounttree.c | 298 ocfs2_init_refcount_tree_lock(struct ocfs2_super *osb, struct ocfs2_refcount_tree *new, u64 rf_blkno, u32 generation) ocfs2_init_refcount_tree_lock() argument
|