/linux-4.1.27/drivers/firewire/ |
D | sbp2.c | 155 static void sbp2_queue_work(struct sbp2_logical_unit *lu, unsigned long delay) in sbp2_queue_work() argument 157 queue_delayed_work(fw_workqueue, &lu->work, delay); in sbp2_queue_work() 192 static const struct device *lu_dev(const struct sbp2_logical_unit *lu) in lu_dev() argument 194 return &lu->tgt->unit->device; in lu_dev() 274 struct sbp2_logical_unit *lu; member 423 struct sbp2_logical_unit *lu = callback_data; in sbp2_status_write() local 441 dev_notice(lu_dev(lu), in sbp2_status_write() 448 spin_lock_irqsave(&lu->tgt->lock, flags); in sbp2_status_write() 449 list_for_each_entry(orb, &lu->orb_list, link) { in sbp2_status_write() 457 spin_unlock_irqrestore(&lu->tgt->lock, flags); in sbp2_status_write() [all …]
|
/linux-4.1.27/Documentation/trace/ |
D | events-power.txt | 26 cpu_idle "state=%lu cpu_id=%lu" 27 cpu_frequency "state=%lu cpu_id=%lu" 32 machine_suspend "state=%lu" 49 clock_enable "%s state=%lu cpu_id=%lu" 50 clock_disable "%s state=%lu cpu_id=%lu" 51 clock_set_rate "%s state=%lu cpu_id=%lu" 61 power_domain_target "%s state=%lu cpu_id=%lu"
|
D | events-kmem.txt | 41 mm_page_alloc page=%p pfn=%lu order=%d migratetype=%d gfp_flags=%s 42 mm_page_alloc_zone_locked page=%p pfn=%lu order=%u migratetype=%d cpu=%d percpu_refill=%d 43 mm_page_free page=%p pfn=%lu order=%d 44 mm_page_free_batched page=%p pfn=%lu order=%d cold=%d 68 mm_page_alloc_zone_locked page=%p pfn=%lu order=%u migratetype=%d cpu=%d percpu_refill=%d 69 mm_page_pcpu_drain page=%p pfn=%lu order=%d cpu=%d migratetype=%d 95 mm_page_alloc_extfrag page=%p pfn=%lu alloc_order=%d fallback_order=%d pageblock_order=%d alloc_mi…
|
/linux-4.1.27/lib/ |
D | uuid.c | 33 void uuid_le_gen(uuid_le *lu) in uuid_le_gen() argument 35 __uuid_gen_common(lu->b); in uuid_le_gen() 37 lu->b[7] = (lu->b[7] & 0x0F) | 0x40; in uuid_le_gen()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | vvp_object.c | 188 struct lu_object *lu; in cl_inode2ccc() local 191 lu = lu_object_locate(obj->co_lu.lo_header, &vvp_device_type); in cl_inode2ccc() 192 LASSERT(lu != NULL); in cl_inode2ccc() 193 return lu2ccc(lu); in cl_inode2ccc()
|
/linux-4.1.27/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()
|
D | atvda.h | 929 struct atto_vda_ae_lu lu; member
|
D | esas2r_main.c | 1515 struct atto_vda_ae_lu *l = &ae->lu; in esas2r_nuxi_ae_data()
|
/linux-4.1.27/arch/alpha/lib/ |
D | divide.S | 81 #define ufunction func(lu)
|
D | ev6-divide.S | 91 #define ufunction func(lu)
|
/linux-4.1.27/Documentation/blockdev/ |
D | floppy.txt | 7 at <http://fdutils.linux.lu/faq.html>. 218 http://fdutils.linux.lu 221 http://fdutils.linux.lu/download.html
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | mvpp2.c | 870 int lu; member 1049 static void mvpp2_prs_shadow_set(struct mvpp2 *priv, int index, int lu) in mvpp2_prs_shadow_set() argument 1052 priv->prs_shadow[index].lu = lu; in mvpp2_prs_shadow_set() 1064 static void mvpp2_prs_tcam_lu_set(struct mvpp2_prs_entry *pe, unsigned int lu) in mvpp2_prs_tcam_lu_set() argument 1068 pe->tcam.byte[MVPP2_PRS_TCAM_LU_BYTE] = lu; in mvpp2_prs_tcam_lu_set() 1249 unsigned int lu) in mvpp2_prs_sram_next_lu_set() argument 1255 mvpp2_prs_sram_bits_set(pe, sram_next_off, lu); in mvpp2_prs_sram_next_lu_set() 1350 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_FLOWS) in mvpp2_prs_flow_find() 1658 priv->prs_shadow[tid].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_vlan_find() 1716 priv->prs_shadow[tid_aux].lu != MVPP2_PRS_LU_VLAN) in mvpp2_prs_vlan_add() [all …]
|
/linux-4.1.27/Documentation/trace/postprocess/ |
D | trace-pagealloc-postprocess.pl | 107 $regex =~ s/%lu/\([0-9]*\)/g;
|
D | trace-vmscan-postprocess.pl | 157 $regex =~ s/%lu/\([0-9]*\)/g;
|
/linux-4.1.27/drivers/pci/ |
D | setup-bus.c | 651 u32 l, bu, lu; in pci_setup_bridge_mmio_pref() local 659 bu = lu = 0; in pci_setup_bridge_mmio_pref() 667 lu = upper_32_bits(region.end); in pci_setup_bridge_mmio_pref() 677 pci_write_config_dword(bridge, PCI_PREF_LIMIT_UPPER32, lu); in pci_setup_bridge_mmio_pref()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | sdi.c | 98 ctx.pck_min = max(pclk - 1000 * i * i * i, 0lu); in sdi_calc_clock_div()
|
D | dpi.c | 266 ctx->pck_min = max(pck - 1000 * i * i * i, 0lu); in dpi_dss_clk_calc()
|
/linux-4.1.27/tools/power/cpupower/po/ |
D | de.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] "
|
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 | 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 | 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-4.1.27/Documentation/ |
D | printk-formats.txt | 6 unsigned long %lu or %lx
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 369 scsi_add_device - creates new scsi device (lu) instance 391 * scsi_add_device - creates new scsi device (lu) instance 399 * wrong (e.g. no lu responds at given address) 406 * device (lu) after scsi_scan_host() has completed. If successful 599 * Notes: If an LLD becomes aware that a scsi device (lu) has
|
/linux-4.1.27/arch/ia64/kernel/ |
D | head.S | 1057 xmpy.lu f10=f9,f8 // calculate low 64 bits of 128-bit product (4 cyc) 1082 xmpy.lu f10=f9,f8 // calculate low 64 bits of 128-bit product (4 cyc)
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 1097 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", 1596 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 1022 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", 1551 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 925 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", 1408 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
|
/linux-4.1.27/Documentation/networking/ |
D | packet_mmap.txt | 978 printf("\nReceived %u packets, %lu bytes, %u dropped, freeze_q_cnt: %u\n",
|
/linux-4.1.27/Documentation/filesystems/ |
D | vfs.txt | 1061 return dynamic_dname(dentry, buffer, buflen, "pipe:[%lu]",
|
/linux-4.1.27/init/ |
D | Kconfig | 130 kernels, mail me (Alain Knaff) <alain@knaff.lu>. (An older
|
/linux-4.1.27/ |
D | CREDITS | 1910 E: Alain.Knaff@lll.lu
|