Searched refs:num_ops (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/tile/kernel/ |
D | backtrace.c | 134 int num_ops = 0; in bt_get_info_ops() local 143 operands[num_ops++] = insn->operand_values[0]; in bt_get_info_ops() 147 return num_ops; in bt_get_info_ops()
|
/linux-4.4.14/include/linux/ceph/ |
D | osd_client.h | 318 unsigned int num_ops, 331 unsigned int which, int num_ops,
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | dbdisply.c | 364 u32 num_ops = 0; in acpi_db_display_method_info() local 399 num_ops++; in acpi_db_display_method_info() 438 num_ops, num_operators, num_operands); in acpi_db_display_method_info()
|
/linux-4.4.14/sound/soc/ |
D | soc-topology.c | 519 int num_ops, i; in soc_tplg_kcontrol_bind_io() local 538 num_ops = tplg->bytes_ext_ops_count; in soc_tplg_kcontrol_bind_io() 539 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io() 554 num_ops = tplg->io_ops_count; in soc_tplg_kcontrol_bind_io() 555 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io() 571 num_ops = ARRAY_SIZE(io_ops); in soc_tplg_kcontrol_bind_io() 572 for (i = 0; i < num_ops; i++) { in soc_tplg_kcontrol_bind_io()
|
/linux-4.4.14/drivers/block/ |
D | rbd.c | 1934 unsigned int num_ops, in rbd_osd_req_create() argument 1952 rbd_assert(num_ops == 1 || ((op_type == OBJ_OP_WRITE) && num_ops == 2)); in rbd_osd_req_create() 1957 osd_req = ceph_osdc_alloc_request(osdc, snapc, num_ops, false, in rbd_osd_req_create() 2378 unsigned int num_ops) in rbd_img_obj_request_fill() argument 2410 osd_req_op_alloc_hint_init(osd_request, num_ops, in rbd_img_obj_request_fill() 2412 num_ops++; in rbd_img_obj_request_fill() 2418 osd_req_op_init(osd_request, num_ops, opcode, 0); in rbd_img_obj_request_fill() 2420 osd_req_op_extent_init(osd_request, num_ops, opcode, in rbd_img_obj_request_fill() 2424 osd_req_op_extent_osd_data_bio(osd_request, num_ops, in rbd_img_obj_request_fill() 2427 osd_req_op_extent_osd_data_pages(osd_request, num_ops, in rbd_img_obj_request_fill()
|
/linux-4.4.14/net/ceph/ |
D | osd_client.c | 364 unsigned int num_ops, in ceph_osdc_alloc_request() argument 373 BUG_ON(num_ops > CEPH_OSD_MAX_OP); in ceph_osdc_alloc_request() 379 msg_size += 2 + num_ops*sizeof(struct ceph_osd_op); in ceph_osdc_alloc_request() 396 req->r_num_ops = num_ops; in ceph_osdc_alloc_request() 773 unsigned int which, int num_ops, in ceph_osdc_new_request() argument 790 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, use_mempool, in ceph_osdc_new_request()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13256 u32 offset, len, num_ops; in bnx2x_check_firmware() local 13283 num_ops = be32_to_cpu(fw_hdr->init_ops.len) / sizeof(struct raw_op); in bnx2x_check_firmware() 13286 if (be16_to_cpu(ops_offsets[i]) > num_ops) { in bnx2x_check_firmware()
|