Searched refs:computed (Results 1 - 200 of 287) sorted by relevance

12

/linux-4.1.27/arch/cris/include/asm/
H A Ddelay.h7 * Delay routines, using a pre-computed "loops_per_second" value.
/linux-4.1.27/lib/
H A Dcrc32defs.h58 * lsbit-first. Be sure to use cpu_to_le32() to append the computed CRC.
67 * msbit-first. Be sure to use cpu_to_be32() to append the computed CRC.
H A Dcrc-ccitt.c14 * computed using the standard bit-at-a-time methods. The polynomial can
H A Dts_kmp.c19 * the transition function DELTA to be computed efficiently
H A Dflex_proportions.c20 * This formula can be straightforwardly computed by maintaing denominator
H A Dbch.c181 * The exact number of computed ecc parity bits is given by member @ecc_bits of
950 * @calc_ecc: calculated ecc, if NULL then calc_ecc is computed from @data
951 * @syn: hw computed syndrome data (if NULL, syndrome is calculated)
/linux-4.1.27/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c113 unsigned int computed; mga_g200se_set_plls() local
131 computed = (pllreffreq * testn) / mga_g200se_set_plls()
133 if (computed > clock) mga_g200se_set_plls()
134 tmpdelta = computed - clock; mga_g200se_set_plls()
136 tmpdelta = clock - computed; mga_g200se_set_plls()
164 unsigned int computed; mga_g200wb_set_plls() local
185 computed = (pllreffreq * testn) / mga_g200wb_set_plls()
187 if (computed > clock) mga_g200wb_set_plls()
188 tmpdelta = computed - clock; mga_g200wb_set_plls()
190 tmpdelta = clock - computed; mga_g200wb_set_plls()
304 unsigned int computed; mga_g200ev_set_plls() local
323 computed = (pllreffreq * testn) / mga_g200ev_set_plls()
325 if (computed > clock) mga_g200ev_set_plls()
326 tmpdelta = computed - clock; mga_g200ev_set_plls()
328 tmpdelta = clock - computed; mga_g200ev_set_plls()
398 unsigned int computed; mga_g200eh_set_plls() local
419 computed = (pllreffreq * testn) / mga_g200eh_set_plls()
421 if (computed > clock) mga_g200eh_set_plls()
422 tmpdelta = computed - clock; mga_g200eh_set_plls()
424 tmpdelta = clock - computed; mga_g200eh_set_plls()
493 unsigned int computed, vco; mga_g200er_set_plls() local
520 computed = vco / (m_div_val[testm] * (testo + 1)); mga_g200er_set_plls()
521 if (computed > clock) mga_g200er_set_plls()
522 tmpdelta = computed - clock; mga_g200er_set_plls()
524 tmpdelta = clock - computed; mga_g200er_set_plls()
/linux-4.1.27/arch/sh/lib64/
H A Dudelay.c4 * Delay routines, using a pre-computed "loops_per_jiffy" value.
/linux-4.1.27/arch/sparc/kernel/
H A Dasm-offsets.c10 * On sparc, thread_info data is static and TI_XXX offsets are computed by hand.
H A Dtsb.S493 /* This can definitely be computed faster... */
/linux-4.1.27/arch/alpha/lib/
H A Dudelay.c4 * Delay routines, using a pre-computed "loops_per_jiffy" value.
/linux-4.1.27/include/linux/
H A Ddelay.h7 * Delay routines, using a pre-computed "loops_per_jiffy" value.
H A Dtfrc.h33 * @tfrctx_x: computed transmit rate (4.3 (4))
H A Dzutil.h68 An Adler-32 checksum is almost as reliable as a CRC32 but can be computed
H A Dnfs_iostat.h16 * Moving averages can be computed by the tools by taking the
H A Dcrc8.h26 * if a CRC is inverted before transmission. The CRC computed over the
H A Djiffies.h191 * constants and so are computed at compile time. SHIFT_HZ (computed in
H A Dlist_lru.h105 * guarantee that the list is not updated while the count is being computed.
H A Dskbuff.h496 * @sw_hash: indicates hash was computed in software stack
899 * was computed. For instance an L3 hash cannot be set as an L4 hash.
902 * actual layer the hash was computed on. For instance, a hash computed
904 * driver can't unambiguously determine that the HW computed the hash at
H A Dperf_event.h391 * They are computed from tstamp_enabled, tstamp_running and
/linux-4.1.27/drivers/staging/skein/
H A Dskein_iv.h7 ***************** Pre-computed Skein IVs *******************
11 ** They are pre-computed here only for speed; i.e., to
14 ** The IV for any fixed hash length may be pre-computed.
H A Dskein_base.c33 switch (hash_bit_len) { /* use pre-computed values, where available */ skein_256_init()
255 switch (hash_bit_len) { /* use pre-computed values, where available */ skein_512_init()
480 switch (hash_bit_len) { /* use pre-computed values, where available */ skein_1024_init()
/linux-4.1.27/arch/tile/include/asm/
H A Dpercpu.h24 * compiler to reload anything computed from a previous "tp" value.
/linux-4.1.27/arch/unicore32/include/asm/
H A Ddelay.h12 * Delay routines, using a pre-computed "loops_per_second" value.
/linux-4.1.27/include/uapi/linux/mmc/
H A Dioctl.h31 * Override driver-computed timeouts. Note the difference in units!
/linux-4.1.27/arch/ia64/include/asm/
H A Ddelay.h5 * Delay routines using a pre-computed "cycles/usec" value.
/linux-4.1.27/arch/arm/include/asm/
H A Ddelay.h4 * Delay routines, using a pre-computed "loops_per_second" value.
H A Ddiv64.h200 /* The reminder can be computed with 32-bit regs */ \
/linux-4.1.27/arch/arc/include/asm/
H A Ddelay.h8 * Delay routines using pre computed loops_per_jiffy value.
/linux-4.1.27/arch/ia64/kernel/
H A Dperfmon_generic.h34 * impl_pmcs, impl_pmds are computed at runtime to minimize errors!
H A Dperfmon_itanium.h102 * impl_pmcs, impl_pmds are computed at runtime to minimize errors!
H A Dperfmon_mckinley.h173 * impl_pmcs, impl_pmds are computed at runtime to minimize errors!
H A Dperfmon_montecito.h257 * impl_pmcs, impl_pmds are computed at runtime to minimize errors!
H A Dperfmon.c421 unsigned int num_pmcs; /* number of PMCS: computed at init time */
422 unsigned int num_pmds; /* number of PMDS: computed at init time */
429 unsigned int num_ibrs; /* number of IBRS: computed at init time */
430 unsigned int num_dbrs; /* number of DBRS: computed at init time */
431 unsigned int num_counters; /* PMC/PMD counting pairs : computed at init time */
/linux-4.1.27/drivers/crypto/vmx/
H A Dghashp8-ppc.pl92 stvx_u $xC2,0,r3 # save pre-computed table
113 lvx_u $Hl,r8,$Htbl # load pre-computed table
161 lvx_u $Hl,r8,$Htbl # load pre-computed table
/linux-4.1.27/tools/perf/
H A Dbuiltin-diff.c233 pair->diff.computed = true; compute_delta()
242 pair->diff.computed = true; compute_ratio()
252 pair->diff.computed = true; compute_wdiff()
577 * The delta can be computed without the baseline, but hist_entry__cmp_compute_idx()
870 if (pair->diff.computed) __hpp__color_compare()
881 if (pair->diff.computed) __hpp__color_compare()
892 if (pair->diff.computed) __hpp__color_compare()
953 if (pair->diff.computed) hpp__entry_pair()
968 if (pair->diff.computed) hpp__entry_pair()
984 if (pair->diff.computed) hpp__entry_pair()
/linux-4.1.27/include/linux/sunrpc/
H A Dmetrics.h16 * zeroed after a file system is mounted. Moving averages can be computed
H A Dmsg_prot.h110 * size computed separately, see below)
195 * The suffix "p1.p2" is the service port, and is computed the same way
/linux-4.1.27/arch/powerpc/boot/
H A Dmktree.c137 /* rewrite the header with the computed checksum. main()
/linux-4.1.27/arch/powerpc/oprofile/cell/
H A Dpr_util.h53 * computed using ovly.buf as the index into the table. Since
H A Dvma_map.c254 * computed using ovly.buf as the index into the table. Since create_vma_map()
H A Dspu_task_sync.c310 * the offset for the SPU ELF object. If computed offset is
/linux-4.1.27/arch/m68k/include/asm/
H A Ddelay.h10 * Delay routines, using a pre-computed "loops_per_jiffy" value.
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_qmath.c228 * Then log2(mag * 2^x) = log2(mag) + x is computed. From that
229 * log10(mag * 2^x) = log2(mag * 2^x) * log10(2) is computed.
/linux-4.1.27/crypto/asymmetric_keys/
H A Drsa.c157 * @EM: The computed signature value
231 /* According to RFC 4880 sec 3.2, length of MPI is computed starting RSA_verify_signature()
/linux-4.1.27/drivers/base/power/
H A Ddomain_governor.c207 * If the computed minimum device off time is negative, there are no default_power_down_ok()
215 * The difference between the computed minimum subdomain or device off default_power_down_ok()
/linux-4.1.27/arch/arm/mach-omap2/
H A Dsdrc.h65 * This structure holds a pre-computed set of register values for the
67 * intended to be pre-computed and specified in an array in the board-*.c
H A Dclkt_dpll.c278 * minimum possible n. Stores the computed (m, n) in the DPLL's
/linux-4.1.27/sound/drivers/vx/
H A Dvx_uer.c302 * The frequency computed by the DSP is good and vx_change_frequency()
303 * is different from the previous computed. vx_change_frequency()
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-designware-core.h69 * values than the one computed based only on the input clock frequency.
/linux-4.1.27/drivers/ata/
H A Dpata_opti.c102 * the FreeBSD driver then pre computed to keep the code clean. There
H A Dpata_optidma.c108 * pre computed to keep the code clean. There are two tables depending
/linux-4.1.27/fs/ocfs2/
H A Dblockcheck.c443 "CRC32 failed: stored: 0x%x, computed 0x%x. Applying ECC.\n", ocfs2_block_check_validate()
457 mlog(ML_ERROR, "Fixed CRC32 failed: stored: 0x%x, computed 0x%x\n", ocfs2_block_check_validate()
556 "CRC32 failed: stored: %u, computed %u. Applying ECC.\n", ocfs2_block_check_validate_bhs()
588 mlog(ML_ERROR, "Fixed CRC32 failed: stored: %u, computed %u\n", ocfs2_block_check_validate_bhs()
/linux-4.1.27/include/uapi/linux/
H A Dppp_defs.h128 double ratio; /* not computed in kernel. */
H A Dopenvswitch.h315 is not computed by the datapath. */
/linux-4.1.27/arch/powerpc/include/asm/
H A Dcputime.h40 * One jiffy in timebase units computed during initialization setup_cputime_one_jiffy()
H A Dmmu-hash64.h429 * This should be computed such that protovosid * vsid_mulitplier
446 * computed is: (protovsid*VSID_MULTIPLIER) % VSID_MODULUS
/linux-4.1.27/arch/c6x/lib/
H A Ddivremu.S28 ;; in A4. The top bit of the quotient is computed first and is
H A Ddivu.S45 ;; in A4. The top bit of the quotient is computed first and is
/linux-4.1.27/arch/arm/mach-spear/
H A Dtime.c103 .shift = 0, /* to be computed */
/linux-4.1.27/net/ipv4/
H A Dtcp_hybla.c125 * 2^int is straightly computed as 1<<int, hybla_cong_avoid()
/linux-4.1.27/net/mac80211/
H A Dkey.h51 u32 p1k_iv32; /* iv32 for which p1k computed */
H A Dtkip.c165 * had when we last computed it (or when not initialised yet). ieee80211_compute_tkip_p1k()
/linux-4.1.27/tools/perf/util/
H A Dsort.h60 bool computed; member in struct:hist_entry_diff
/linux-4.1.27/arch/x86/math-emu/
H A Dwm_sqrt.S124 /* We have now computed (approx) (2 + x) / 3, which forms the basis
231 /* Now the square root has been computed to better than 60 bits. */
/linux-4.1.27/drivers/usb/serial/
H A Dsafe_serial.c49 * The 10 bit CRC is computed across the sent data, followed by the trailer
53 * When received a 10 bit CRC is computed over the entire frame including
/linux-4.1.27/arch/mips/kernel/
H A Dsmp.c73 /* representing cpus for which sibling maps can be computed */
76 /* representing cpus for which core maps can be computed */
/linux-4.1.27/drivers/media/pci/cx18/
H A Dcx18-driver.c195 "\t\t\tDefault is computed from other enc_ts_* parameters");
204 "\t\t\tDefault is computed from other enc_mpg_* parameters");
227 "\t\t\tDefault is computed from other enc_yuv_* parameters");
233 "\t\t\tDefault is computed from enc_vbi_buffers");
242 "\t\t\tDefault is computed from other enc_pcm_* parameters");
/linux-4.1.27/security/apparmor/
H A Dfile.c94 * @perms: the permissions computed for the request (NOT NULL)
192 * Returns: computed permission set
H A Ddomain.c536 /* the decision to use secure exec is computed in set_creds apparmor_bprm_secureexec()
/linux-4.1.27/drivers/media/i2c/
H A Daptina-pll.c90 * 2. mf is in the [mf_min, mf_max] range computed above aptina_pll_calculate()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dnic.h786 /* Some statistics are computed as A - B where A and B each increase
789 * after those contributing to A, the computed value may be lower than
794 * value. Since the computed value will never be greater than the
795 * true value, we can achieve this by only storing the computed value
/linux-4.1.27/drivers/nfc/nxp-nci/
H A Dfirmware.c84 /* crc_ccitt cannot be used since it is computed MSB first and not LSB first */ nxp_nci_fw_crc()
/linux-4.1.27/arch/x86/kernel/
H A Dsys_x86_64.c40 * zeroing them. This random value is computed once per boot. This form
/linux-4.1.27/arch/sparc/include/asm/
H A Dviking.h53 * computed as 0xff0000000 + low 28 bits of requested address.
/linux-4.1.27/fs/ufs/
H A Dufs_fs.h371 /* these fields can be computed from the others */
379 /* these fields can be computed from the others */
416 /* these fields can be computed from the others */
420 /* this data must be re-computed after crashes */
/linux-4.1.27/drivers/video/fbdev/core/
H A Dfbcvt.c299 * @mode is filled with computed values. If interlaced, the refresh field
/linux-4.1.27/include/scsi/
H A Dfc_frame.h106 #define FCPHF_CRC_UNCHECKED 0x01 /* CRC not computed, still appended */
/linux-4.1.27/arch/score/lib/
H A Dchecksum.S201 /* r26 is the result that computed in oword_align */
/linux-4.1.27/arch/hexagon/kernel/
H A Dtime.c242 * This could become parametric or perhaps even computed at run-time,
H A Dvm_init_segtable.S22 * These tables are pre-computed and linked into kernel.
/linux-4.1.27/fs/fat/
H A Dmisc.c153 fat_fs_error(sb, "clusters badly computed (%d != %llu)", fat_chain_add()
/linux-4.1.27/net/dccp/ccids/lib/
H A Dtfrc_equation.c650 * 1000000^2. To avoid overflow, the result is computed in two stages. tfrc_calc_x()
/linux-4.1.27/net/ipv6/
H A Dsyncookies.c30 * [ipv6 tcp] MSS must be computed as the maximum packet size minus 60 [..]
/linux-4.1.27/net/netfilter/
H A Dxt_time.c72 * computed back into human-readable dates.
/linux-4.1.27/net/openvswitch/
H A Dflow.h131 u32 ovs_flow_hash; /* Datapath computed hash value. */
/linux-4.1.27/include/drm/
H A Ddrm_gem.h88 * new read/write domain values are computed here.
H A DdrmP.h530 * which describes how the vblank_time timestamp was computed.
/linux-4.1.27/drivers/pinctrl/meson/
H A Dpinctrl-meson.c127 * @reg: the computed register offset
128 * @bit: the computed bit
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c385 "QSFP cks1 is %02X, computed %02X\n", cp->cks1, qib_refresh_qsfp_cache()
423 "QSFP cks2 is %02X, computed %02X\n", cp->cks2, qib_refresh_qsfp_cache()
H A Dqib_verbs.h429 unsigned long timeout_jiffies; /* computed from timeout */
/linux-4.1.27/arch/sparc/lib/
H A Dchecksum_32.S142 mov %o2, %o0 ! return computed csum
384 mov %g7, %o0 ! give em the computed checksum
/linux-4.1.27/arch/m68k/fpsp040/
H A Dssin.S68 | sin(r) and cos(r) are computed as odd and even polynomials
73 | sin(r) and cos(r) are computed as odd and even polynomials
H A Dbindec.S49 | If LEN is computed to be greater than 17, set OPERR in
282 | If LEN is computed to be greater than 17, set OPERR in
657 | 10^LEN-1 is computed for this test and A14. If the input was
692 | 10^LEN is again computed using whatever table is in a1 since the
H A Dsetox.S311 | c) To fully preserve accuracy, the polynomial is computed
/linux-4.1.27/net/batman-adv/
H A Dhard-interface.c279 /* the real soft-interface MTU is computed by removing the payload batadv_hardif_min_mtu()
280 * overhead from the maximum amount of bytes that was just computed. batadv_hardif_min_mtu()
H A Dtranslation-table.c417 * Returns computed length in bytes.
2044 * @orig_node: originator for which the CRC should be computed
2045 * @vid: VLAN identifier for which the CRC32 has to be computed
2048 * specific originator. In particular, the checksum is computed as follows: For
2050 * VID is computed and then all the CRC32Cs of the various clients are xor'ed
2057 * computed over the entire table. Hence the CRC32C is used only on
2134 * @vid: VLAN identifier for which the CRC32 has to be computed
/linux-4.1.27/net/sched/
H A Dsch_hhf.c85 * computed as XOR sum of those three chunks.
302 /* The last chunk is computed as XOR sum of other chunks. */ hhf_classify()
H A Dsch_qfq.c46 timestamps. S and F are computed as a function of a system virtual
59 S, F and V are all computed in fixed point arithmetic with
/linux-4.1.27/net/sctp/
H A Dtransport.c345 /* 6.3.1 G1) Whenever RTTVAR is computed, if RTTVAR = 0, then sctp_transport_update_rto()
354 /* 6.3.1 C6) Whenever RTO is computed, if it is less than RTO.Min sctp_transport_update_rto()
H A Dauth.c250 * association shared keys are computed. This is performed by selecting
/linux-4.1.27/drivers/mfd/
H A Dda9052-core.c314 * TBAT look-up table is computed from the R90 reg (8 bit register)
/linux-4.1.27/drivers/staging/fwserial/
H A Dfwserial.h201 * @cps : characters per second computed from the termios settings
/linux-4.1.27/drivers/watchdog/
H A Dalim1535_wdt.c33 static u32 ali_timeout_bits; /* stores the computed timeout */
H A Dhpwdt.c48 static unsigned int reload; /* the computed soft_margin */
/linux-4.1.27/arch/arm/probes/kprobes/
H A Dopt-arm.c221 * imm24 is a signed 24 bits integer. The real branch offset is computed arch_prepare_optimized_kprobe()
/linux-4.1.27/arch/alpha/kernel/
H A Dtime.c289 /* Validate a computed cycle counter result against the known bounds for
/linux-4.1.27/arch/alpha/math-emu/
H A Dmath.c252 computed. */ alpha_fp_emul()
/linux-4.1.27/sound/soc/sh/
H A Dssi.c201 pr_debug("ssi: invalid system word length computed\n"); ssi_hw_params()
/linux-4.1.27/tools/power/acpi/tools/acpidump/
H A Dapdump.c109 * Note: Other checksums are computed during the table dump. ap_is_valid_checksum()
/linux-4.1.27/include/linux/lockd/
H A Dlockd.h75 * (no "::" anywhere) with a scope ID. The buffer size is computed to
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Drx_desc.h147 * Indicates that the computed checksum (tcp_udp_chksum) did
151 * Indicates that the computed checksum did not match the
558 * The value of the computed TCP/UDP checksum. A mode bit
/linux-4.1.27/drivers/media/platform/omap3isp/
H A Dispresizer.c260 * The new luminance value is computed as:
487 * computed with
531 * requests. The maximum number of 256-byte requests per second can be computed
751 * computed using the 7-tap equations.
757 * and computed using the 4-tap equations.
H A Dispvideo.c136 * The bytesperline and sizeimage fields are computed from the requested bytes
/linux-4.1.27/drivers/media/usb/uvc/
H A Duvc_video.c568 * computed with
581 * sliding window size is smaller than the rollover period, differences computed
590 * computed by (1) will never be smaller than 0. This offset is then compensated
592 * rollovers between (1) and (2): the SOF value computed by (1) can be slightly
665 * the computed SOF value to keep it close to the SOF samples mean uvc_video_clock_update()
/linux-4.1.27/drivers/mtd/nand/
H A Ddiskonchip.c74 /* This is the syndrome computed by the HW ecc generator upon reading an empty
78 /* This is the ecc value computed by the HW ecc generator upon writing an empty
895 Return all-0xff ecc value instead of the computed one, so doc200x_calculate_ecc()
H A Ddavinci_nand.c305 * hardware plus the ecc_code computed when it was first written.
394 case 2: /* error addresses computed */ nand_davinci_correct_4bit()
H A Domap2.c919 * @dat: The pointer to data on which ecc is computed
1157 * @dat: The pointer to data on which ecc is computed
/linux-4.1.27/drivers/cpufreq/
H A Dpowernow-k7.c383 * to ensure that perflib's computed KHz value is greater than powernow_acpi_init()
/linux-4.1.27/arch/x86/crypto/
H A Dsha512-avx-asm.S164 # Two rounds are computed based on the values for K[t-2]+W[t-2] and
H A Dsha512-ssse3-asm.S158 # Two rounds are computed based on the values for K[t-2]+W[t-2] and
/linux-4.1.27/fs/ocfs2/cluster/
H A Dheartbeat.c533 u32 read, computed; o2hb_verify_crc() local
536 computed = o2hb_compute_block_crc_le(reg, hb_block); o2hb_verify_crc()
538 return read == computed; o2hb_verify_crc()
884 * computed from this value, and a discrepancy might o2hb_check_slot()
/linux-4.1.27/arch/arc/mm/
H A Dtlbex.S245 /* Get free TLB slot: Set = computed from vaddr, way = random */
/linux-4.1.27/lib/mpi/
H A Dmpih-mul.c138 * UV is then computed recursively using the identity mul_n()
/linux-4.1.27/security/selinux/ss/
H A Dmls.c445 the user's computed sensitivity level) */ mls_setup_user_range()
H A Dservices.c1576 * computed successfully.
1603 * computed successfully.
1625 * computed successfully.
/linux-4.1.27/drivers/xen/
H A Dxen-acpi-processor.c45 * which is dynamically computed based on the MADT or x2APIC table.
/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target_erl0.c687 * and CRC computed.
725 * and CRC computed.
H A Discsi_target.c1440 " does not match computed 0x%08x\n", iscsit_get_dataout()
1699 " 0x%08x does not match computed 0x%08x\n", iscsit_handle_nop_out()
2118 " 0x%08x does not match computed" iscsit_handle_text_cmd()
2456 " does not match computed 0x%08x\n", checksum, iscsit_handle_immediate_data()
4175 " received 0x%08x, computed 0x%08x\n", iscsi_target_rx_thread()
/linux-4.1.27/drivers/input/mouse/
H A Dcyapa_gen3.c599 * The first two bytes of the header hold the header checksum, computed by
601 * The last two bytes of the header hold the firmware image checksum, computed
H A Dsentelic.c957 * Maximum coordinates can be computed as: fsp_set_input_params()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_reg.h657 * SVGA3D_FOGTYPE_* specifies if fog factors are computed on a per-vertex
669 * computed using the eye Z value of each pixel (or vertex), whereas range-
670 * based fog is computed using the actual distance (range) to the eye.
/linux-4.1.27/drivers/macintosh/
H A Dwindfarm_pm121.c70 * control value. The correction is computed in the following way :
/linux-4.1.27/drivers/iio/adc/
H A Dqcom-spmi-vadc.c123 * computed to calibrate the device.
/linux-4.1.27/drivers/misc/c2port/
H A Dcore.c859 /* size is computed at run-time */
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dsunhme.h315 #define RXFLAG_CSUM 0x0000ffff /* HW computed checksum */
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.h303 * The computed number of tags outstanding
H A Daic79xx_osm.h299 * The computed number of tags outstanding
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dquatech_daqp_cs.c588 * threshold. We computed the number of bytes we want in the daqp_ai_cmd()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_dsi_panel_vbt.c461 DRM_ERROR("Burst mode freq is less than computed\n"); vbt_panel_init()
/linux-4.1.27/drivers/input/keyboard/
H A Dtegra-kbc.c677 * starts. The repoll delay is computed in milliseconds. tegra_kbc_probe()
/linux-4.1.27/arch/x86/include/asm/
H A Dparavirt_types.h420 * The type number, computed in PARAVIRT_PATCH, is derived from the
/linux-4.1.27/arch/tile/kernel/
H A Dsingle_step.c439 * taken. The new pc is computed for these cases, and single_step_once()
/linux-4.1.27/drivers/bluetooth/
H A Dhci_bcsp.c613 BT_ERR ("Checksum failed: computed %04x received %04x", bcsp_recv()
/linux-4.1.27/drivers/acpi/acpica/
H A Dexoparg1.c549 /* Store the return value computed above into the target object */ acpi_ex_opcode_1A_1T_1R()
/linux-4.1.27/drivers/usb/wusbcore/
H A Dcrypto.c148 * @mic: buffer for placing the computed MIC (Message Integrity
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dcx24110.c498 /* no provision in hardware. Can be computed from the Es/N0 estimator, but I don't know how. */ cx24110_read_snr()
/linux-4.1.27/arch/powerpc/kernel/
H A Dmodule_64.c319 /* The TOC symbol has no CRC computed. To avoid CRC dedotify_versions()
/linux-4.1.27/arch/arm/plat-omap/
H A Ddmtimer.c470 * Since the register values are computed and written within omap_dm_timer_stop()
/linux-4.1.27/arch/arm/kernel/
H A Dhead.S597 str r0, [r6] @ save computed PHYS_OFFSET to __pv_phys_pfn_offset
/linux-4.1.27/fs/ext2/
H A Dialloc.c645 printk("ext2_count_free_inodes: stored = %lu, computed = %lu, %lu\n", ext2_count_free_inodes()
/linux-4.1.27/fs/ext3/
H A Dialloc.c676 printk("ext3_count_free_inodes: stored = %u, computed = %lu, %lu\n", ext3_count_free_inodes()
H A Dballoc.c1812 ", computed = "E3FSBLK", "E3FSBLK"\n", ext3_count_free_blocks()
2132 * already computed earlier by ext3_get_group_no_and_offset() ext3_trim_fs()
/linux-4.1.27/fs/gfs2/
H A Dincore.h669 /* Constants computed on mount */
/linux-4.1.27/kernel/power/
H A Dqos.c23 * request is removed and a new qos target is computed. This way when the
H A Dsnapshot.c1948 * location computed by the data_of() macro.
2461 * location computed by the data_of() macro.
/linux-4.1.27/sound/oss/
H A Daudio.c593 * Split the computed fragment to smaller parts. After 3.5a9 reorganize_buffers()
/linux-4.1.27/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h738 computed since start of group
H A Ddsp_spos_scb_lib.c631 * The following formulas are being computed, using inline assembly cs46xx_dsp_create_src_task_scb()
H A Dcs46xx_lib.c731 * The following formulas are being computed, using inline assembly snd_cs46xx_set_play_sample_rate()
791 * The following formulas are being computed, using inline assembly snd_cs46xx_set_capture_sample_rate()
/linux-4.1.27/drivers/mmc/host/
H A Dmmc_spi.c462 * - crc7 (plus end bit) ... always computed, it's cheap mmc_spi_command_send()
859 "computed=0x%04x len=%d\n", mmc_spi_readblock()
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_fw.h587 * &data[10] : uint8_t report_runt_bg[2]; - computed guard
589 * &data[20] : uint8_t expected_dif[8]; - DIF Data computed
/linux-4.1.27/arch/tile/include/hv/
H A Dnetio_intf.h985 /** Return the flow hash computed on the packet.
1000 * For all other packets the flow hash is computed from the source
1568 /** Return the flow hash computed on the packet.
1583 * For all other packets the flow hash is computed from the source
1827 * Note that the checksum is computed as part of the transmission process,
1876 * Note that the checksum is computed as part of the transmission process,
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.h1316 * computed _L4_checksum == 0x0000)))
1362 * arrived with the frame. If the resulting computed IPv4 header
1366 * arrived with the frame. If the resulting computed TCP/UDP checksum
/linux-4.1.27/drivers/parport/
H A Dparport_ip32.c1999 * of the standard and EPP registers are computed from address @base. The
2000 * addresses of the ECP registers are computed from address @base_hi.
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_irq.c241 * the timestamp computed above. vblank_disable_and_save()
1738 * the timestamp computed above. drm_handle_vblank()
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c1130 * Get the saved delay count we computed for the previous packet ipath_verbs_send_dma()
1242 * Get the saved delay count we computed for the previous packet ipath_verbs_send_pio()
/linux-4.1.27/arch/powerpc/perf/
H A Dcore-book3s.c451 * computed goto like a blr,bctr,btar. The next power_pmu_bhrb_read()
467 * (ie. computed gotos/XL form) power_pmu_bhrb_read()
/linux-4.1.27/kernel/sched/
H A Ddeadline.c664 * Consumed budget is computed considering the time as update_curr_dl()
667 * computed using hard walltime. This seems to be the more update_curr_dl()
/linux-4.1.27/drivers/media/tuners/
H A Dtuner-types.c15 * The floats in the tuner struct are computed at compile time
/linux-4.1.27/drivers/message/fusion/
H A Dmptbase.h280 * The message context must be reset (computed via base address
/linux-4.1.27/drivers/net/
H A Dmacvtap.c611 /* Header must be checked, and gso_segs computed. */ macvtap_skb_from_vnet_hdr()
/linux-4.1.27/drivers/net/wireless/mwifiex/
H A Dwmm.c912 * time and that received time is computed in this function and limited
/linux-4.1.27/drivers/rpmsg/
H A Dvirtio_rpmsg_bus.c92 * number of buffers will be computed from the number of buffers supported
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dlprocfs_status.h118 * invocation count. This allows averages to be be computed.
/linux-4.1.27/drivers/staging/media/omap4iss/
H A Diss_video.c113 * The bytesperline and sizeimage fields are computed from the requested bytes
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dtx.c438 * length is aligned. The number of padding bytes is computed wl1271_prepare_tx_frame()
/linux-4.1.27/drivers/parisc/
H A Dpdc_stable.c185 * containing an already computed hardware path, or by passing it a device
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dcommon.c57 /* representing cpus for which sibling maps can be computed */
/linux-4.1.27/drivers/char/
H A Dhpet.c182 * k may then be computed as (mc - base + delta) / t . hpet_interrupt()
/linux-4.1.27/drivers/hid/i2c-hid/
H A Di2c-hid.c530 /* the worst case is computed from the set_report command with a i2c_hid_alloc_buffers()
/linux-4.1.27/drivers/uwb/
H A Dhwa-rc.c486 * back only if the actual filtering succeeded (so we know the computed
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_dir2_block.c277 * XXX should be the one closest to mid but mid is not yet computed.
H A Dxfs_dir2_sf.c79 int size=0; /* total computed size */ xfs_dir2_block_sfsize()
/linux-4.1.27/drivers/md/
H A Draid5.h565 * Secondly, or order of datablocks over which the Q syndrome is computed
/linux-4.1.27/drivers/pinctrl/sh-pfc/
H A Dpfc-emev2.c224 /* Pin numbers for pins without a corresponding GPIO port number are computed
/linux-4.1.27/include/uapi/drm/
H A Dvmwgfx_drm.h584 * the timeout is computed from the first call.
/linux-4.1.27/arch/arm/net/
H A Dbpf_jit_32.c396 * still the one computed during the first pass. b_imm()
/linux-4.1.27/fs/ext4/
H A Dballoc.c695 ", computed = %llu, %llu\n", ext4_count_free_clusters()
H A Dialloc.c1215 "stored = %u, computed = %lu, %lu\n", ext4_count_free_inodes()
/linux-4.1.27/net/dccp/ccids/
H A Dccid3.c673 * Assume that X_recv can be computed by the throughput equation
/linux-4.1.27/lib/zlib_deflate/
H A Ddeflate.c139 * input characters, so that a running hash key can be computed from the
/linux-4.1.27/drivers/media/rc/
H A Dimon.c146 u32 rc_scancode; /* the computed remote scancode */
147 u8 rc_toggle; /* the computed remote toggle bit */
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c2963 * from the vf which will sample it. Therefore, the length is computed by the
2994 BNX2X_ERR("bad crc on bulletin board. Contained %x computed %x\n", bnx2x_sample_bulletin()
/linux-4.1.27/mm/
H A Dpage-writeback.c766 * We have computed basic pos_ratio above based on global situation. If bdi_position_ratio()
1236 * will be computed based on task_ratelimit and the two rate limits may bdi_min_pause()
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/
H A Dgpmi-lib.c548 * Earlier, we computed the number of clock cycles required to satisfy gpmi_nfc_compute_hardware_timing()
/linux-4.1.27/drivers/net/wimax/i2400m/
H A Drx.c641 * @nsn: the normalized sequence number of the skb (pre-computed by the
/linux-4.1.27/drivers/scsi/aic94xx/
H A Daic94xx_seq.c874 * scratch since those areas depend on some computed values here,
/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl871x_security.c342 /* The appendByte function has already computed the result. */ r8712_secgetmic()
/linux-4.1.27/drivers/staging/rtl8723au/core/
H A Drtw_security.c352 /* The appendByte function has already computed the result. */ rtw_secgetmic23a()

Completed in 6289 milliseconds

12