Home
last modified time | relevance | path

Searched refs:num_ops (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgimple-match.h130 unsigned int num_ops; variable
139 num_ops (0) in gimple_match_op()
151 num_ops (num_ops_in) in gimple_match_op()
162 num_ops (1) in gimple_match_op()
172 num_ops (2) in gimple_match_op()
183 num_ops (3) in gimple_match_op()
195 num_ops (4) in gimple_match_op()
209 num_ops (5) in gimple_match_op()
228 num_ops = num_ops_in; in set_op()
239 num_ops = 1; in set_op()
[all …]
H A Dgimple.h271 unsigned num_ops;
1513 size_t gimple_size (enum gimple_code code, unsigned num_ops = 0);
1514 void gimple_init (gimple *g, enum gimple_code code, unsigned num_ops);
2474 return gs->num_ops;
2481 gimple_set_num_ops (gimple *gs, unsigned num_ops)
2483 gs->num_ops = num_ops;
4652 unsigned num_ops;
4654 num_ops = gimple_num_ops (gs);
4655 gcc_gimple_checking_assert (num_ops > 1);
4656 return num_ops - 1;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgimple-match.h130 unsigned int num_ops; variable
139 num_ops (0) in gimple_match_op()
151 num_ops (num_ops_in) in gimple_match_op()
162 num_ops (1) in gimple_match_op()
172 num_ops (2) in gimple_match_op()
183 num_ops (3) in gimple_match_op()
195 num_ops (4) in gimple_match_op()
209 num_ops (5) in gimple_match_op()
228 num_ops = num_ops_in; in set_op()
239 num_ops = 1; in set_op()
[all …]
H A Dgimple.h271 unsigned num_ops;
1513 size_t gimple_size (enum gimple_code code, unsigned num_ops = 0);
1514 void gimple_init (gimple *g, enum gimple_code code, unsigned num_ops);
2474 return gs->num_ops;
2481 gimple_set_num_ops (gimple *gs, unsigned num_ops)
2483 gs->num_ops = num_ops;
4652 unsigned num_ops;
4654 num_ops = gimple_num_ops (gs);
4655 gcc_gimple_checking_assert (num_ops > 1);
4656 return num_ops - 1;
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_trans_resv.c69 uint num_ops) in xfs_allocfree_log_count() argument
73 blocks = num_ops * 2 * (2 * mp->m_ag_maxlevels - 1); in xfs_allocfree_log_count()
75 blocks += num_ops * (2 * mp->m_rmap_maxlevels - 1); in xfs_allocfree_log_count()
77 blocks += num_ops * (2 * mp->m_refc_maxlevels - 1); in xfs_allocfree_log_count()
208 unsigned int num_ops) in xfs_rtalloc_log_count() argument
214 return (howmany(rtbmp_bytes, blksz) + 1) * num_ops; in xfs_rtalloc_log_count()
H A Dxfs_trans_resv.h95 uint xfs_allocfree_log_count(struct xfs_mount *mp, uint num_ops);
/OK3568_Linux_fs/kernel/fs/ceph/
H A Daddr.c894 int num_ops = 0, op_idx; in ceph_writepages_start() local
988 num_ops = 1; in ceph_writepages_start()
1006 if (num_ops >= (from_pool ? CEPH_OSD_SLAB_OPS : in ceph_writepages_start()
1013 num_ops++; in ceph_writepages_start()
1065 offset, &len, 0, num_ops, in ceph_writepages_start()
1073 min(num_ops, in ceph_writepages_start()
1136 BUG_ON(num_ops <= req->r_num_ops); in ceph_writepages_start()
1137 num_ops -= req->r_num_ops; in ceph_writepages_start()
1154 BUG_ON(num_ops != req->r_num_ops); in ceph_writepages_start()
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Ddbdisply.c358 u32 num_ops = 0; in acpi_db_display_method_info() local
393 num_ops++; in acpi_db_display_method_info()
432 num_ops, num_operators, num_operands); in acpi_db_display_method_info()
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dosd_client.h484 unsigned int num_ops,
493 unsigned int which, int num_ops,
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosd_client.c542 unsigned int num_ops, in ceph_osdc_alloc_request() argument
549 BUG_ON(num_ops > CEPH_OSD_SLAB_OPS); in ceph_osdc_alloc_request()
551 } else if (num_ops <= CEPH_OSD_SLAB_OPS) { in ceph_osdc_alloc_request()
554 BUG_ON(num_ops > CEPH_OSD_MAX_OPS); in ceph_osdc_alloc_request()
555 req = kmalloc(struct_size(req, r_ops, num_ops), gfp_flags); in ceph_osdc_alloc_request()
563 req->r_num_ops = num_ops; in ceph_osdc_alloc_request()
1047 unsigned int which, int num_ops, in ceph_osdc_new_request() argument
1064 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, use_mempool, in ceph_osdc_new_request()
1103 if (num_ops > 1) in ceph_osdc_new_request()
1109 r = __ceph_osdc_alloc_messages(req, GFP_NOFS, num_ops, 0); in ceph_osdc_new_request()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-topology.c577 int num_ops, i; in soc_tplg_kcontrol_bind_io() local
608 num_ops = tplg->bytes_ext_ops_count; in soc_tplg_kcontrol_bind_io()
609 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io()
627 num_ops = tplg->io_ops_count; in soc_tplg_kcontrol_bind_io()
628 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io()
644 num_ops = ARRAY_SIZE(io_ops); in soc_tplg_kcontrol_bind_io()
645 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io()
/OK3568_Linux_fs/kernel/drivers/block/
H A Drbd.c1472 struct ceph_snap_context *snapc, int num_ops) in __rbd_obj_add_osd_request() argument
1481 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, false, GFP_NOIO); in __rbd_obj_add_osd_request()
1506 rbd_obj_add_osd_request(struct rbd_obj_request *obj_req, int num_ops) in rbd_obj_add_osd_request() argument
1509 num_ops); in rbd_obj_add_osd_request()
2103 int num_ops = 1; in rbd_object_map_update() local
2111 num_ops++; /* assert_locked */ in rbd_object_map_update()
2114 req = ceph_osdc_alloc_request(osdc, NULL, num_ops, false, GFP_NOIO); in rbd_object_map_update()
3012 int num_ops = count_write_ops(obj_req); in rbd_obj_write_object() local
3017 num_ops++; /* stat */ in rbd_obj_write_object()
3019 osd_req = rbd_obj_add_osd_request(obj_req, num_ops); in rbd_obj_write_object()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c13341 u32 offset, len, num_ops; in bnx2x_check_firmware() local
13368 num_ops = be32_to_cpu(fw_hdr->init_ops.len) / sizeof(struct raw_op); in bnx2x_check_firmware()
13371 if (be16_to_cpu(ops_offsets[i]) > num_ops) { in bnx2x_check_firmware()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/
H A Dgtype.state5966 (!pair "num_ops"
15818 (!option length string "%h.num_ops")
15899 (!option length string "%h.num_ops")
15963 (!option length string "%h.num_ops")
16020 (!option length string "%h.num_ops")
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/
H A Dgtype.state5964 (!pair "num_ops"
15852 (!option length string "%h.num_ops")
15933 (!option length string "%h.num_ops")
15997 (!option length string "%h.num_ops")
16054 (!option length string "%h.num_ops")
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info12815 'num_ops' 32
12865 * 'num_ops' Number of operands that this statement has. This
12896 'op' 'num_ops' * 64
12897 Total 48 + 8 * 'num_ops' bytes
12911 * 'op' Array of trees with 'num_ops' slots.
12931 'op' 'num_ops' * 64
12932 Total size 80 + 8 * 'num_ops' bytes
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info12815 'num_ops' 32
12865 * 'num_ops' Number of operands that this statement has. This
12896 'op' 'num_ops' * 64
12897 Total 48 + 8 * 'num_ops' bytes
12911 * 'op' Array of trees with 'num_ops' slots.
12931 'op' 'num_ops' * 64
12932 Total size 80 + 8 * 'num_ops' bytes