/Linux-v5.10/drivers/firewire/ |
D | sbp2.c | 142 static void sbp2_queue_work(struct sbp2_logical_unit *lu, unsigned long delay) in sbp2_queue_work() argument 144 queue_delayed_work(fw_workqueue, &lu->work, delay); in sbp2_queue_work() 179 static const struct device *lu_dev(const struct sbp2_logical_unit *lu) in lu_dev() argument 181 return &lu->tgt->unit->device; in lu_dev() 261 struct sbp2_logical_unit *lu; member 410 struct sbp2_logical_unit *lu = callback_data; in sbp2_status_write() local 428 dev_notice(lu_dev(lu), in sbp2_status_write() 435 spin_lock_irqsave(&lu->tgt->lock, flags); in sbp2_status_write() 436 list_for_each_entry(orb, &lu->orb_list, link) { in sbp2_status_write() 444 spin_unlock_irqrestore(&lu->tgt->lock, flags); in sbp2_status_write() [all …]
|
/Linux-v5.10/Documentation/trace/ |
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"
|
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-v5.10/tools/testing/selftests/net/ |
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-v5.10/lib/ |
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-v5.10/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_prs.h | 67 #define MVPP2_PRS_TCAM_LU(lu) (lu) argument 68 #define MVPP2_PRS_TCAM_LU_EN(lu) MVPP2_PRS_TCAM_EN(MVPP2_PRS_TCAM_LU(lu)) argument 285 int lu; member
|
D | mvpp2_prs.c | 86 static void mvpp2_prs_shadow_set(struct mvpp2 *priv, int index, int lu) in mvpp2_prs_shadow_set() argument 89 priv->prs_shadow[index].lu = lu; in mvpp2_prs_shadow_set() 101 static void mvpp2_prs_tcam_lu_set(struct mvpp2_prs_entry *pe, unsigned int lu) in mvpp2_prs_tcam_lu_set() argument 105 pe->tcam[MVPP2_PRS_TCAM_LU_WORD] |= MVPP2_PRS_TCAM_LU(lu & MVPP2_PRS_LU_MASK); in mvpp2_prs_tcam_lu_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() 644 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_vlan_find() 697 priv->prs_shadow[tid_aux].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_vlan_add() 771 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_double_vlan_find() [all …]
|
D | mvpp2.h | 119 #define MVPP2_CLS_FLOW_TBL1_LU_TYPE(lu) (((lu) & 0x3f) << 3) argument 142 #define MVPP22_CLS_C2_LU_TYPE(lu) ((lu) & 0x3f) argument
|
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-v5.10/drivers/scsi/esas2r/ |
D | esas2r_int.c | 712 esas2r_trace("ae->lu.dwevent: %x", ae->lu.dwevent); in esas2r_lun_event() 713 esas2r_trace("ae->lu.bystate: %x", ae->lu.bystate); in esas2r_lun_event() 719 if (ae->lu.dwevent & VDAAE_LU_LOST) { in esas2r_lun_event() 722 switch (ae->lu.bystate) { in esas2r_lun_event() 738 memcpy(&t->lu_event, &ae->lu, cplen); in esas2r_lun_event() 818 ae->lu.dwevent, in esas2r_ae_complete() 819 ae->lu.id.tgtlun.wtarget_id, in esas2r_ae_complete() 820 ae->lu.id.tgtlun.bylun, in esas2r_ae_complete() 821 ae->lu.bystate); in esas2r_ae_complete() 823 target = ae->lu.id.tgtlun.wtarget_id; in esas2r_ae_complete()
|
/Linux-v5.10/arch/s390/include/asm/ |
D | stp.h | 29 u32 lu : 1; member
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-bus-pci-drivers-xhci_hcd | 3 Contact: Lu Baolu <baolu.lu@linux.intel.com>
|
/Linux-v5.10/arch/s390/kernel/ |
D | time.c | 624 if (!stp_info.lu || !check_sync_clock()) { in stp_check_leap() 716 else if (stp_info.lu) in stp_work_fn() 800 if (!stpinfo_valid() || !(stp_info.vbits & 0x8000) || !stp_info.lu) { in leap_seconds_scheduled_show()
|
/Linux-v5.10/tools/power/cpupower/po/ |
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] "
|
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] "
|
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] "
|
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] "
|
D | pt.po | 833 msgid "Latency: %lu\n" 838 msgid "Usage: %lu\n" 884 msgid "maximum allowed latency: %lu usec\n" 904 msgid "latency[%03lu] " 909 msgid "usage[%08lu] "
|
/Linux-v5.10/arch/alpha/lib/ |
D | divide.S | 83 #define ufunction func(lu)
|
D | ev6-divide.S | 93 #define ufunction func(lu)
|
/Linux-v5.10/Documentation/admin-guide/blockdev/ |
D | floppy.rst | 9 at <https://fdutils.linux.lu/faq.html>. 223 https://fdutils.linux.lu 227 https://fdutils.linux.lu/download.html
|
/Linux-v5.10/Documentation/admin-guide/kdump/ |
D | gdbmacros.txt | 229 printf "[%5lu.%06lu] ", $info->ts_nsec / 1000000000, $info->ts_nsec % 1000000000
|
/Linux-v5.10/Documentation/trace/postprocess/ |
D | trace-pagealloc-postprocess.pl | 107 $regex =~ s/%lu/\([0-9]*\)/g;
|
/Linux-v5.10/drivers/gpu/drm/omapdrm/dss/ |
D | sdi.c | 95 ctx.pck_min = max(pclk - 1000 * i * i * i, 0lu); in sdi_calc_clock_div()
|
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | sdi.c | 88 ctx.pck_min = max(pclk - 1000 * i * i * i, 0lu); in sdi_calc_clock_div()
|