Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/kernel/
Dbacktrace.c134 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.1.27/include/linux/ceph/
Dosd_client.h318 unsigned int num_ops,
331 unsigned int which, int num_ops,
/linux-4.1.27/drivers/block/
Drbd.c1913 unsigned int num_ops, in rbd_osd_req_create() argument
1931 rbd_assert(num_ops == 1 || ((op_type == OBJ_OP_WRITE) && num_ops == 2)); in rbd_osd_req_create()
1936 osd_req = ceph_osdc_alloc_request(osdc, snapc, num_ops, false, in rbd_osd_req_create()
2357 unsigned int num_ops) in rbd_img_obj_request_fill() argument
2386 osd_req_op_alloc_hint_init(osd_request, num_ops, in rbd_img_obj_request_fill()
2388 num_ops++; in rbd_img_obj_request_fill()
2394 osd_req_op_init(osd_request, num_ops, opcode); in rbd_img_obj_request_fill()
2396 osd_req_op_extent_init(osd_request, num_ops, opcode, in rbd_img_obj_request_fill()
2400 osd_req_op_extent_osd_data_bio(osd_request, num_ops, in rbd_img_obj_request_fill()
2403 osd_req_op_extent_osd_data_pages(osd_request, num_ops, in rbd_img_obj_request_fill()
/linux-4.1.27/net/ceph/
Dosd_client.c358 unsigned int num_ops, in ceph_osdc_alloc_request() argument
367 BUG_ON(num_ops > CEPH_OSD_MAX_OP); in ceph_osdc_alloc_request()
373 msg_size += 2 + num_ops*sizeof(struct ceph_osd_op); in ceph_osdc_alloc_request()
390 req->r_num_ops = num_ops; in ceph_osdc_alloc_request()
757 unsigned int which, int num_ops, in ceph_osdc_new_request() argument
774 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, use_mempool, in ceph_osdc_new_request()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c12837 u32 offset, len, num_ops; in bnx2x_check_firmware() local
12864 num_ops = be32_to_cpu(fw_hdr->init_ops.len) / sizeof(struct raw_op); in bnx2x_check_firmware()
12867 if (be16_to_cpu(ops_offsets[i]) > num_ops) { in bnx2x_check_firmware()