| /kernel/linux/linux-5.10/include/linux/ |
| H A D | vt_kern.h | 132 int do_unbind_con_driver(const struct consw *csw, int first, int last,
|
| H A D | console.h | 104 int do_take_over_console(const struct consw *sw, int first, int last, int deflt); 130 * when the first real console is registered. This is for early-printk drivers.
|
| /kernel/linux/linux-5.10/fs/ext4/ |
| H A D | xattr.h | 120 struct ext4_xattr_entry *first; member 146 * The first is to signal that there the inline xattrs and data are
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_cxt.h | 283 struct ilt_cfg_pair first; member
|
| /kernel/linux/linux-6.6/fs/nfsd/ |
| H A D | xdr.h | 69 struct kvec first; member
|
| /kernel/linux/linux-6.6/fs/ext4/ |
| H A D | xattr.h | 120 struct ext4_xattr_entry *first; member 146 * The first is to signal that there the inline xattrs and data are
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | vt_kern.h | 119 int do_unbind_con_driver(const struct consw *csw, int first, int last,
|
| /kernel/linux/linux-6.6/tools/net/ynl/lib/ |
| H A D | ynl.h | 215 void *first; member
|
| /kernel/linux/linux-6.6/tools/testing/selftests/sgx/ |
| H A D | test_encl_bootstrap.S | 43 # RBX contains the base address for TCS, which is the first address
|
| /kernel/linux/linux-6.6/virt/kvm/ |
| H A D | coalesced_mmio.c | 50 /* last is the first free entry in coalesced_mmio_has_room() 51 * check if we don't meet the first used entry in coalesced_mmio_has_room() 55 avail = (ring->first - last - 1) % KVM_COALESCED_MMIO_MAX; in coalesced_mmio_has_room() 84 /* copy data in first free entry of the ring */ in coalesced_mmio_write()
|
| /test/ostest/wukong/report/src/ |
| H A D | statistics_ability.cpp | 42 DEBUG_LOG_STR("start bundlename{%s}", bundle.first.c_str()); in StatisticsDetail()
|
| /kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
| H A D | ilsp.S | 81 # remainder is in first longword, quotient is in 2nd. # 293 # the first two quotient words must be zero, or overflow would occur. 305 mov.w %d5, %d1 # first quotient word 331 btst &31, %d7 # must we normalize? first word of 340 # Now calculate an estimate of the quotient words (msw first, then lsw). 341 # The comments use subscripts for the first quotient digit determination. 418 # first quotient digit now correct. store digit and shift the
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_cs.c | 1542 uint32_t first = ~0; in amdgpu_cs_wait_any_fence() local 1564 first = i; in amdgpu_cs_wait_any_fence() 1570 &first); in amdgpu_cs_wait_any_fence() 1577 wait->out.first_signaled = first; in amdgpu_cs_wait_any_fence() 1579 if (first < fence_count && array[first]) in amdgpu_cs_wait_any_fence() 1580 r = array[first]->error; in amdgpu_cs_wait_any_fence()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
| H A D | cwsr_trap_handler_gfx9.asm | 246 // Read second-level TBA/TMA from first-level TMA and jump if available. 391 /* the first wave in the threadgroup */ 394 s_or_b32 s_save_exec_hi, s_save_tmp, s_save_exec_hi // save first wave bit to s_save_exec_hi.bits[26] 444 /* save first 4 VGPR, then LDS save could use */ 493 // first wave do LDS save; 686 /* the first wave in the threadgroup */ 716 buffer_load_dword v0, v0, s_restore_buf_rsrc0, s_restore_mem_offset lds:1 // first 64DW
|
| H A D | cwsr_trap_handler_gfx10.asm | 229 // Read second-level TBA/TMA from first-level TMA and jump if available. 348 /* save first 4 VGPRs, needed for SGPR save */ 471 s_cmp_lt_u32 m0, 96 //scc = (m0 < first 96 SGPR) ? 1 : 0 472 s_cbranch_scc1 L_SAVE_SGPR_LOOP //first 96 SGPR save is complete? 512 // first wave do LDS save; 725 buffer_load_dword v0, v0, s_restore_buf_rsrc0, s_restore_mem_offset lds:1 // first 64DW 733 buffer_load_dword v0, v0, s_restore_buf_rsrc0, s_restore_mem_offset lds:1 // first 64DW
|
| H A D | cwsr_trap_handler_gfx8.asm | 288 /* the first wave in the threadgroup */ 291 //s_or_b32 tba_hi, s_save_tmp, tba_hi // save first wave bit to tba_hi.bits[26] 293 s_or_b32 s_save_exec_hi, s_save_tmp, s_save_exec_hi // save first wave bit to s_save_exec_hi.bits[26] 340 /* save first 4 VGPR, then LDS save could use */ 377 // first wave do LDS save; 487 /* the first wave in the threadgroup */ 517 buffer_load_dword v0, v0, s_restore_buf_rsrc0, s_restore_mem_offset lds:1 // first 64DW
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/ |
| H A D | ixgb_main.c | 112 * ixgb_init_module is the first routine called when the driver is 1287 unsigned int first) in ixgb_tx_map() 1364 tx_ring->buffer_info[first].next_to_watch = i; in ixgb_tx_map() 1477 unsigned int first; in ixgb_xmit_frame() local 1502 first = adapter->tx_ring.next_to_use; in ixgb_xmit_frame() 1515 count = ixgb_tx_map(adapter, skb, first); in ixgb_xmit_frame() 1524 adapter->tx_ring.buffer_info[first].time_stamp = 0; in ixgb_xmit_frame() 1525 adapter->tx_ring.next_to_use = first; in ixgb_xmit_frame() 2224 * it resembles the first-half of the ixgb_probe() routine. 1286 ixgb_tx_map(struct ixgb_adapter *adapter, struct sk_buff *skb, unsigned int first) ixgb_tx_map() argument
|
| /kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
| H A D | ilsp.S | 81 # remainder is in first longword, quotient is in 2nd. # 293 # the first two quotient words must be zero, or overflow would occur. 305 mov.w %d5, %d1 # first quotient word 331 btst &31, %d7 # must we normalize? first word of 340 # Now calculate an estimate of the quotient words (msw first, then lsw). 341 # The comments use subscripts for the first quotient digit determination. 418 # first quotient digit now correct. store digit and shift the
|
| /kernel/linux/linux-5.10/drivers/net/phy/ |
| H A D | marvell.c | 279 u32 first; member 642 /* Configure the copper link first */ in m88e1510_config_aneg() 1494 /* Check the fiber mode first */ in marvell_read_status() 1538 /* Suspend the fiber mode first */ in marvell_suspend() 1573 /* Resume the fiber mode first */ in marvell_resume() 1862 if (priv->first <= TDR_SHORT_CABLE_LENGTH) in marvell_vct5_amplitude_graph() 1886 for (distance = priv->first; in marvell_vct5_amplitude_graph() 1983 priv->first = marvell_vct5_cm2distance(cfg->first); in marvell_vct5_cable_test_tdr_start() 1988 if (priv->first > MII_VCT5_SAMPLE_POINT_DISTANCE_MA in marvell_vct5_cable_test_tdr_start() [all...] |
| /kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
| H A D | auth_gss.c | 590 /* XXX: warning on the first, under the assumption we in gss_refresh_upcall() 1058 * Note: if we created the old pipe first, then someone who in gss_create_new() 1061 * the new pipe first. in gss_create_new() 1779 int first, last, i; in alloc_enc_pages() local 1789 first = snd_buf->page_base >> PAGE_SHIFT; in alloc_enc_pages() 1791 rqstp->rq_enc_pages_num = last - first + 1 + 1; in alloc_enc_pages() 1822 int first; in gss_wrap_req_priv() local 1838 first = snd_buf->page_base >> PAGE_SHIFT; in gss_wrap_req_priv() 1839 inpages = snd_buf->pages + first; in gss_wrap_req_priv() 1841 snd_buf->page_base -= first << PAGE_SHIF in gss_wrap_req_priv() [all...] |
| /kernel/linux/linux-6.6/fs/iomap/ |
| H A D | buffered-io.c | 160 * The first state tracks per-block uptodate and the in ifs_alloc() 204 unsigned first = poff >> block_bits; in iomap_adjust_read_range() local 216 for (i = first; i <= last; i++) { in iomap_adjust_read_range() 222 first++; in iomap_adjust_read_range() 243 if (first <= end && last > end) in iomap_adjust_read_range() 518 unsigned first, last, i; in iomap_is_partially_uptodate() local 527 first = from >> inode->i_blkbits; in iomap_is_partially_uptodate() 530 for (i = first; i <= last; i++) in iomap_is_partially_uptodate() 1245 * start_byte refers to the first unused block after a short write. If in iomap_file_buffered_write_punch_delalloc() 1246 * nothing was written, round offset down to point at the first bloc in iomap_file_buffered_write_punch_delalloc() [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_cs.c | 174 /* Copy the data from userspace and go over it the first time */ 1651 uint32_t first = ~0; in amdgpu_cs_wait_any_fence() local 1673 first = i; in amdgpu_cs_wait_any_fence() 1679 &first); in amdgpu_cs_wait_any_fence() 1686 wait->out.first_signaled = first; in amdgpu_cs_wait_any_fence() 1688 if (first < fence_count && array[first]) in amdgpu_cs_wait_any_fence() 1689 r = array[first]->error; in amdgpu_cs_wait_any_fence()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
| H A D | cwsr_trap_handler_gfx9.asm | 279 // Read second-level TBA/TMA from first-level TMA and jump if available. 435 /* the first wave in the threadgroup */ 438 s_or_b32 s_save_exec_hi, s_save_tmp, s_save_exec_hi // save first wave bit to s_save_exec_hi.bits[26] 488 /* save first 4 VGPR, then LDS save could use */ 532 // first wave do LDS save; 719 /* the first wave in the threadgroup */ 749 buffer_load_dword v0, v0, s_restore_buf_rsrc0, s_restore_mem_offset lds:1 // first 64DW
|
| H A D | cwsr_trap_handler_gfx8.asm | 288 /* the first wave in the threadgroup */ 291 //s_or_b32 tba_hi, s_save_tmp, tba_hi // save first wave bit to tba_hi.bits[26] 293 s_or_b32 s_save_exec_hi, s_save_tmp, s_save_exec_hi // save first wave bit to s_save_exec_hi.bits[26] 340 /* save first 4 VGPR, then LDS save could use */ 377 // first wave do LDS save; 487 /* the first wave in the threadgroup */ 517 buffer_load_dword v0, v0, s_restore_buf_rsrc0, s_restore_mem_offset lds:1 // first 64DW
|
| /kernel/linux/linux-6.6/drivers/dma/ |
| H A D | at_hdmac.c | 640 * race condition may occur: the first read register may refer to one LLI 656 * Then we'd rather use another solution: the DSCR is read a first time, the 706 /* For the first descriptor we can be more accurate. */ in atc_get_llis_residue() 863 struct data_chunk *first; in atc_prep_dma_interleaved() local 877 first = xt->sgl; in atc_prep_dma_interleaved() 894 (dmaengine_get_dst_icg(xt, chunk) != dmaengine_get_dst_icg(xt, first)) || in atc_prep_dma_interleaved() 895 (dmaengine_get_src_icg(xt, chunk) != dmaengine_get_src_icg(xt, first))) { in atc_prep_dma_interleaved() 941 desc->boundary = first->size >> dwidth; in atc_prep_dma_interleaved() 942 desc->dst_hole = (dmaengine_get_dst_icg(xt, first) >> dwidth) + 1; in atc_prep_dma_interleaved() 943 desc->src_hole = (dmaengine_get_src_icg(xt, first) >> dwidt in atc_prep_dma_interleaved() [all...] |