Searched refs:LENGTH (Results 1 - 39 of 39) sorted by relevance

/linux-4.1.27/tools/testing/selftests/vm/
H A Dmap_hugetlb.c18 #define LENGTH (256UL*1024*1024) macro
43 for (i = 0; i < LENGTH; i++) write_bytes()
52 for (i = 0; i < LENGTH; i++) read_bytes()
65 addr = mmap(ADDR, LENGTH, PROTECTION, FLAGS, 0, 0); main()
77 if (munmap(addr, LENGTH)) { main()
H A Dhugepage-mmap.c26 #define LENGTH (256UL*1024*1024) macro
47 for (i = 0; i < LENGTH; i++) write_bytes()
56 for (i = 0; i < LENGTH; i++) read_bytes()
75 addr = mmap(ADDR, LENGTH, PROTECTION, FLAGS, fd, 0); main()
87 munmap(addr, LENGTH); main()
H A Dhugepage-shm.c41 #define LENGTH (256UL*1024*1024) macro
60 shmid = shmget(2, LENGTH, SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); main()
76 for (i = 0; i < LENGTH; i++) { main()
84 for (i = 0; i < LENGTH; i++) main()
/linux-4.1.27/arch/s390/include/asm/
H A Dpci_io.h32 #define zpci_read(LENGTH, RETTYPE) \
36 u64 req = ZPCI_CREATE_REQ(entry->fh, entry->bar, LENGTH); \
46 #define zpci_write(LENGTH, VALTYPE) \
51 u64 req = ZPCI_CREATE_REQ(entry->fh, entry->bar, LENGTH); \
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dcommon-debug.c155 RXS_ERR("LENGTH-ERR", rx_len_err); read_file_recv()
206 PHY_ERR("LENGTH ERR", ATH9K_PHYERR_LENGTH); read_file_phy_err()
213 PHY_ERR("OFDM-LENGTH ERR", ATH9K_PHYERR_OFDM_LENGTH_ILLEGAL); read_file_phy_err()
223 PHY_ERR("CCK-LENGTH ERR", ATH9K_PHYERR_CCK_LENGTH_ILLEGAL); read_file_phy_err()
226 PHY_ERR("HT-LENGTH ERR", ATH9K_PHYERR_HT_LENGTH_ILLEGAL); read_file_phy_err()
/linux-4.1.27/lib/zlib_inflate/
H A Dinflate.h41 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator in enum:__anon14047
68 CHECK -> LENGTH -> DONE
/linux-4.1.27/Documentation/arm/Samsung/
H A Dclksrc-change-registers.awk79 printf "=> '" name "' LENGTH=" dmask[name,0] " SHIFT=" dmask[name,1] "\n" > "/dev/stderr"
/linux-4.1.27/drivers/target/
H A Dtarget_core_spc.c298 buf[off++] = 4; /* DESIGNATOR LENGTH */ spc_emulate_evpd_83()
334 buf[off++] = 4; /* DESIGNATOR LENGTH */ spc_emulate_evpd_83()
361 buf[off++] = 4; /* DESIGNATOR LENGTH */ spc_emulate_evpd_83()
397 * (i.e., the value in the DESIGNATOR LENGTH field) spc_emulate_evpd_83()
437 * (i.e., the value in the DESIGNATOR LENGTH field) spc_emulate_evpd_83()
516 * Set MAXIMUM COMPARE AND WRITE LENGTH spc_emulate_evpd_b0()
522 * Set OPTIMAL TRANSFER LENGTH GRANULARITY spc_emulate_evpd_b0()
530 * Set MAXIMUM TRANSFER LENGTH spc_emulate_evpd_b0()
535 * Set OPTIMAL TRANSFER LENGTH spc_emulate_evpd_b0()
573 * MAXIMUM WRITE SAME LENGTH spc_emulate_evpd_b0()
603 * The PAGE LENGTH field is defined in SPC-4. If the DP bit is set to spc_emulate_evpd_b2()
992 * Skip over MODE DATA LENGTH + MEDIUM TYPE fields to byte 3 for spc_emulate_modesense()
1244 * We determine the correct LUN LIST LENGTH even once we spc_emulate_report_luns()
H A Dtarget_core_fabric_lib.c246 * the ADDITIONAL LENGTH field. iscsi_get_pr_transport_id()
298 * The ADDITIONAL LENGTH field specifies the number of bytes that follow iscsi_get_pr_transport_id()
347 * The ADDITIONAL LENGTH field specifies the number of bytes that follow iscsi_get_pr_transport_id_len()
H A Dtarget_core_xcopy.c885 * Determine TARGET DESCRIPTOR LIST LENGTH + SEGMENT DESCRIPTOR LIST LENGTH target_do_xcopy()
970 * MAXIMUM DESCRIPTOR LIST LENGTH target_rcr_operating_parameters()
974 * MAXIMUM SEGMENT LENGTH target_rcr_operating_parameters()
978 * MAXIMUM INLINE DATA LENGTH for SA 0x04 (NOT SUPPORTED) target_rcr_operating_parameters()
1010 * IMPLEMENTED DESCRIPTOR LIST LENGTH target_rcr_operating_parameters()
H A Dtarget_core_alua.c130 * Set the RETURN DATA LENGTH set in the header of the DataIN Payload target_emulate_report_referrals()
246 * Set the RETURN DATA LENGTH set in the header of the DataIN Payload target_emulate_report_target_port_groups()
H A Dtarget_core_sbc.c196 * A TRANSFER LENGTH field set to zero specifies that 256 transport_get_sectors_6()
H A Dtarget_core_pr.c3614 * code set to PARAMETER LIST LENGTH ERROR. target_scsi3_emulate_pr_out()
4012 * Set the ADDITIONAL DESCRIPTOR LENGTH core_scsi3_pri_read_full_status()
H A Dtarget_core_transport.c2883 /* PARAMETER LIST LENGTH ERROR */ transport_send_check_condition_and_sense()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_debugfs.c66 "DES BUFFER_ADDRESS LENGTH VLAN MSS HDRLEN FLAGS\n"; fm10k_dbg_tx_desc_seq_show()
93 "DES DATA RSS STATERR LENGTH VLAN DGLORT SGLORT TIMESTAMP\n"; fm10k_dbg_rx_desc_seq_show()
/linux-4.1.27/net/ipv6/netfilter/
H A Dip6t_hbh.c39 * 1 -> PadN LENGTH info (total length = length + 2)
/linux-4.1.27/sound/soc/sh/
H A Dssi.c160 /* DATA WORD LENGTH (DWL): databits in audio sample */ ssi_hw_params()
177 * SYSTEM WORD LENGTH: size in bits of half a frame over the I2S ssi_hw_params()
/linux-4.1.27/drivers/media/dvb-frontends/
H A Ddrxd_firm.c34 #define LENGTH(x) ((x) & 0xFF), (((x)>>8) & 0xFF) macro
39 #define WRBLOCK(a, l) ADDRESS(a), LENGTH(l)
40 #define WR16(a, d) ADDRESS(a), LENGTH(1), DATA16(d)
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-sun6i-p2wi.c64 /* DATA LENGTH fields*/
/linux-4.1.27/arch/mips/include/asm/mach-loongson/cs5536/
H A Dcs5536.h45 #define CS5536_IRQ_LENGTH 0x20 /* THE REGS ACTUAL LENGTH */
/linux-4.1.27/include/linux/
H A Dkexec.h267 vmcoreinfo_append_str("LENGTH(%s)=%lu\n", #name, (unsigned long)value)
H A Duwb.h651 * events/notifications if there are no LENGTH fields in the HEADER of
/linux-4.1.27/drivers/misc/c2port/
H A Dcore.c178 /* LENGTH field (00b, LSB first -> 1 byte) */ c2port_write_dr()
226 /* LENGTH field (00b, LSB first -> 1 byte) */ c2port_read_dr()
/linux-4.1.27/arch/arm/mach-tegra/
H A Dsleep-tegra30.S478 mov32 r2, 0x80000011 @ DEV_SELECTION=2, LENGTH=LONG, CMD=1
488 mov32 r2, 0x40000011 @ DEV_SELECTION=1, LENGTH=LONG, CMD=1
/linux-4.1.27/sound/pci/aw2/
H A Daw2-saa7146.c72 VALUE BURST LENGTH snd_aw2_saa7146_setup()
/linux-4.1.27/net/sched/
H A Dsch_sfq.c340 /* It is difficult to believe, but ALL THE SLOTS HAVE LENGTH 1. */ sfq_drop()
/linux-4.1.27/drivers/net/ethernet/smsc/
H A Dsmc91x.c431 DBG(2, dev, "RX PNR 0x%x STATUS 0x%04x LENGTH 0x%04x (%d)\n", smc_rcv()
591 DBG(2, dev, "TX PNR 0x%x LENGTH 0x%04x (%d) BUF 0x%p\n", smc_hardware_send_pkt()
H A Dsmc9194.c1180 PRINTK2(("RCV: STATUS %4x LENGTH %4x\n", status, packet_length )); smc_rcv()
H A Dsmc911x.c484 DBG(SMC_DEBUG_TX, dev, "TX PKT LENGTH 0x%04x (%d) BUF 0x%p CMDA 0x%08x CMDB 0x%08x\n", smc911x_hardware_send_pkt()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dhtt.h1056 * - LENGTH
/linux-4.1.27/drivers/net/fddi/skfp/
H A Dpmf.c1604 printf(" BAD LENGTH\n") ; dump_smt()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2100.h308 u32 host_command_length; // LENGTH
/linux-4.1.27/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c904 * CURRENT LENGTH: fill_ctrlset()
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_format.h642 { XFS_AGF_LENGTH, "LENGTH" }, \
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dmcdi_pcol.h3533 * If the request does not contain the LENGTH field then only sensors 0 to 30
3535 * sensor reading require more space than the LENGTH allows, then return
7210 /* CRC32 over OFFSET, LENGTH, RESERVED, DATA */
7236 /* CRC32 over OFFSET, LENGTH, RESERVED */
/linux-4.1.27/drivers/scsi/
H A Dscsi_debug.c388 static const struct opcode_info_t vl_iarr[1] = { /* VARIABLE LENGTH */
470 0xff, 0xff, 0xff, 0xff} },/* VARIABLE LENGTH, READ(32) */
/linux-4.1.27/drivers/block/
H A Dnvme-scsi.c1073 log_response[7] = 0x04; /* PARAMETER LENGTH */ nvme_trans_log_info_exceptions()
/linux-4.1.27/net/mac80211/
H A Dutil.c161 * Ceiling(((LENGTH+PBCC)x8)/DATARATE). PBCC=0. ieee80211_frame_duration()
/linux-4.1.27/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c892 * CDB LENGTH' field are reserved and the size in bytes of this field srpt_get_desc_tbl()

Completed in 1772 milliseconds