Searched refs:floor (Results 1 - 95 of 95) sorted by relevance

/linux-4.4.14/arch/ia64/mm/
H A Dhugetlbpage.c114 unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range()
123 * If floor and ceiling are also in the hugetlb region, they hugetlb_free_pgd_range()
129 if (REGION_NUMBER(floor) == RGN_HPAGE) hugetlb_free_pgd_range()
130 floor = htlbpage_to_page(floor); hugetlb_free_pgd_range()
134 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
112 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/drivers/mtd/devices/
H A Ddocg3.c800 * read operation, the floor 0 is selected. Therefore, if the systems halts, the
801 * reboot will boot on floor 0, where the IPL is.
1530 int floor; sysfs_dev2docg3() local
1534 floor = attr->attr.name[1] - '0'; sysfs_dev2docg3()
1535 if (floor < 0 || floor >= DOC_MAX_NBFLOORS) sysfs_dev2docg3()
1538 return docg3_floors[floor]->priv; sysfs_dev2docg3()
1624 int floor; doc_register_sysfs() local
1628 for (floor = 0; doc_register_sysfs()
1629 floor < DOC_MAX_NBFLOORS && cascade->floors[floor]; doc_register_sysfs()
1630 floor++) { doc_register_sysfs()
1632 ret = device_create_file(dev, &doc_sys_attrs[floor][i]); doc_register_sysfs()
1643 device_remove_file(dev, &doc_sys_attrs[floor][i]); doc_register_sysfs()
1645 } while (--floor >= 0); doc_register_sysfs()
1654 int floor, i; doc_unregister_sysfs() local
1656 for (floor = 0; floor < DOC_MAX_NBFLOORS && cascade->floors[floor]; doc_unregister_sysfs()
1657 floor++) doc_unregister_sysfs()
1659 device_remove_file(dev, &doc_sys_attrs[floor][i]); doc_unregister_sysfs()
1871 * @floor: the floor of the probed device
1875 * Checks whether a device at the specified IO range, and floor is available.
1878 * if a memory allocation failed. If floor 0 is checked, a reset of the ASIC is
1882 doc_probe_device(struct docg3_cascade *cascade, int floor, struct device *dev) doc_probe_device() argument
1905 docg3->device_id = floor; doc_probe_device()
1908 if (!floor) doc_probe_device()
1922 doc_info("Found a G3 DiskOnChip at addr %p, floor %d\n", doc_probe_device()
1923 docg3->cascade->base, floor); doc_probe_device()
1949 * doc_release_device - Release a docg3 floor
1964 * docg3_resume - Awakens docg3 floor
1988 * docg3_suspend - Put in low power mode the docg3 floor
1998 int floor, i; docg3_suspend() local
2006 for (floor = 0; floor < DOC_MAX_NBFLOORS; floor++) { docg3_suspend()
2007 mtd = docg3_floors[floor]; docg3_suspend()
2012 doc_writeb(docg3, floor, DOC_DEVICESELECT); docg3_suspend()
2024 doc_dbg("docg3_suspend(): floor %d powerdown ok\n", docg3_suspend()
2025 floor); docg3_suspend()
2027 doc_err("docg3_suspend(): floor %d powerdown failed\n", docg3_suspend()
2028 floor); docg3_suspend()
2044 * ressources. The floor 0 must be available.
2054 int ret, floor; docg3_probe() local
2077 for (floor = 0; floor < DOC_MAX_NBFLOORS; floor++) { docg3_probe()
2078 mtd = doc_probe_device(cascade, floor, dev); docg3_probe()
2084 if (floor == 0) docg3_probe()
2089 cascade->floors[floor] = mtd; docg3_probe()
2109 for (floor = 0; floor < DOC_MAX_NBFLOORS; floor++) docg3_probe()
2110 if (cascade->floors[floor]) docg3_probe()
2111 doc_release_device(cascade->floors[floor]); docg3_probe()
2125 int floor; docg3_release() local
2129 for (floor = 0; floor < DOC_MAX_NBFLOORS; floor++) docg3_release()
2130 if (cascade->floors[floor]) docg3_release()
2131 doc_release_device(cascade->floors[floor]); docg3_release()
H A Ddocg3.h263 * Each floor of docg3 has 2 protection areas: DPS0 and DPS1. These areas span
273 * @floors: floors (ie. one physical docg3 chip is one floor)
/linux-4.4.14/arch/x86/include/asm/
H A Dhugetlb.h32 unsigned long floor, hugetlb_free_pgd_range()
35 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
30 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/sh/include/asm/
H A Dhugetlb.h31 unsigned long floor, hugetlb_free_pgd_range()
34 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
29 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/sparc/include/asm/
H A Dhugetlb.h36 unsigned long floor, hugetlb_free_pgd_range()
39 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
34 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/metag/include/asm/
H A Dhugetlb.h19 unsigned long floor, hugetlb_free_pgd_range()
22 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
17 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/parisc/include/asm/
H A Dhugetlb.h36 unsigned long floor, hugetlb_free_pgd_range()
39 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
34 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/arm/include/asm/
H A Dhugetlb.h32 unsigned long floor, hugetlb_free_pgd_range()
35 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
30 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/drivers/devfreq/
H A Dgovernor_performance.c20 * target callback should be able to get floor value as devfreq_performance_func()
/linux-4.4.14/arch/mips/include/asm/
H A Dhugetlb.h44 unsigned long floor, hugetlb_free_pgd_range()
47 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
41 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/arm64/include/asm/
H A Dhugetlb.h62 unsigned long floor, hugetlb_free_pgd_range()
65 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
60 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/tile/include/asm/
H A Dhugetlb.h45 unsigned long floor, hugetlb_free_pgd_range()
48 free_pgd_range(tlb, addr, end, floor, ceiling); hugetlb_free_pgd_range()
43 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/arch/ia64/include/asm/
H A Dhugetlb.h9 unsigned long end, unsigned long floor,
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dcalib.c127 * Normally we limit the average noise floor by the ath9k_hw_update_nfcal_hist_buffer()
139 * If the noise floor seems normal for all chains, assume that ath9k_hw_update_nfcal_hist_buffer()
309 * of next noise floor calibration the baseband does. ath9k_hw_loadnf()
381 "noise floor failed detected; detected %d, threshold %d\n", ath9k_hw_getnf()
430 * Triggering a noise floor calibration at this point helps the ath9k_hw_bstuck_nfcal()
H A Dcalib.h24 /* Internal noise floor can vary by about 6db depending on the frequency */
H A Dreg.h2040 #define AR_PHY_AGC_CONTROL_NF 0x00000002 /* do noise-floor calibration */
2042 #define AR_PHY_AGC_CONTROL_ENABLE_NF 0x00008000 /* enable noise floor calibration to happen */
2044 #define AR_PHY_AGC_CONTROL_NO_UPDATE_NF 0x00020000 /* don't update noise floor automatically */
2045 #define AR_PHY_AGC_CONTROL_EXT_NF_PWR_MEAS 0x00040000 /* extend noise floor power measurement */
H A Dlink.c294 * ANI performs periodic noise floor calibration
/linux-4.4.14/arch/powerpc/mm/
H A Dhugetlbpage.c515 unsigned long floor, unsigned long ceiling) free_hugepd_range()
531 if (start < floor) free_hugepd_range()
553 unsigned long floor, unsigned long ceiling) hugetlb_free_pmd_range()
581 addr, next, floor, ceiling); hugetlb_free_pmd_range()
585 if (start < floor) hugetlb_free_pmd_range()
603 unsigned long floor, unsigned long ceiling) hugetlb_free_pud_range()
616 hugetlb_free_pmd_range(tlb, pud, addr, next, floor, hugetlb_free_pud_range()
629 addr, next, floor, ceiling); hugetlb_free_pud_range()
634 if (start < floor) hugetlb_free_pud_range()
654 unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range()
682 hugetlb_free_pud_range(tlb, pgd, addr, next, floor, ceiling); hugetlb_free_pgd_range()
694 addr, next, floor, ceiling); hugetlb_free_pgd_range()
513 free_hugepd_range(struct mmu_gather *tlb, hugepd_t *hpdp, int pdshift, unsigned long start, unsigned long end, unsigned long floor, unsigned long ceiling) free_hugepd_range() argument
551 hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pmd_range() argument
601 hugetlb_free_pud_range(struct mmu_gather *tlb, pgd_t *pgd, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pud_range() argument
652 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/linux-4.4.14/drivers/mtd/nand/
H A Ddiskonchip.c66 int chips_per_floor; /* The number of chips detected on each floor */
433 /* Max 4 chips per floor on DiskOnChip 2000 */ doc2000_count_chips()
439 /* Find how many chips in each floor. */ doc2000_count_chips()
445 printk(KERN_DEBUG "Detected %d chips per floor.\n", i); doc2000_count_chips()
586 int floor = 0; doc2001plus_select_chip() local
597 floor = chip / doc->chips_per_floor; doc2001plus_select_chip()
598 chip -= (floor * doc->chips_per_floor); doc2001plus_select_chip()
605 doc->curfloor = floor; doc2001plus_select_chip()
613 int floor = 0; doc200x_select_chip() local
621 floor = chip / doc->chips_per_floor; doc200x_select_chip()
622 chip -= (floor * doc->chips_per_floor); doc200x_select_chip()
627 WriteDOC(floor, docptr, FloorSelect); doc200x_select_chip()
633 doc->curfloor = floor; doc200x_select_chip()
1315 printk(KERN_ERR "Multi-floor INFTL devices not yet supported.\n"); inftl_scan_bbt()
H A Dnand_bbt.c52 * Multichip devices like DOC store the bad block info per floor.
/linux-4.4.14/drivers/firmware/
H A Ddell_rbu.c140 * that are below the allocation floor create_packet()
142 * NOTE: very simplistic because we only need the floor to be at 1MB create_packet()
176 pr_debug("packet 0x%lx below floor at 0x%lx.\n", create_packet()
207 pr_debug("freeing unused packet below floor 0x%lx.\n", create_packet()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dhugetlb.h91 unsigned long end, unsigned long floor,
/linux-4.4.14/drivers/hv/
H A Dhv_balloon.c1035 * managing we need to compute a floor below which we should not post_status()
1148 unsigned long floor; balloon_up() local
1160 floor = compute_balloon_floor(); balloon_up()
1162 /* Refuse to balloon below the floor, keep the 2M granularity. */ balloon_up()
1163 if (val.freeram < num_pages || val.freeram - num_pages < floor) { balloon_up()
1164 num_pages = val.freeram > floor ? (val.freeram - floor) : 0; balloon_up()
/linux-4.4.14/drivers/clk/
H A Dclk-si5351.c355 * (1) MSNx_P1[17:0] = 128 * a + floor(128 * b/c) - 512
356 * (2) MSNx_P2[19:0] = 128 * b - c * floor(128 * b/c) = (128*b) mod c
359 * Transposing (2) yields: (4) floor(128 * b/c) = (128 * b / MSNx_P2)/c
551 * MSx_P1[17:0] = 128 * a + floor(128 * b/c) - 512
552 * MSx_P2[19:0] = 128 * b - c * floor(128 * b/c) = (128*b) mod c
/linux-4.4.14/include/linux/mtd/
H A Ddoc2000.h175 char floor, chip; member in struct:Nand
/linux-4.4.14/drivers/base/power/opp/
H A Dcore.c117 * opp_find_freq_{exact,ceil,floor} functions is valid as long as we are
149 * opp_find_freq_{exact,ceil,floor} functions is valid as long as we are
184 * opp_find_freq_{exact,ceil,floor} functions is valid as long as we are
401 * dev_pm_opp_find_freq_floor() - Search for a rounded floor freq
405 * Search for the matching floor *available* OPP from a starting freq
/linux-4.4.14/mm/
H A Dmemory.c403 unsigned long floor, unsigned long ceiling) free_pmd_range()
419 if (start < floor) free_pmd_range()
437 unsigned long floor, unsigned long ceiling) free_pud_range()
449 free_pmd_range(tlb, pud, addr, next, floor, ceiling); free_pud_range()
453 if (start < floor) free_pud_range()
473 unsigned long floor, unsigned long ceiling) free_pgd_range()
488 * The rule is that addr 0 and floor 0 refer to the bottom of free_pgd_range()
501 * bother to round floor or end up - the tests don't need that. free_pgd_range()
505 if (addr < floor) { free_pgd_range()
525 free_pud_range(tlb, pgd, addr, next, floor, ceiling); free_pgd_range()
530 unsigned long floor, unsigned long ceiling) free_pgtables()
545 floor, next? next->vm_start: ceiling); free_pgtables()
558 floor, next? next->vm_start: ceiling); free_pgtables()
401 free_pmd_range(struct mmu_gather *tlb, pud_t *pud, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) free_pmd_range() argument
435 free_pud_range(struct mmu_gather *tlb, pgd_t *pgd, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) free_pud_range() argument
471 free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) free_pgd_range() argument
529 free_pgtables(struct mmu_gather *tlb, struct vm_area_struct *vma, unsigned long floor, unsigned long ceiling) free_pgtables() argument
H A Dinternal.h37 unsigned long floor, unsigned long ceiling);
/linux-4.4.14/drivers/net/wireless/libertas/
H A Dhost.h637 __le16 nf; /* most recent beacon noise floor */
639 __le16 avg_nf; /* average noise floor weighted by N from request */
H A Dcmd.c698 * lbs_get_rssi - Get current RSSI and noise floor
702 * @nf: On successful return, Noise floor
/linux-4.4.14/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h283 frame. (approximation must be floor, to
359 (approximation must be floor, to insure */
H A Ddsp_spos_scb_lib.c634 * phiIncr = floor((Fs,in * 2^26) / Fs,out) cs46xx_dsp_create_src_task_scb()
635 * correctionPerGOF = floor((Fs,in * 2^26 - Fs,out * phiIncr) / cs46xx_dsp_create_src_task_scb()
H A Dcs46xx_lib.c734 * phiIncr = floor((Fs,in * 2^26) / Fs,out) snd_cs46xx_set_play_sample_rate()
735 * correctionPerGOF = floor((Fs,in * 2^26 - Fs,out * phiIncr) / snd_cs46xx_set_play_sample_rate()
794 * coeffIncr = -floor((Fs,out * 2^23) / Fs,in) snd_cs46xx_set_capture_sample_rate()
795 * phiIncr = floor((Fs,in * 2^26) / Fs,out) snd_cs46xx_set_capture_sample_rate()
796 * correctionPerGOF = floor((Fs,in * 2^26 - Fs,out * phiIncr) / snd_cs46xx_set_capture_sample_rate()
/linux-4.4.14/drivers/crypto/ux500/hash/
H A Dhash_alg.h218 * @length: Length of the part of message hashed so far (floor(N/64) * 64).
/linux-4.4.14/drivers/media/dvb-frontends/
H A Drtl2832.c270 * PSET_IFFREQ = - floor((IfFreqHz % CrystalFreqHz) * pow(2, 22) rtl2832_set_if()
539 * RSAMP_RATIO = floor(CrystalFreqHz * 7 * pow(2, 22) rtl2832_set_frontend()
551 * CFREQ_OFF_RATIO = - floor(ConstWithBandwidthMode * pow(2, 20) rtl2832_set_frontend()
H A Dstb6100.c394 /* N(I) = floor(f(VCO) / (f(XTAL) * (PSD2 ? 2 : 1))) */ stb6100_set_frequency()
H A Ddib0090.c899 /* -64dB is the floor */ dib0090_wbd_to_db()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Dphy.c328 * ALGO: coef_mant = floor(coef_scaled* 2^coef_exp+0.5) */ ath5k_hw_write_ofdm_timings()
1496 * Noise floor calibration: When we tell the hardware to
1497 * perform a noise floor calibration by setting the
1501 * noise floor values so we have a moving window of the last few
1623 "noise floor failure detected; " ath5k_hw_update_noise_floor()
1633 /* load noise floor (in .5 dBm) so the hardware will use it */ ath5k_hw_update_noise_floor()
1648 * floor calibration. ath5k_hw_update_noise_floor()
1662 "noise floor calibrated: %d\n", nf); ath5k_hw_update_noise_floor()
1884 /* Update noise floor */ ath5k_hw_phy_calibrate()
3932 * start a noise floor calibration to measure the ath5k_hw_phy_init()
3933 * card's noise floor (the noise we measure when we are not ath5k_hw_phy_init()
3937 * out and/or noise floor calibration might timeout. ath5k_hw_phy_init()
H A Deeprom.h405 * @ee_noise_floor_thr: Noise floor threshold in 1dB steps
H A Dreg.h2023 * PHY noise floor status register (CCA = Clear Channel Assessment)
2026 #define AR5K_PHY_NF_M 0x000001ff /* Noise floor, written to hardware in 1/2 dBm units */
2333 * PHY Noise floor threshold
H A Dath5k.h1168 /* size of noise floor history (keep it a power of two) */
1439 /* noise floor from last periodic calibration */
H A Dreset.c1022 /* Noise floor threshold */ ath5k_hw_commit_eeprom_settings()
/linux-4.4.14/arch/arc/mm/
H A Dcache.c233 /* Ensure we properly floor/ceil the non-line aligned/sized requests __cache_line_loop_v2()
276 /* Ensure we properly floor/ceil the non-line aligned/sized requests __cache_line_loop_v3()
345 /* Ensure we properly floor/ceil the non-line aligned/sized requests __cache_line_loop_v4()
/linux-4.4.14/drivers/macintosh/
H A Dvia-maciisi.c473 /* Clear the interrupt (throw this value on the floor, it's useless) */ maciisi_interrupt()
/linux-4.4.14/drivers/media/tuners/
H A Dmt2063.c362 /* Implement ceiling, floor functions. */
364 #define floor(n, d) (((n) < 0) ? (-((-(n))/(d))) - ((n)%(d) != 0) : (n)/(d)) macro
615 /* floor function */ MT2063_ChooseFirstIF()
617 floor((s32) (pNode->min_ - f_Center), (s32) f_Step); MT2063_ChooseFirstIF()
/linux-4.4.14/drivers/misc/eeprom/
H A Dat25.c408 * manufacturing floor. at25_probe()
H A Dat24.c432 * data generated on the manufacturing floor.
/linux-4.4.14/drivers/oprofile/
H A Dbuffer_sync.c110 * loaded module, or drop the samples on the floor.
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h388 /* floor for credit distribution */
/linux-4.4.14/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S155 ## eax contains floor(bytes / 24) = num 24-byte chunks to do
H A Dcrct10dif-pcl-asm_64.S570 # rk7 = floor(2^64/Q)
H A Daesni-intel_asm.S216 * b = floor(a/16)
441 * b = floor(a/16)
H A Daesni-intel_avx-x86_64.S351 ## b = floor(a/16)
1610 ## b = floor(a/16)
/linux-4.4.14/include/linux/
H A Dhugetlb.h151 #define hugetlb_free_pgd_range(tlb, addr, end, floor, ceiling) ({BUG(); 0; })
H A Dmm.h1138 unsigned long end, unsigned long floor, unsigned long ceiling);
/linux-4.4.14/drivers/regulator/
H A Dpalmas-regulator.c1464 "ti,roof-floor", &prop); palmas_dt_to_pdata()
1485 "%s: Invalid roof-floor option: %u\n", palmas_dt_to_pdata()
/linux-4.4.14/drivers/mtd/spi-nor/
H A Dspi-nor.c484 * pow = ceil(log2(size / len)) = log2(size) - floor(log2(len)) stm_lock()
530 * pow = floor(log2(size / len)) = log2(size) - ceil(log2(len)) stm_unlock()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dfwil_types.h495 s8 nf[BRCMF_ANT_MAX]; /* per antenna noise floor */
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dcore.h51 /* Antenna noise floor */
H A Dwmi.h2849 /* To enable indication of Chan load and Noise floor to host */
H A Dwmi.c6790 "Channel noise floor", pdev->ch_noise_floor); ath10k_wmi_fw_pdev_base_stats_fill()
/linux-4.4.14/drivers/net/ethernet/sgi/
H A Dmeth.c417 /* Ouch! No memory! Drop packet on the floor */ meth_rx()
/linux-4.4.14/security/smack/
H A Dsmack_access.c161 * A floor object can be read or locked by any subject. smk_access()
H A Dsmack_lsm.c879 * Returns 0 if current can read the floor of the filesystem,
/linux-4.4.14/arch/m68k/math-emu/
H A Dfp_arith.c610 fmod(src,dest) = (dest - (src * floor(dest / src))) */
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_midi.c224 /* Nobody is listening - throw it on the floor. */ f_midi_read_data()
/linux-4.4.14/drivers/irqchip/
H A Dirq-gic-v3-its.c1348 /* If all interrupts have been freed, start mopping the floor */ its_irq_domain_free()
/linux-4.4.14/drivers/mfd/
H A Dmenelaus.c507 * HW-controlled: Required range (roof-floor) is programmed into VCORE_CTRL3
/linux-4.4.14/drivers/powercap/
H A Dintel_rapl.c986 pr_err("Invalid floor frequency config register\n"); set_floor_freq_atom()
/linux-4.4.14/kernel/sched/
H A Dfair.c844 unsigned int scan, floor; task_scan_min() local
849 floor = 1000 / windows; task_scan_min()
852 return max_t(unsigned int, floor, scan); task_scan_min()
860 /* Watch for min being lower than max due to floor calculations */ task_scan_max()
2456 * Precomputed \Sum y^k { 1<=k<=n }. These are floor(true_value) to prevent
7646 * reasonable floor to avoid funnies with rq->avg_idle.
/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmc9194.c461 . on the floor. This should never happen, because of TBUSY.
/linux-4.4.14/drivers/net/ethernet/amd/
H A Dlance.c831 sent (in effect, drop the packets on the floor) - the higher-level
H A Dpcnet32.c2272 * sent (in effect, drop the packets on the floor) - the higher-level
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_tv.c396 * dda1_inc = floor (dda1_ideal)
H A Dintel_pm.c5081 * No floor required for ring frequency on SKL. __gen6_update_ring_freq()
/linux-4.4.14/net/sched/
H A Dsch_qfq.c1484 /* max_cl_shift = floor(log_2(max_classes)) */ qfq_init_qdisc()
/linux-4.4.14/kernel/rcu/
H A Drcutorture.c346 /* Test is ending, just drop callbacks on the floor. */ rcu_torture_cb()
/linux-4.4.14/sound/sparc/
H A Dcs4231.c165 #define APC_XINT_COVF 0x800 /* Cap data dropped on floor */
/linux-4.4.14/drivers/tty/hvc/
H A Dhvcs.c1286 /* This will drop any buffered data on the floor which is OK in a hangup hvcs_hangup()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Ddiag.c1602 /* throw the packet on the floor */ snoop_recv_handler()
/linux-4.4.14/drivers/misc/sgi-xp/
H A Dxpc_sn2.c321 * Check to see if xpc_handle_notify_IRQ_sn2() dropped any IRQs on the floor
/linux-4.4.14/drivers/media/i2c/
H A Dsaa7115.c922 /* Hprescaler is floor(inres/outres) */ saa711x_set_size()
/linux-4.4.14/arch/ia64/kernel/
H A Dentry.S1046 shr.u loc1=r18,9 // RNaTslots <= floor(dirtySize / (64*8))
/linux-4.4.14/drivers/hwmon/
H A Dnct6775.c1427 /* If fan can stop, report floor as 0 */ nct6775_update_pwm()
2353 if (index == 2) { /* floor: disable if val == 0 */ store_pwm()
/linux-4.4.14/drivers/usb/serial/
H A Dio_ti.c1772 dev_dbg(dev, "%s - close pending, dropping data on the floor\n", edge_bulk_in_callback()
/linux-4.4.14/drivers/net/wireless/prism54/
H A Disl_ioctl.c172 /* Noise floor. prism54_update_stats()
/linux-4.4.14/drivers/net/usb/
H A Dhso.c258 * so as not to drop characters on the floor.
/linux-4.4.14/drivers/net/ethernet/freescale/
H A Dfec_main.c1430 * have in the buffer. So, just drop this frame on the floor. fec_enet_rx_queue()
/linux-4.4.14/net/ipv6/
H A Droute.c2441 * Drop the packet on the floor
/linux-4.4.14/fs/ocfs2/dlm/
H A Ddlmmaster.c3070 * dead. what can we do here? drop it to the floor? */ dlm_migrate_request_handler()
/linux-4.4.14/net/ipv4/
H A Dtcp_input.c4878 * drop receive data on the floor. It will get retransmitted tcp_prune_queue()
/linux-4.4.14/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c3708 * where all IO is dropped to the floor.
/linux-4.4.14/drivers/scsi/
H A Dipr.c5944 * which means all outstanding ops have been dropped on the floor.
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_sli.c12378 /* walk all the EQ entries and drop on the floor */ lpfc_sli4_eq_flush()

Completed in 4271 milliseconds