Home
last modified time | relevance | path

Searched full:ii (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/linux/fs/nilfs2/
H A Dinode.c75 struct nilfs_inode_info *ii = NILFS_I(inode); in nilfs_get_block() local
82 ret = nilfs_bmap_lookup_contig(ii->i_bmap, blkoff, &blknum, maxblocks); in nilfs_get_block()
98 err = nilfs_bmap_insert(ii->i_bmap, blkoff, in nilfs_get_block()
298 struct nilfs_inode_info *ii; in nilfs_new_inode() local
312 ii = NILFS_I(inode); in nilfs_new_inode()
313 ii->i_state = BIT(NILFS_I_NEW); in nilfs_new_inode()
314 ii->i_type = NILFS_I_TYPE_NORMAL; in nilfs_new_inode()
315 ii->i_root = root; in nilfs_new_inode()
321 ii->i_bh = bh; in nilfs_new_inode()
329 err = nilfs_bmap_read(ii->i_bmap, NULL); in nilfs_new_inode()
[all …]
H A Dsegment.c513 struct nilfs_inode_info *ii; in nilfs_segctor_end_finfo() local
520 ii = NILFS_I(inode); in nilfs_segctor_end_finfo()
522 if (ii->i_type & NILFS_I_TYPE_GC) in nilfs_segctor_end_finfo()
523 cno = ii->i_cno; in nilfs_segctor_end_finfo()
761 struct nilfs_inode_info *ii = NILFS_I(inode); in nilfs_lookup_dirty_node_buffers() local
762 struct inode *btnc_inode = ii->i_assoc_inode; in nilfs_lookup_dirty_node_buffers()
794 struct nilfs_inode_info *ii, *n; in nilfs_dispose_list() local
800 list_for_each_entry_safe(ii, n, head, i_dirty) { in nilfs_dispose_list()
801 list_del_init(&ii->i_dirty); in nilfs_dispose_list()
803 if (unlikely(ii->i_bh)) { in nilfs_dispose_list()
[all …]
H A Dgcinode.c162 struct nilfs_inode_info *ii = NILFS_I(inode); in nilfs_init_gcinode() local
168 ii->i_flags = 0; in nilfs_init_gcinode()
169 nilfs_bmap_init_gc(ii->i_bmap); in nilfs_init_gcinode()
181 struct nilfs_inode_info *ii; in nilfs_remove_all_gcinodes() local
184 ii = list_first_entry(head, struct nilfs_inode_info, i_dirty); in nilfs_remove_all_gcinodes()
185 list_del_init(&ii->i_dirty); in nilfs_remove_all_gcinodes()
186 truncate_inode_pages(&ii->vfs_inode.i_data, 0); in nilfs_remove_all_gcinodes()
187 nilfs_btnode_cache_clear(ii->i_assoc_inode->i_mapping); in nilfs_remove_all_gcinodes()
188 iput(&ii->vfs_inode); in nilfs_remove_all_gcinodes()
H A Dmdt.c35 struct nilfs_inode_info *ii = NILFS_I(inode); in nilfs_mdt_insert_new_block() local
45 ret = nilfs_bmap_insert(ii->i_bmap, block, (unsigned long)bh); in nilfs_mdt_insert_new_block()
333 struct nilfs_inode_info *ii = NILFS_I(inode); in nilfs_mdt_delete_block() local
336 err = nilfs_bmap_delete(ii->i_bmap, block); in nilfs_mdt_delete_block()
392 struct nilfs_inode_info *ii = NILFS_I(inode); in nilfs_mdt_fetch_dirty() local
394 if (nilfs_bmap_test_and_clear_dirty(ii->i_bmap)) { in nilfs_mdt_fetch_dirty()
395 set_bit(NILFS_I_DIRTY, &ii->i_state); in nilfs_mdt_fetch_dirty()
398 return test_bit(NILFS_I_DIRTY, &ii->i_state); in nilfs_mdt_fetch_dirty()
552 struct nilfs_inode_info *ii = NILFS_I(inode); in nilfs_mdt_save_to_shadow_map() local
562 ii->i_assoc_inode->i_mapping); in nilfs_mdt_save_to_shadow_map()
[all …]
/linux/include/linux/
H A Drio_regs.h35 #define RIO_PEF_INB_MBOX 0x00f00000 /* [II, <= 1.2] Mailboxes */
36 #define RIO_PEF_INB_MBOX0 0x00800000 /* [II, <= 1.2] Mailbox 0 */
37 #define RIO_PEF_INB_MBOX1 0x00400000 /* [II, <= 1.2] Mailbox 1 */
38 #define RIO_PEF_INB_MBOX2 0x00200000 /* [II, <= 1.2] Mailbox 2 */
39 #define RIO_PEF_INB_MBOX3 0x00100000 /* [II, <= 1.2] Mailbox 3 */
40 #define RIO_PEF_INB_DOORBELL 0x00080000 /* [II, <= 1.2] Doorbells */
62 #define RIO_SRC_OPS_DATA_MSG 0x00000800 /* [II] Data msg op */
63 #define RIO_SRC_OPS_DOORBELL 0x00000400 /* [II] Doorbell op */
76 #define RIO_DST_OPS_DATA_MSG 0x00000800 /* [II] Data msg op */
77 #define RIO_DST_OPS_DOORBELL 0x00000400 /* [II] Doorbell op */
[all …]
H A Ddio.h3 * Maybe this should handle DIO-II later?
19 * range from 0-63 (DIO) and 132-255 (DIO-II).
27 * DIO-II boards are at 0x1000000 + (sc - 132) * 0x400000
29 * so currently we just don't handle DIO-II boards. It wouldn't be hard to
98 /* DIO/DIO-II boards all have the following 8bit registers.
104 #define DIOII_SIZEOFF 0x101 /* device size, DIO-II only */
111 #define DIOII_BASE 0x01000000 /* start of DIO-II space */
112 #define DIOII_END 0x20000000 /* end of DIO-II space */
113 #define DIOII_DEVSIZE 0x00400000 /* size of a DIO-II device */
115 /* Highest valid select code. If we add DIO-II support this should become
[all …]
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_core.c33 u8 ii = 0; in rsi_determine_min_weight_queue() local
35 for (ii = 0; ii < NUM_EDCA_QUEUES; ii++) { in rsi_determine_min_weight_queue()
36 q_len = skb_queue_len(&common->tx_queue[ii]); in rsi_determine_min_weight_queue()
37 if ((tx_qinfo[ii].pkt_contended) && q_len) { in rsi_determine_min_weight_queue()
38 common->min_weight = tx_qinfo[ii].weight; in rsi_determine_min_weight_queue()
42 return ii; in rsi_determine_min_weight_queue()
56 u8 ii = 0; in rsi_recalculate_weights() local
59 for (ii = 0; ii < NUM_EDCA_QUEUES; ii++) { in rsi_recalculate_weights()
60 q_len = skb_queue_len(&common->tx_queue[ii]); in rsi_recalculate_weights()
63 if (tx_qinfo[ii].pkt_contended) { in rsi_recalculate_weights()
[all …]
H A Drsi_91x_mgmt.c322 u8 ii = 0; in rsi_set_contention_vals() local
324 for (; ii < NUM_EDCA_QUEUES; ii++) { in rsi_set_contention_vals()
325 common->tx_qinfo[ii].wme_params = in rsi_set_contention_vals()
326 (((common->edca_params[ii].cw_min / 2) + in rsi_set_contention_vals()
327 (common->edca_params[ii].aifs)) * in rsi_set_contention_vals()
329 common->tx_qinfo[ii].weight = common->tx_qinfo[ii].wme_params; in rsi_set_contention_vals()
330 common->tx_qinfo[ii].pkt_contended = 0; in rsi_set_contention_vals()
375 u8 ii; in rsi_load_radio_caps() local
438 for (ii = 0; ii < MAX_HW_QUEUES; ii++) { in rsi_load_radio_caps()
439 radio_caps->qos_params[ii].cont_win_min_q = cpu_to_le16(3); in rsi_load_radio_caps()
[all …]
H A Drsi_91x_main.c305 u8 ii = 0; in rsi_91x_init() local
322 for (ii = 0; ii < NUM_SOFT_QUEUES; ii++) in rsi_91x_init()
323 skb_queue_head_init(&common->tx_queue[ii]); in rsi_91x_init()
401 u8 ii; in rsi_91x_deinit() local
407 for (ii = 0; ii < NUM_SOFT_QUEUES; ii++) in rsi_91x_deinit()
408 skb_queue_purge(&common->tx_queue[ii]); in rsi_91x_deinit()
/linux/Documentation/arch/nios2/
H A Dnios2.rst2 Linux on the Nios II architecture
5 This is a port of Linux to Nios II (nios2) processor.
7 In order to compile for Nios II, you need a version of GCC with support for the generic
9 software for the Nios II platform:
15 What is Nios II?
17 Nios II is a 32-bit embedded-processor architecture designed specifically for the
18 Altera family of FPGAs. In order to support Linux, Nios II needs to be configured
21 Nios II ABI
23 Please refer to chapter "Application Binary Interface" in Nios II Processor Reference
/linux/arch/nios2/platform/
H A DKconfig.platform53 comment "Nios II instructions"
56 int "Select Nios II architecture revision"
60 Select between Nios II R1 and Nios II R2 . The architectures
66 Set to true if you configured the Nios II to include the MUL
72 Set to true if you configured the Nios II to include the MULX
78 Set to true if you configured the Nios II to include the DIV
85 Set to true if you configured the Nios II R2 to include
93 Set to true if you configured the Nios II R2 to include
105 Use the byteswap (endian converter) Nios II custom instruction provided
123 perfectly fine, even if the Nios II is configured with smaller caches.
/linux/drivers/zorro/
H A Dzorro.ids68 0000 StarBoard II [RAM Expansion]
109 0d00 SupraDrive WordSync II [SCSI Host Adapter]
128 1200 Cobra/Viper II 68EC030 [Accelerator]
137 0a00 Impact Series II [RAM Expansion]
151 0bf8 Series-II [SCSI Host Adapter]
193 2000 FrameMaster II [Graphics Card]
221 0200 Golem SCSI-II [SCSI Host Adapter]
227 0a00 Impact Series II [RAM Expansion]
242 1100 MultiFace II [Multi I/O]
244 2000 FrameMaster II [Graphics Card]
[all …]
/linux/lib/lzo/
H A Dlzo1x_compress.c31 const unsigned char *ii; in lzo1x_1_do_compress() local
36 ii = ip; in lzo1x_1_do_compress()
45 ip += 1 + ((ip - ii) >> 5); in lzo1x_1_do_compress()
113 ii -= ti; in lzo1x_1_do_compress()
115 t = ip - ii; in lzo1x_1_do_compress()
119 COPY4(op, ii); in lzo1x_1_do_compress()
123 COPY8(op, ii); in lzo1x_1_do_compress()
124 COPY8(op + 8, ii + 8); in lzo1x_1_do_compress()
139 COPY8(op, ii); in lzo1x_1_do_compress()
140 COPY8(op + 8, ii + 8); in lzo1x_1_do_compress()
[all …]
/linux/drivers/w1/slaves/
H A Dw1_ds2423.c41 int ii; in w1_slave_show() local
64 for (ii = 0; ii < READ_BYTE_COUNT; ++ii) in w1_slave_show()
67 rbuf[(p * READ_BYTE_COUNT) + ii]); in w1_slave_show()
92 for (ii = 4; ii > 0; ii--) { in w1_slave_show()
95 READ_BYTE_COUNT) + ii]; in w1_slave_show()
/linux/drivers/scsi/csiostor/
H A Dcsio_init.c699 int cur_cnt = 0, ii; in csio_lnodes_block_request() local
720 for (ii = 0; ii < cur_cnt; ii++) { in csio_lnodes_block_request()
721 csio_dbg(hw, "Blocking IOs on lnode: %p\n", lnode_list[ii]); in csio_lnodes_block_request()
722 ln = lnode_list[ii]; in csio_lnodes_block_request()
738 int cur_cnt = 0, ii; in csio_lnodes_unblock_request() local
759 for (ii = 0; ii < cur_cnt; ii++) { in csio_lnodes_unblock_request()
760 csio_dbg(hw, "unblocking IOs on lnode: %p\n", lnode_list[ii]); in csio_lnodes_unblock_request()
761 ln = lnode_list[ii]; in csio_lnodes_unblock_request()
776 int cur_cnt = 0, ii; in csio_lnodes_block_by_port() local
800 for (ii = 0; ii < cur_cnt; ii++) { in csio_lnodes_block_by_port()
[all …]
/linux/drivers/message/fusion/
H A Dmptfc.c328 int ii; in mptfc_GetFcDevPage0() local
420 for (ii = 0; ii < num_targ; ii++) { in mptfc_GetFcDevPage0()
421 fc = *(pp0_array+ii); in mptfc_GetFcDevPage0()
983 int ii; in mptfc_SetFcPortPage1_defaults() local
991 for (ii=0; ii<ioc->facts.NumberOfPorts; ii++) { in mptfc_SetFcPortPage1_defaults()
992 if (mptfc_GetFcPortPage1(ioc, ii) != 0) in mptfc_SetFcPortPage1_defaults()
994 pp1 = ioc->fc_data.fc_port_page1[ii].data; in mptfc_SetFcPortPage1_defaults()
1004 mptfc_WriteFcPortPage1(ioc, ii); in mptfc_SetFcPortPage1_defaults()
1108 int ii; in mptfc_link_status_change() local
1110 for (ii=0; ii < ioc->facts.NumberOfPorts; ii++) in mptfc_link_status_change()
[all …]
H A Dmptspi.c262 int ii; in mptspi_writeIOCPage4() local
286 for (ii=0; ii < 8; ii++) { in mptspi_writeIOCPage4()
287 pReq->Reserved2[ii] = 0; in mptspi_writeIOCPage4()
292 ii = IOCPage4Ptr->ActiveSEP++; in mptspi_writeIOCPage4()
293 IOCPage4Ptr->SEP[ii].SEPTargetID = id; in mptspi_writeIOCPage4()
294 IOCPage4Ptr->SEP[ii].SEPBus = channel; in mptspi_writeIOCPage4()
301 (IOCPage4Ptr->Header.PageLength + ii) * 4; in mptspi_writeIOCPage4()
467 * @ii: negotiation parameters
471 mptspi_print_write_nego(struct _MPT_SCSI_HOST *hd, struct scsi_target *starget, u32 ii) in mptspi_print_write_nego() argument
475 hd->ioc->name, starget->id, ii, in mptspi_print_write_nego()
[all …]
/linux/drivers/video/fbdev/
H A Dfm2fb.c2 * linux/drivers/video/fm2fb.c -- BSC FrameMaster II/Rainbow II frame buffer
27 * The BSC FrameMaster II (or Rainbow II) is a simple very dumb
34 * The FrameMaster II supports the following video modes.
48 * owns four VRAMs. Unfortunately most FrameMasters II are
64 * is not very much information about the FrameMaster II in
78 * FrameMaster II to a normal TV via SCART connector:
88 * FrameMaster II driver are assumed values to avoid anomalies
105 * The FrameMaster II was not designed to display a console
257 strcpy(fb_fix.id, is_fm ? "FrameMaster II" : "Rainbow II"); in fm2fb_probe()
/linux/Documentation/driver-api/
H A Dzorro.rst15 There are two types of Zorro buses, Zorro II and Zorro III:
17 - The Zorro II address space is 24-bit and lies within the first 16 MB of the
20 - Zorro III is a 32-bit extension of Zorro II, which is backwards compatible
21 with Zorro II. The Zorro III address space lies outside the first 16 MB.
78 - Zorro II address space is always mapped and does not have to be mapped
81 Conversion from bus/physical Zorro II addresses to kernel virtual addresses
/linux/drivers/hid/
H A Dhid-magicmouse.c156 int ii; in magicmouse_firm_touch() local
161 for (ii = 0; ii < msc->ntouches; ii++) { in magicmouse_firm_touch()
162 int idx = msc->tracking_ids[ii]; in magicmouse_firm_touch()
388 int x = 0, y = 0, ii, clicks = 0, npoints; in magicmouse_raw_event() local
403 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
404 magicmouse_emit_touch(msc, ii, data + ii * 9 + 4); in magicmouse_raw_event()
425 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
426 magicmouse_emit_touch(msc, ii, data + ii * 9 + 12); in magicmouse_raw_event()
441 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
442 magicmouse_emit_touch(msc, ii, data + ii * 8 + 6); in magicmouse_raw_event()
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Drouter_mpath_seed.sh235 local ii
240 for ((ii = 0; ii < 100; ii++)); do
241 local act=$(probe_seed $group_id $((999331 * ii)) "${mz[@]}")
246 for ((ii = 0; ii < ${#tally[@]}; ii++)); do
247 ((tally[ii] > 0))
248 check_err $? "NH #$ii not hit, tally='$tally_str'"
/linux/Documentation/networking/device_drivers/ethernet/neterion/
H A Ds2io.rst4 Neterion's (Formerly S2io) Xframe I/II PCI-X 10GbE driver
7 Release notes for Neterion's (Formerly S2io) Xframe I/II PCI-X 10GbE driver.
21 Xframe II PCI-X 2.0 adapters. It supports several features
42 eth4: Neterion Xframe II 10GbE adapter (rev 2), Version 2.0.9.1, Intr type INTA
45 The above messages identify the adapter type(Xframe I/II), adapter revision,
47 In case of Xframe II, the PCI/PCI-X bus width and frequency are displayed
55 a. Jumbo frames. Xframe I/II supports MTU up to 9600 bytes,
/linux/arch/powerpc/platforms/chrp/
H A Dpegasos_eth.c131 printk("Pegasos II/Marvell MV64361: register remapped from %p to %p\n", in Enable_SRAM()
154 printk("Pegasos II/Marvell MV64361: register unmapped\n"); in Enable_SRAM()
155 …printk("Pegasos II/Marvell MV64361: SRAM at %p, size=%x\n", (void*) PEGASOS2_SRAM_BASE, PEGASOS2_S… in Enable_SRAM()
176 printk("Pegasos II/Marvell MV64361: init\n"); in mv643xx_eth_add_pds()
191 printk("Pegasos II/Marvell MV64361: Can't enable the " in mv643xx_eth_add_pds()
198 printk("Pegasos II/Marvell MV64361: init is over\n"); in mv643xx_eth_add_pds()
/linux/Documentation/arch/riscv/
H A Dhwprobe.rst128 defined in version 1.0 of the RISC-V Cryptography Extensions Volume II.
131 defined in version 1.0 of the RISC-V Cryptography Extensions Volume II.
134 defined in version 1.0 of the RISC-V Cryptography Extensions Volume II.
137 defined in version 1.0 of the RISC-V Cryptography Extensions Volume II.
140 defined in version 1.0 of the RISC-V Cryptography Extensions Volume II.
143 defined in version 1.0 of the RISC-V Cryptography Extensions Volume II.
146 defined in version 1.0 of the RISC-V Cryptography Extensions Volume II.
149 defined in version 1.0 of the RISC-V Cryptography Extensions Volume II.
152 defined in version 1.0 of the RISC-V Cryptography Extensions Volume II.
155 defined in version 1.0 of the RISC-V Cryptography Extensions Volume II.
/linux/drivers/media/dvb-frontends/
H A Dgp8psk-fe.h51 #define ADV_MOD_DCII_C_QPSK 4 /* Digicipher II Combo */
52 #define ADV_MOD_DCII_I_QPSK 5 /* Digicipher II I-stream */
53 #define ADV_MOD_DCII_Q_QPSK 6 /* Digicipher II Q-stream */
54 #define ADV_MOD_DCII_C_OQPSK 7 /* Digicipher II offset QPSK */

12345678910>>...24