/linux-6.6.21/drivers/firewire/ |
D | sbp2.c | 143 static void sbp2_queue_work(struct sbp2_logical_unit *lu, unsigned long delay) in sbp2_queue_work() argument 145 queue_delayed_work(fw_workqueue, &lu->work, delay); in sbp2_queue_work() 180 static const struct device *lu_dev(const struct sbp2_logical_unit *lu) in lu_dev() argument 182 return &lu->tgt->unit->device; in lu_dev() 262 struct sbp2_logical_unit *lu; member 411 struct sbp2_logical_unit *lu = callback_data; in sbp2_status_write() local 429 dev_notice(lu_dev(lu), in sbp2_status_write() 436 spin_lock_irqsave(&lu->tgt->lock, flags); in sbp2_status_write() 437 list_for_each_entry(iter, &lu->orb_list, link) { in sbp2_status_write() 446 spin_unlock_irqrestore(&lu->tgt->lock, flags); in sbp2_status_write() [all …]
|
/linux-6.6.21/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-6.6.21/tools/testing/selftests/net/ |
D | tcp_mmap.c | 184 int lu, fd; in child_thread() local 246 lu = read(fd, buffer, min(zc.recv_skip_hint, in child_thread() 248 if (lu > 0) { in child_thread() 250 EVP_DigestUpdate(ctx, buffer, lu); in child_thread() 252 hash_zone(buffer, lu); in child_thread() 253 total += lu; in child_thread() 255 if (lu == 0) in child_thread() 262 lu = read(fd, buffer + sub, min(chunk_size - sub, in child_thread() 264 if (lu == 0) in child_thread() 266 if (lu < 0) in child_thread() [all …]
|
/linux-6.6.21/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-6.6.21/drivers/net/ethernet/marvell/mvpp2/ |
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
|
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() 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() [all …]
|
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
|
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-6.6.21/drivers/scsi/esas2r/ |
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-6.6.21/tools/power/cpupower/po/ |
D | ka.po | 310 msgstr " Pstate-Pb%d: %luმჰც (პიკში)\n" 315 msgstr " Pstate-P%d: %luმჰც\n" 875 msgid "Latency: %lu\n" 876 msgstr "დაყოვება: %lu\n" 880 msgid "Usage: %lu\n" 881 msgstr "გამოყენება: %lu\n" 926 msgid "maximum allowed latency: %lu usec\n" 927 msgstr "მაქსიმალური დასაშვები დაყოვნება: %lu usec\n" 946 msgid "latency[%03lu] " 947 msgstr "დაყოვნება[%03lu] " [all …]
|
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] "
|
/linux-6.6.21/arch/s390/include/asm/ |
D | stp.h | 29 u32 lu : 1; member
|
/linux-6.6.21/arch/s390/kernel/ |
D | time.c | 617 if (!stp_info.lu || !check_sync_clock()) { in stp_check_leap() 709 else if (stp_info.lu) in stp_work_fn() 793 if (!stpinfo_valid() || !(stp_info.vbits & 0x8000) || !stp_info.lu) { in leap_seconds_scheduled_show()
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-ptp | 38 Contact: Yangbo Lu <yangbo.lu@nxp.com> 73 Contact: Yangbo Lu <yangbo.lu@nxp.com>
|
D | sysfs-bus-pci-drivers-xhci_hcd | 3 Contact: Lu Baolu <baolu.lu@linux.intel.com>
|
/linux-6.6.21/arch/alpha/lib/ |
D | divide.S | 83 #define ufunction func(lu)
|
D | ev6-divide.S | 93 #define ufunction func(lu)
|
/linux-6.6.21/Documentation/devicetree/bindings/soc/mediatek/ |
D | mtk-svs.yaml | 10 - Roger Lu <roger.lu@mediatek.com>
|
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ |
D | printk-formats.rst | 36 unsigned long %lu 或 %lx 169 存布局的敏感消息。%px在功能上等同于%lx(或%lu)。%px是首选,因为它在grep查找时更唯一。
|
/linux-6.6.21/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-6.6.21/Documentation/admin-guide/kdump/ |
D | gdbmacros.txt | 229 printf "[%5lu.%06lu] ", $info->ts_nsec / 1000000000, $info->ts_nsec % 1000000000
|
/linux-6.6.21/Documentation/trace/postprocess/ |
D | trace-pagealloc-postprocess.pl | 107 $regex =~ s/%lu/\([0-9]*\)/g;
|
/linux-6.6.21/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()
|
/linux-6.6.21/drivers/gpu/drm/omapdrm/dss/ |
D | sdi.c | 95 ctx.pck_min = max(pclk - 1000 * i * i * i, 0lu); in sdi_calc_clock_div()
|