Searched refs:closest (Results 1 - 159 of 159) sorted by relevance

/linux-4.1.27/include/linux/
H A Dutil_macros.h18 * find_closest - locate the closest element in a sorted array
20 * @a: The array in which to look for the closest element. Must be sorted
24 * Returns the index of the element closest to 'x'.
29 * find_closest_descending - locate the closest element in a sorted array
31 * @a: The array in which to look for the closest element. Must be sorted
H A Dclk-provider.h85 * @round_rate: Given a target rate as input, returns the closest rate actually
89 * @determine_rate: Given a target rate as input, returns the closest rate
342 * to the closest integer instead of the up one.
406 * CLK_MUX_ROUND_CLOSEST - Use the parent rate that is closest to the desired
H A Dcgroup-defs.h254 * the closest ancestor which has the subsys enabled. The
H A Dcpufreq.h183 #define CPUFREQ_RELATION_C 2 /* closest frequency to target */ disable_cpufreq()
H A Dedac.h686 representation and converts it to the closest matching
H A Dhyperv.h795 * channel whose VCPU binding is closest to the VCPU on which
H A Dkernel.h93 * to closest integer. Result is undefined for negative divisors and
/linux-4.1.27/drivers/media/platform/s5p-tv/
H A Dmixer_grp_layer.c104 static inline unsigned int closest(unsigned int x, unsigned int a, closest() function
109 /* choosing closest value with constraints according to table: closest()
198 src->width = closest(src->width, dst->width / 2, mxr_graph_fix_geometry()
209 src->height = closest(src->height, dst->height / 2, mxr_graph_fix_geometry()
/linux-4.1.27/arch/arm/common/
H A Dicst.c74 * Now find the closest divisor combination icst_hz_to_vco()
/linux-4.1.27/drivers/input/keyboard/
H A Dsun4i-lradc-keys.c85 u32 i, ints, val, voltage, diff, keycode = 0, closest = 0xffffffff; sun4i_lradc_irq() local
105 if (diff < closest) { sun4i_lradc_irq()
106 closest = diff; sun4i_lradc_irq()
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_sa.c37 * If it's not the case we skip over the bo after last to the closest
264 /* go over all fence list and try to find the closest sa_bo radeon_sa_bo_next_hole()
294 /* this sa bo is the closest one */ radeon_sa_bo_next_hole()
H A Dradeon_audio.c569 * The optimal N is 128*freq/1000. Calculate the closest larger radeon_audio_calc_cts()
/linux-4.1.27/drivers/video/fbdev/geode/
H A Dvideo_cs5530.c79 /* Search the table for the closest pixclock. */ cs5530_set_dclk_frequency()
H A Dvideo_gx.c138 /* Search the table for the closest pixclock. */ gx_set_dclk_frequency()
H A Dlxfb_ops.c28 * we will choose the closest match to the incoming clock.
/linux-4.1.27/arch/cris/include/arch-v10/arch/
H A Dmmu.h85 * Also, write permissions imply read permissions. This is the closest we can
/linux-4.1.27/net/netfilter/
H A Dxt_time.c111 * Find the year that is closest to said days. localtime_3()
128 * number of days-since-New Year have passed, and find the closest localtime_3()
/linux-4.1.27/drivers/of/
H A Doverlay.c456 * so a top most overlay is the one that is closest to the tail.
460 * the one closest to the tail. If another overlay has affected this
461 * device node and is closest to the tail, then removal is not permited.
/linux-4.1.27/include/linux/regulator/
H A Ddriver.h79 * The driver should select the voltage closest to min_uV.
92 * The driver should select the current closest to max_uA.
109 * select ramp delay equal to or less than(closest) ramp_delay.
/linux-4.1.27/drivers/regulator/
H A Dda9210-regulator.c91 /* search for closest to maximum */ da9210_set_current_limit()
H A Dda9211-regulator.c164 /* search for closest to maximum */ da9211_set_current_limit()
/linux-4.1.27/drivers/parport/
H A Dparport_amiga.c56 no autolf, no strobe - seems to be closest the wiring diagram */ control_amiga_to_pc()
/linux-4.1.27/arch/sh/include/asm/
H A Dpgtable.h98 * permission implies read permission. This is the closest we can get..
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgf100.c231 /* otherwise, calculate the closest divider */ calc_src()
287 /* select the method which gets closest to target freq */ calc_clk()
H A Dgk104.c249 /* otherwise, calculate the closest divider */ calc_src()
305 /* select the method which gets closest to target freq */ calc_clk()
H A Dnv50.c402 /* select whichever gets us closest */ nv50_clk_calc()
/linux-4.1.27/drivers/video/fbdev/
H A Dmacmodes.c319 * closest larger resolution. Skip modes with a shorter pixel clock period. mac_var_to_vmode()
336 * or failing that, the closest longer pixel clock period. mac_var_to_vmode()
H A Dsh_mobile_hdmi.c960 * We otherwise search for the closest matching sh_hdmi_read_edid()
H A Dtdfxfb.c335 * If this is the closest we've come to the do_calc_pll()
H A Dneofb.c201 * Determine the closest clock frequency to the one requested.
H A Dcirrusfb.c2736 * bestclock() - determine closest possible clock lower(?) than the
H A Dsh_mobile_lcdcfb.c1985 * we use one of them. Find the mode closest to the requested one. The sh_mobile_lcdc_check_var()
/linux-4.1.27/drivers/clk/
H A Dclk-vt8500.c393 /* Find the closest match (lower or equal to requested) */ wm8650_find_pll_bits()
461 /* Find the closest match (lower or equal to requested) */ wm8750_find_pll_bits()
505 /* Find the closest match (lower or equal to requested) */ wm8850_find_pll_bits()
H A Dclk.c1160 * __clk_determine_rate - get the closest rate actually supported by a clock
1643 /* find the closest rate and parent clk/rate */ clk_calc_new_rates()
/linux-4.1.27/fs/jffs2/
H A Dnodelist.c540 /* Remember the closest smaller match on the way down */ jffs2_lookup_node_frag()
552 and return the closest smaller one */ jffs2_lookup_node_frag()
555 dbg_fragtree2("no match. Returning frag %#04x-%#04x, closest previous\n", jffs2_lookup_node_frag()
/linux-4.1.27/drivers/clk/at91/
H A Dclk-pll.c208 * divider/multiplier pair (the one that generates the closest clk_pll_get_best_div_mul()
218 * divider that provide the closest rate to the requested one. clk_pll_get_best_div_mul()
/linux-4.1.27/drivers/spi/
H A Dspi-sc18is602.c147 /* Find the closest clock speed */ sc18is602_setup_transfer()
H A Dspi-bcm63xx.c94 /* Find the closest clock configuration */ bcm63xx_spi_setup_transfer()
H A Dspi-dln2.c258 * Set the bus speed. The module will automatically round down to the closest
H A Dspi-pxa2xx.c685 * The function calculates parameters for all cases and chooses the one closest
H A Dspi-pl022.c1744 * best_freq will give closest possible available rate (<= requested calculate_effective_freq()
/linux-4.1.27/drivers/clk/zynq/
H A Dpll.c61 * Returns frequency closest to @rate the hardware can generate.
/linux-4.1.27/drivers/watchdog/
H A Ddw_wdt.c112 * Iterate over the timeout values until we find the closest match. We dw_wdt_set_top()
H A Dsp805_wdt.c98 /* roundup timeout to closest positive integer value */ wdt_setload()
/linux-4.1.27/include/media/
H A Dv4l2-dv-timings.h71 /** v4l2_find_dv_timings_cap() - Find the closest timings struct
/linux-4.1.27/net/caif/
H A Dcfrfml.c59 /* Round down to closest multiple of 16 */ cfrfml_create()
/linux-4.1.27/net/dccp/ccids/lib/
H A Dtfrc_equation.c664 * Returns closest match for p, also scaled by 1000000
/linux-4.1.27/fs/udf/
H A Dballoc.c662 /* We search for the closest matching block to goal. If we find udf_table_new_block()
665 of the current closest match and use that when we are done. udf_table_new_block()
/linux-4.1.27/arch/um/include/asm/
H A Dpgtable.h70 * Also, write permissions imply read permissions. This is the closest we can
/linux-4.1.27/fs/
H A Dpnode.c50 * Get ID of closest dominating peer group having a representative
/linux-4.1.27/arch/m68k/include/asm/
H A Dmotorola_pgtable.h76 * Also, write permissions imply read permissions. This is the closest we can get..
/linux-4.1.27/arch/alpha/kernel/
H A Dsys_sio.c172 { 2, 2, -1, -1, -1}, /* idsel 8 (Hack: slot closest ISA) */ noname_map_irq()
/linux-4.1.27/drivers/video/fbdev/core/
H A Dmodedb.c803 * it and try to find a mode with a refresh rate closest fb_find_mode()
1016 * fb_find_nearest_mode - find closest videomode
1023 * the closest refresh rate.
/linux-4.1.27/arch/arm/mach-omap2/
H A Dpowerdomain.c1008 * Returns: closest match for requested power state. default fallback
1012 * closest valid power domain state that the hardware can achieve.
1021 * c) failing which, it tries to find closest higher power state for the
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-octeon.c461 * two closest thp values. octeon_i2c_setclock()
/linux-4.1.27/drivers/iio/frequency/
H A Dadf4350.c180 do_div(tmp, st->fpfd); /* Div round closest (n + d/2)/d */ adf4350_set_freq()
/linux-4.1.27/drivers/media/i2c/
H A Dmt9v011.c249 /* round to the closest value */ calc_speed()
H A Dmt9v032.c503 /* Compute the power-of-two binning factor closest to the input size to mt9v032_calc_ratio()
/linux-4.1.27/drivers/media/usb/pwc/
H A Dpwc-ctrl.c159 { /* closest match of framerate */ set_video_mode_Nala()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Devents.c452 /* Choose the matching UUID that's closest */ ptlrpc_uuid_to_peer()
H A Dservice.c1154 /* Set timer for closest deadline */ ptlrpc_at_set_timer()
/linux-4.1.27/arch/xtensa/include/asm/
H A Dpgtable.h190 * What follows is the closest we can get by reasonable means..
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramnv50.c76 /* lookup closest matching performance table entry for frequency */ nv50_ram_calc()
/linux-4.1.27/fs/squashfs/
H A Dfile.c58 * there's more than one return the slot closest to index.
/linux-4.1.27/fs/ubifs/
H A Dtnc_misc.c132 * closest branch is returned in @n; the slot if all keys in this znode are
H A Ddir.c410 * Find the entry corresponding to @ctx->pos or the closest one. ubifs_readdir()
H A Dio.c1049 * set it to something smaller so that it ends at the closest max. ubifs_wbuf_init()
H A Dtnc.c1150 * @key, then %0 is returned and slot number of the closest branch is stored
2739 * the next one. If the key was not found, the closest "right" entry is
2790 * tree and @znode/@n variables contain the closest ubifs_tnc_next_ent()
/linux-4.1.27/fs/xfs/
H A Dxfs_extent_busy.c121 /* find closest start bno overlap */ xfs_extent_busy_search()
/linux-4.1.27/arch/mips/include/asm/
H A Dpgtable.h45 * permissions imply read permissions. This is the closest we can get
/linux-4.1.27/arch/ia64/sn/kernel/
H A Dio_common.c528 * Setup closest node in pci_controller->node for sn_io_late_init()
/linux-4.1.27/arch/arm/mach-vexpress/
H A Dspc.c274 /* find closest match to given frequency in OPP table */ ve_spc_round_performance()
/linux-4.1.27/kernel/
H A Dkallsyms.c162 * Use the closest marker we have. We have markers every 256 positions, get_symbol_offset()
H A Dexit.c586 * Send signals to all our closest relatives so that they know
H A Dmodule.c3510 /* Scan for closest preceding symbol, and next symbol. (ELF get_ksymbol()
H A Dcgroup.c3450 /* no child, visit my or the closest ancestor's next sibling */ css_next_descendant_pre()
H A Dworkqueue.c1494 * expire is on the closest next tick and delayed_work users depend __queue_delayed_work()
/linux-4.1.27/sound/soc/codecs/
H A Dcs4271.c267 /* Find closest de-emphasis freq */ cs4271_set_deemph()
H A Dwm8961.c521 /* Find the closest sample rate for the filters */ wm8961_hw_params()
H A Dwm8995.c1648 * approximate clocks so look for the closest match that is wm8995_hw_params()
H A Dtlv320aic3x.c1090 /* Use PLL, compute appropriate setup for j, d, r and p, the closest aic3x_hw_params()
H A Dwm8903.c1543 * approximate clocks so look for the closest match that is wm8903_hw_params()
H A Dwm8994.c2895 * approximate clocks so look for the closest match that is wm8994_hw_params()
/linux-4.1.27/drivers/media/platform/
H A Dsh_vou.c528 * Find input geometry, that we can use to produce output, closest to the
596 * Find output geometry, that we can produce, using VOU scaling, closest to
/linux-4.1.27/drivers/media/usb/uvc/
H A Duvc_v4l2.c108 * Find the frame interval closest to the requested frame interval for the
181 /* Find the closest image size. The distance between image sizes is uvc_v4l2_try_format()
/linux-4.1.27/drivers/media/v4l2-core/
H A Dtuner-core.c860 /* V4L2 spec: if the freq is not possible then the closest set_tv_freq()
1001 /* V4L2 spec: if the freq is not possible then the closest set_radio_freq()
H A Dv4l2-ctrls.c1350 * Round towards the closest legal value. Be careful when we are
/linux-4.1.27/drivers/devfreq/
H A Ddevfreq.c1107 /* If not available, use the closest opp */ devfreq_recommended_opp()
1114 /* If not available, use the closest opp */ devfreq_recommended_opp()
/linux-4.1.27/net/batman-adv/
H A Ddistributed-arp-table.c480 /* iterate over the originator list and find the node with the closest batadv_choose_next_candidate()
526 * closest values (from the LEFT, with wrap around if needed) then the hash
/linux-4.1.27/drivers/media/tuners/
H A Dmt2063.c556 * Otherwise, return the value closest to f_Center that is
653 /* Find the value closest to 0 (f_Center) */ MT2063_ChooseFirstIF()
857 /* Choose next IF1 that is closest to f_IF1_CENTER */ MT2063_AvoidSpurs()
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Dqcu.c125 * find the closest power of 2 */ ath5k_cw_validate()
/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dexynos7_drm_decon.c159 /* Find the clock divider value that gets us closest to ideal_clk */ decon_calc_clkdiv()
H A Dexynos_drm_fimd.c321 /* Find the clock divider value that gets us closest to ideal_clk */ fimd_calc_clkdiv()
/linux-4.1.27/drivers/clocksource/
H A Darm_arch_timer.c323 /* Find the closest power of two to the divisor */ arch_timer_configure_evtstream()
/linux-4.1.27/drivers/cpufreq/
H A Dacpi-cpufreq.c488 /* search the closest match to cpu_khz */ acpi_cpufreq_guess_freq()
/linux-4.1.27/arch/mips/alchemy/common/
H A Dclock.c408 * the one that gets closest to but not over the requested rate. alchemy_clk_fgcs_detr()
/linux-4.1.27/drivers/tty/serial/
H A Dlpc32xx_hs.c223 /* Find the closest divider to get the desired clock rate */ __serial_get_clock_div()
H A Dsamsung.c1137 * pick the closest one and select that.
/linux-4.1.27/fs/hfs/
H A Dinode.c594 * 2) map file permissions to the closest allowable permissions
/linux-4.1.27/net/bluetooth/rfcomm/
H A Dsock.c127 * Returns closest match.
/linux-4.1.27/drivers/mtd/ubi/
H A Dbuild.c631 * o VID header starts just after the EC header at the closest address
633 * o data starts just after the VID header at the closest address aligned to
H A Dio.c36 * VID header is stored after the EC header at the closest aligned offset
38 * header at the closest aligned offset. But this default layout may be
H A Dwl.c302 * find_wl_entry - find wear-leveling entry closest to certain erase counter.
307 * This function looks for a wear leveling entry with erase counter closest to
/linux-4.1.27/drivers/mfd/
H A Dsm501.c505 * set one of the four clock sources to the closest available frequency to
637 * finds the closest available frequency for a given clock
/linux-4.1.27/drivers/net/wireless/iwlegacy/
H A D4965.h382 * txpower comes closest to the desired txpower. Usually, though,
383 * the middle set of measurements is closest to the regulatory limits,
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c984 * closest to the specified interrupt holdoff value.
1056 * closest configured holdoff count and use that. If the response set_rxq_intr_params()
1078 * Compute the closest holdoff timer index from the supplied holdoff set_rxq_intr_params()
/linux-4.1.27/fs/ext4/
H A Dextents.c724 * binary search for the closest index of the given block
784 * binary search for closest extent of the given block
1411 * search the closest allocated block to the left for *logical
1476 * search the closest allocated block to the right for *logical
1555 * follow it and find the closest allocated ext4_ext_search_right()
2829 /* find extent for or closest extent to this block */ ext4_ext_remove_space()
H A Dext4.h136 /* the closest logical allocated block to the left */
138 /* the closest logical allocated block to the right */
142 /* phys. block for the closest logical allocated block to the left */
144 /* phys. block for the closest logical allocated block to the right */
/linux-4.1.27/drivers/media/usb/gspca/
H A Dgspca.c1128 /* search the closest mode for width and height */ try_fmt_vid_cap()
1135 /* else, search the closest mode with the same pixel format */ try_fmt_vid_cap()
/linux-4.1.27/drivers/acpi/
H A Dvideo.c1337 /* Find closest level to level_current */ acpi_video_get_next_level()
1346 /* Ajust level_current to closest available level */ acpi_video_get_next_level()
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c764 * Leave one stale entry behind - the one closest to our xfs_dir2_leaf_addname()
956 * Leave one stale entry behind - the one closest to our
H A Dxfs_dir2_block.c277 * XXX should be the one closest to mid but mid is not yet computed.
H A Dxfs_ialloc.c1203 * parent. If so, find the closest available inode to the parent. If xfs_dialloc_ag()
H A Dxfs_alloc.c675 * Look for the closest free block <= bno, it must contain bno xfs_alloc_ag_vextent_exact()
H A Dxfs_dir2_node.c425 * the entry closest to index. xfs_dir2_leafn_add()
/linux-4.1.27/drivers/leds/
H A Dleds-tca6507.c55 * the desired brightness cannot be allocated, the closest available
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c1813 * cxgb4_best_mtu - find the entry in the MTU table closest to an MTU
1818 * Returns the index and the value in the HW MTU table that is closest to
1849 * closest MTU, then we'll return that rather than the closest MTU.
/linux-4.1.27/drivers/clk/sunxi/
H A Dclk-sunxi.c310 * Round down the frequency to the closest multiple of either sun6i_a31_get_pll1_factors()
/linux-4.1.27/drivers/gpu/vga/
H A Dvgaarb.c458 It should always use the bridge closest to the device to control it.
/linux-4.1.27/drivers/md/
H A Draid5.h462 * but is closest to zero.
H A Draid1.c504 * perfect sequential match then we pick the disk whose head is closest.
674 * If all disks are rotational, choose the closest disk. If any disk is read_balance()
H A Draid10.c769 * perfect sequential match then we pick the disk whose head is closest.
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dcx24123.c439 /* Approximation of closest integer of log2(a/b). It actually gives the
H A Dds3000.c992 /* normalized symbol rate rounded to the closest integer */ ds3000_set_frontend()
H A Drtl2832_sdr.c1252 /* Round towards the closest legal value */ rtl2832_sdr_s_ctrl()
H A Dstb0899_algo.c86 * the chip is computed as the closest value of the "true value". stb0899_set_srate()
/linux-4.1.27/include/scsi/
H A Dscsi_host.h274 * driver should set and return the closest legal queue depth.
/linux-4.1.27/arch/parisc/kernel/
H A Ddrivers.c16 * It's the closest we get to a dating agency.
/linux-4.1.27/arch/ia64/kernel/
H A Defi.c384 * i.e., the closest matching page size supported by the TLB. efi_get_pal_addr()
/linux-4.1.27/arch/arm/mach-lpc32xx/
H A Dclock.c1020 /* Find closest divider */ clcd_set_rate()
/linux-4.1.27/net/bluetooth/
H A Dsco.c338 * Returns closest match.
H A Dl2cap_core.c1740 * Returns closest match.
/linux-4.1.27/arch/mips/kvm/
H A Demulate.c315 * Find whether CP0_Count has reached the closest timer interrupt. If kvm_mips_read_count_running()
322 * The CP0_Count we're going to return has already reached the closest kvm_mips_read_count_running()
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/
H A Dgpmi-lib.c1385 * Move src and dst pointers to the closest byte pointer and store bit gpmi_copy_bits()
/linux-4.1.27/drivers/net/ethernet/adi/
H A Dbfin_mac.c847 * interface is the closest possible place to the physical Ethernet transmission bfin_tx_hwtstamp()
/linux-4.1.27/drivers/gpio/
H A Dgpio-omap.c208 * to convert and round up to the closest unit.
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_tv.c399 * then pick a ratio for dda2 that gives the closest approximation. If
H A Di915_gem.c1835 * lifetime of the objects. The closest we can is to release the i915_gem_object_create_mmap_offset()
/linux-4.1.27/drivers/pinctrl/
H A Dpinctrl-st.c516 pr_warn("Attempt to set delay %d, closest available %d\n", st_pinconf_delay_to_bit()
/linux-4.1.27/drivers/hwmon/
H A Dw83795.c324 /* Choose the closest one */ pwm_freq_to_reg()
/linux-4.1.27/drivers/memory/
H A Demif.c393 * 2. the max_freq is closest to the required frequency(optimal) get_timings_table()
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib.h1102 int assigned_node_id; /* NUMA node closest to HCA */
/linux-4.1.27/kernel/sched/
H A Drt.c1578 * out which cpu is logically closest to our hot cache data. find_lowest_rq()
/linux-4.1.27/lib/
H A Dassoc_array.c179 * Navigate through the internal tree looking for the closest node to the key.
/linux-4.1.27/block/
H A Dcfq-iosched.c1073 * We choose the request that is closest to the head right now. Distance
2607 * will contain the closest sector. cfqq_close()
/linux-4.1.27/drivers/mmc/host/
H A Ddw_mmc.c1111 * in the closest possible state dw_mci_queue_request()
/linux-4.1.27/drivers/net/wireless/
H A Drndis_wlan.c3439 * picks up rssi to closest station instead of to access point). rndis_wlan_bind()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_edid.c1437 /* At a given size, try to get closest to target refresh */ edid_fixup_preferred()
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c1681 * this driver, and then we'll assign the process to the "closest" find_best_unit()
/linux-4.1.27/drivers/media/dvb-core/
H A Ddvb_frontend.c2306 * use the closest type, assuming that it would hopefully dvb_frontend_ioctl_legacy()
/linux-4.1.27/drivers/power/
H A Dab8500_fg.c1910 * Returns bit pattern closest to the target voltage
/linux-4.1.27/fs/btrfs/
H A Dfree-space-cache.c1502 /* find entry that is closest to the 'offset' */ tree_search_offset()
/linux-4.1.27/net/mac80211/
H A Dtx.c177 * to closest integer */ ieee80211_duration()
/linux-4.1.27/net/
H A Dsocket.c1140 closest posix thing */ __sock_create()
/linux-4.1.27/drivers/scsi/
H A Ddc395x.c641 * closest eeprom index which will delay for at least that amount of
/linux-4.1.27/drivers/infiniband/hw/nes/
H A Dnes_verbs.c1180 /* nes_debug(NES_DBG_QP, "nesqp=%p, allocated buffer=%p. Rounded to closest %u\n", nes_create_qp()
/linux-4.1.27/drivers/block/mtip32xx/
H A Dmtip32xx.c4284 dev_info(&pdev->dev, "NUMA node %d (closest: %d,%d, probe on %d:%d)\n", mtip_pci_probe()
/linux-4.1.27/fs/ocfs2/
H A Drefcounttree.c2604 * find an offset (start + (n * contig_clusters)) that is closest to cpos
/linux-4.1.27/mm/
H A Dpage_alloc.c3593 * already in @node's fallback list, and it should be the next closest node

Completed in 6200 milliseconds