Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/
Ddebugfs.c128 int num_ops; in osdc_show() local
142 num_ops = le16_to_cpu(head->num_ops); in osdc_show()
145 (const char *)(head->ops + num_ops)); in osdc_show()
154 for (i = 0; i < num_ops; i++) { in osdc_show()
Dosd_client.c394 head->num_ops = cpu_to_le16(num_op); in ceph_osdc_build_request()
1168 numops = le32_to_cpu(rhead->num_ops); in handle_reply()
/linux-3.4.99/sound/core/seq/
Dseq_device.c80 static int num_ops; variable
381 num_ops++; in create_driver()
445 num_ops--; in remove_drivers()
561 if (num_ops) in alsa_seq_device_exit()
562 snd_printk(KERN_ERR "drivers not released (%d)\n", num_ops); in alsa_seq_device_exit()
/linux-3.4.99/arch/tile/kernel/
Dbacktrace.c133 int num_ops = 0; in bt_get_info_ops() local
142 operands[num_ops++] = insn->operand_values[0]; in bt_get_info_ops()
146 return num_ops; in bt_get_info_ops()
/linux-3.4.99/include/linux/ceph/
Drados.h406 __le16 num_ops; member
420 __le32 num_ops; member
/linux-3.4.99/fs/ceph/
Daddr.c249 WARN_ON(le32_to_cpu(replyhead->num_ops) == 0); in finish_read()
577 WARN_ON(le32_to_cpu(replyhead->num_ops) == 0); in writepages_finish()
/linux-3.4.99/drivers/block/
Drbd.c800 int num_ops, in rbd_create_rw_ops() argument
804 *ops = kzalloc(sizeof(struct ceph_osd_req_op) * (num_ops + 1), in rbd_create_rw_ops()
993 WARN_ON(le32_to_cpu(replyhead->num_ops) == 0); in rbd_req_cb()
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c11027 u32 offset, len, num_ops; in bnx2x_check_firmware() local
11054 num_ops = be32_to_cpu(fw_hdr->init_ops.len) / sizeof(struct raw_op); in bnx2x_check_firmware()
11057 if (be16_to_cpu(ops_offsets[i]) > num_ops) { in bnx2x_check_firmware()