/linux/drivers/firewire/ |
A D | sbp2.c | 498 orb->lu = lu; in sbp2_send_orb() 673 lu->tgt->node_id, lu->generation, device->max_speed, in sbp2_agent_reset_no_wait() 843 lu->lun, lu->retries); in sbp2_login() 949 lu->lun, lu->retries); in sbp2_reconnect() 967 lu = kmalloc(sizeof(*lu), GFP_KERNEL); in sbp2_add_logical_unit() 968 if (!lu) in sbp2_add_logical_unit() 973 lu->address_handler.callback_data = lu; in sbp2_add_logical_unit() 977 kfree(lu); in sbp2_add_logical_unit() 1245 kfree(lu); in sbp2_remove() 1496 if (!lu) in sbp2_scsi_slave_alloc() [all …]
|
/linux/Documentation/trace/ |
A D | events-power.rst | 28 cpu_idle "state=%lu cpu_id=%lu" 29 cpu_frequency "state=%lu cpu_id=%lu" 30 cpu_frequency_limits "min=%lu max=%lu cpu_id=%lu" 36 machine_suspend "state=%lu" 54 clock_enable "%s state=%lu cpu_id=%lu" 55 clock_disable "%s state=%lu cpu_id=%lu" 56 clock_set_rate "%s state=%lu cpu_id=%lu" 67 power_domain_target "%s state=%lu cpu_id=%lu"
|
A D | events-kmem.rst | 49 mm_page_alloc page=%p pfn=%lu order=%d migratetype=%d gfp_flags=%s 50 mm_page_alloc_zone_locked page=%p pfn=%lu order=%u migratetype=%d cpu=%d percpu_refill=%d 51 mm_page_free page=%p pfn=%lu order=%d 52 mm_page_free_batched page=%p pfn=%lu order=%d cold=%d 78 mm_page_alloc_zone_locked page=%p pfn=%lu order=%u migratetype=%d cpu=%d percpu_refill=%d 79 mm_page_pcpu_drain page=%p pfn=%lu order=%d cpu=%d migratetype=%d 107 …mm_page_alloc_extfrag page=%p pfn=%lu alloc_order=%d fallback_order=%d pageblock_order=%d alloc_m…
|
/linux/tools/testing/selftests/net/ |
A D | tcp_mmap.c | 161 int lu, fd; in child_thread() local 213 lu = read(fd, buffer, zc.recv_skip_hint); in child_thread() 214 if (lu > 0) { in child_thread() 216 hash_zone(buffer, lu); in child_thread() 217 total += lu; in child_thread() 224 lu = read(fd, buffer + sub, chunk_size - sub); in child_thread() 225 if (lu == 0) in child_thread() 227 if (lu < 0) in child_thread() 230 hash_zone(buffer + sub, lu); in child_thread() 231 total += lu; in child_thread() [all …]
|
/linux/lib/ |
A D | uuid.c | 60 void guid_gen(guid_t *lu) in guid_gen() argument 62 __uuid_gen_common(lu->b); in guid_gen() 64 lu->b[7] = (lu->b[7] & 0x0F) | 0x40; in guid_gen()
|
/linux/drivers/net/ethernet/marvell/mvpp2/ |
A D | mvpp2_prs.h | 68 #define MVPP2_PRS_TCAM_LU(lu) (lu) argument 69 #define MVPP2_PRS_TCAM_LU_EN(lu) MVPP2_PRS_TCAM_EN(MVPP2_PRS_TCAM_LU(lu)) argument 287 int lu; member
|
A D | mvpp2_prs.c | 89 priv->prs_shadow[index].lu = lu; in mvpp2_prs_shadow_set() 291 unsigned int lu) in mvpp2_prs_sram_next_lu_set() argument 297 mvpp2_prs_sram_bits_set(pe, sram_next_off, lu); in mvpp2_prs_sram_next_lu_set() 374 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_FLOWS) in mvpp2_prs_flow_find() 673 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_vlan_find() 726 priv->prs_shadow[tid_aux].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_vlan_add() 800 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_double_vlan_find() 849 priv->prs_shadow[tid_aux].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_double_vlan_add() 1955 port->priv->prs_shadow[tid].lu != MVPP2_PRS_LU_VID) in mvpp2_prs_vid_range_find() 2230 (priv->prs_shadow[tid].lu != MVPP2_PRS_LU_MAC) || in mvpp2_prs_mac_da_range_find() [all …]
|
A D | mvpp2.h | 122 #define MVPP2_CLS_FLOW_TBL1_LU_TYPE(lu) (((lu) & 0x3f) << 3) argument 145 #define MVPP22_CLS_C2_LU_TYPE(lu) ((lu) & 0x3f) argument
|
A D | mvpp2_debugfs.c | 312 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_MAC || in mvpp2_dbgfs_filter_show() 342 seq_printf(s, "%x\n", priv->prs_shadow[entry->tid].lu); in mvpp2_dbgfs_prs_lu_show()
|
/linux/drivers/scsi/esas2r/ |
A D | esas2r_int.c | 713 esas2r_trace("ae->lu.dwevent: %x", ae->lu.dwevent); in esas2r_lun_event() 714 esas2r_trace("ae->lu.bystate: %x", ae->lu.bystate); in esas2r_lun_event() 720 if (ae->lu.dwevent & VDAAE_LU_LOST) { in esas2r_lun_event() 723 switch (ae->lu.bystate) { in esas2r_lun_event() 739 memcpy(&t->lu_event, &ae->lu, cplen); in esas2r_lun_event() 819 ae->lu.dwevent, in esas2r_ae_complete() 820 ae->lu.id.tgtlun.wtarget_id, in esas2r_ae_complete() 821 ae->lu.id.tgtlun.bylun, in esas2r_ae_complete() 822 ae->lu.bystate); in esas2r_ae_complete() 824 target = ae->lu.id.tgtlun.wtarget_id; in esas2r_ae_complete()
|
/linux/arch/s390/include/asm/ |
A D | stp.h | 29 u32 lu : 1; member
|
/linux/tools/power/cpupower/po/ |
A D | de.po | 852 msgid "Latency: %lu\n" 853 msgstr "Latenz: %lu\n" 857 msgid "Usage: %lu\n" 858 msgstr "Aufruf: %lu\n" 903 msgid "maximum allowed latency: %lu usec\n" 904 msgstr "maximal erlaubte Latenz: %lu usec\n" 923 msgid "latency[%03lu] " 924 msgstr "Latenz[%03lu] " 928 msgid "usage[%08lu] " 929 msgstr "Aufruf[%08lu] "
|
A D | it.po | 831 msgid "Latency: %lu\n" 836 msgid "Usage: %lu\n" 882 msgid "maximum allowed latency: %lu usec\n" 902 msgid "latency[%03lu] " 907 msgid "usage[%08lu] "
|
A D | cs.po | 822 msgid "Latency: %lu\n" 827 msgid "Usage: %lu\n" 873 msgid "maximum allowed latency: %lu usec\n" 893 msgid "latency[%03lu] " 898 msgid "usage[%08lu] "
|
A D | fr.po | 822 msgid "Latency: %lu\n" 827 msgid "Usage: %lu\n" 873 msgid "maximum allowed latency: %lu usec\n" 893 msgid "latency[%03lu] " 898 msgid "usage[%08lu] "
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-bus-pci-drivers-xhci_hcd | 3 Contact: Lu Baolu <baolu.lu@linux.intel.com>
|
A D | sysfs-ptp | 38 Contact: Yangbo Lu <yangbo.lu@nxp.com> 73 Contact: Yangbo Lu <yangbo.lu@nxp.com>
|
/linux/arch/s390/kernel/ |
A D | time.c | 614 if (!stp_info.lu || !check_sync_clock()) { in stp_check_leap() 706 else if (stp_info.lu) in stp_work_fn() 790 if (!stpinfo_valid() || !(stp_info.vbits & 0x8000) || !stp_info.lu) { in leap_seconds_scheduled_show()
|
/linux/arch/alpha/lib/ |
A D | divide.S | 83 #define ufunction func(lu)
|
A D | ev6-divide.S | 93 #define ufunction func(lu)
|
/linux/Documentation/admin-guide/blockdev/ |
A D | floppy.rst | 9 at <https://fdutils.linux.lu/faq.html>. 223 https://fdutils.linux.lu 227 https://fdutils.linux.lu/download.html
|
/linux/Documentation/translations/zh_CN/core-api/ |
A D | printk-formats.rst | 35 unsigned long %lu 或 %lx 168 存布局的敏感消息。%px在功能上等同于%lx(或%lu)。%px是首选,因为它在grep查找时更唯一。
|
/linux/Documentation/admin-guide/kdump/ |
A D | gdbmacros.txt | 229 printf "[%5lu.%06lu] ", $info->ts_nsec / 1000000000, $info->ts_nsec % 1000000000
|
/linux/Documentation/trace/postprocess/ |
A D | trace-pagealloc-postprocess.pl | 107 $regex =~ s/%lu/\([0-9]*\)/g;
|
/linux/drivers/scsi/hisi_sas/ |
A D | hisi_sas_v3_hw.c | 2788 const struct hisi_sas_debugfs_reg_lu *lu; member 2845 .lu = debugfs_port_reg_lu, 2918 .lu = debugfs_global_reg_lu, 2931 .lu = debugfs_axi_reg_lu, 2948 .lu = debugfs_ras_reg_lu, 3359 const struct hisi_sas_debugfs_reg_lu *lu) in debugfs_to_reg_name_v3_hw() argument 3361 for (; lu->name; lu++) { in debugfs_to_reg_name_v3_hw() 3362 if (off == lu->off - base_off) in debugfs_to_reg_name_v3_hw() 3363 return lu->name; in debugfs_to_reg_name_v3_hw() 3379 reg->lu); in debugfs_print_reg_v3_hw()
|