Home
last modified time | relevance | path

Searched refs:lu (Results 1 – 25 of 48) sorted by relevance

12

/linux-6.6.21/drivers/firewire/
Dsbp2.c143 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/
Devents-power.rst28 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"
Devents-kmem.rst49 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/
Dtcp_mmap.c184 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/
Duuid.c60 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/
Dmvpp2_prs.h68 #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
Dmvpp2_prs.c86 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 …]
Dmvpp2.h122 #define MVPP2_CLS_FLOW_TBL1_LU_TYPE(lu) (((lu) & 0x3f) << 3) argument
145 #define MVPP22_CLS_C2_LU_TYPE(lu) ((lu) & 0x3f) argument
Dmvpp2_debugfs.c312 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/
Desas2r_int.c713 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/
Dka.po310 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 …]
Dde.po852 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/
Dstp.h29 u32 lu : 1; member
/linux-6.6.21/arch/s390/kernel/
Dtime.c617 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/
Dsysfs-ptp38 Contact: Yangbo Lu <yangbo.lu@nxp.com>
73 Contact: Yangbo Lu <yangbo.lu@nxp.com>
Dsysfs-bus-pci-drivers-xhci_hcd3 Contact: Lu Baolu <baolu.lu@linux.intel.com>
/linux-6.6.21/arch/alpha/lib/
Ddivide.S83 #define ufunction func(lu)
Dev6-divide.S93 #define ufunction func(lu)
/linux-6.6.21/Documentation/devicetree/bindings/soc/mediatek/
Dmtk-svs.yaml10 - Roger Lu <roger.lu@mediatek.com>
/linux-6.6.21/Documentation/translations/zh_CN/core-api/
Dprintk-formats.rst36 unsigned long %lu 或 %lx
169 存布局的敏感消息。%px在功能上等同于%lx(或%lu)。%px是首选,因为它在grep查找时更唯一。
/linux-6.6.21/Documentation/admin-guide/blockdev/
Dfloppy.rst9 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/
Dgdbmacros.txt229 printf "[%5lu.%06lu] ", $info->ts_nsec / 1000000000, $info->ts_nsec % 1000000000
/linux-6.6.21/Documentation/trace/postprocess/
Dtrace-pagealloc-postprocess.pl107 $regex =~ s/%lu/\([0-9]*\)/g;
/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/
Dsdi.c88 ctx.pck_min = max(pclk - 1000 * i * i * i, 0lu); in sdi_calc_clock_div()
/linux-6.6.21/drivers/gpu/drm/omapdrm/dss/
Dsdi.c95 ctx.pck_min = max(pclk - 1000 * i * i * i, 0lu); in sdi_calc_clock_div()

12