/openbmc/linux/fs/ubifs/ |
H A D | tnc_commit.c | 17 * make_idx_node - make an index node for fill-the-gaps method of TNC commit. 97 * fill_gap - make index nodes in gaps in dirty index LEBs. 213 * layout_leb_in_gaps - layout index nodes using in-the-gaps method. 217 * This function lays out new index nodes for dirty znodes using in-the-gaps 221 * This function returns the number of index nodes written into the gaps, or a 270 * The obsolete index nodes form gaps that can be in layout_leb_in_gaps() 347 * layout_in_gaps - in-the-gaps method of committing TNC. 351 * This function lays out new index nodes for dirty znodes using in-the-gaps 381 * option which forces in-the-gaps is enabled. in layout_in_gaps() 563 * into the gaps created by obsolete index nodes in non-empty index LEBs. For [all …]
|
H A D | budget.c | 178 * The index head is not available for the in-the-gaps method, so add an in ubifs_calc_min_idx_lebs() 274 * that the "in-the-gaps" commit method always succeeds and UBIFS will always 314 * before they can be used. And the in-the-gaps method will grab these in do_budget_space()
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dvbapi.rst | 66 - Ported document to Docbook XML, addition of DVBv5 API, documentation gaps fix. 78 Most gaps between the uAPI document and the Kernel implementation
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/ |
H A D | netdata.conf | 235 # gaps on gauges (deleteGauges) = no 236 # gaps on counters (deleteCounters) = no 237 # gaps on meters (deleteMeters) = no 238 # gaps on sets (deleteSets) = no 239 # gaps on histograms (deleteHistograms) = no 240 # gaps on timers (deleteTimers) = no 241 # gaps on dictionaries (deleteDictionaries) = no
|
/openbmc/linux/mm/damon/ |
H A D | vaddr.c | 125 * Find the two biggest gaps so that first_gap > second_gap > others. in __damon_va_three_regions() 127 * tree gaps. in __damon_va_three_regions() 155 /* Sort the two biggest gaps by address */ in __damon_va_three_regions() 211 * that cover every mapped area of the address space. Also the two gaps 224 * gaps are exceptionally huge areas in usual address space, excluding these
|
/openbmc/linux/tools/lib/perf/include/internal/ |
H A D | cpumap.h | 13 * gaps if CPU numbers were used. For events associated with a pid, rather than
|
/openbmc/linux/drivers/iommu/iommufd/ |
H A D | Kconfig | 28 undiscovered gaps. This option is currently intended for the
|
/openbmc/linux/lib/ |
H A D | maple_tree.c | 662 * ma_gaps() - Get a pointer to the maple node gaps. 666 * Return: A pointer to the maple node gaps 1556 /* There cannot be two gaps in a row. */ in mas_leaf_max_gap() 1565 * @gaps: The pointer to the gaps 1569 * Uses the metadata data end to scan backwards across set gaps. 1574 ma_max_gap(struct maple_node *node, unsigned long *gaps, enum maple_type mt, in ma_max_gap() argument 1582 if (gaps[i] > max_gap) { in ma_max_gap() 1583 max_gap = gaps[i]; in ma_max_gap() 1600 unsigned long *gaps; in mas_max_gap() local 1612 gaps = ma_gaps(node, mt); in mas_max_gap() [all …]
|
/openbmc/qemu/hw/i386/ |
H A D | pc_sysfw.c | 131 * without gaps. 233 /* Reject gaps */ in pc_system_firmware_init()
|
/openbmc/linux/arch/arm64/lib/ |
H A D | kasan_sw_tags.S | 33 * store in the gaps), and create a frame record (for which we can use
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | qca,qca7000.txt | 28 between each data word. In burst mode these gaps aren't
|
/openbmc/linux/drivers/soc/ti/ |
H A D | ti_sci_inta_msi.c | 113 /* Use alloc ALL as it's unclear whether there are gaps in the indices */ in ti_sci_inta_msi_domain_alloc_irqs()
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/ |
H A D | dram.c | 84 * and without gaps. in dram_init()
|
/openbmc/linux/include/linux/ |
H A D | nfs_fs.h | 212 * might fill in the gaps, or possibly a gap is caused 215 * is not empty, then we assume the gaps were due to 218 * We can only track a limited number of concurrent gaps.
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | sil,sii9022.yaml | 67 connected to any FIFO, but there can be no gaps. E.g. an I2S pin must be
|
/openbmc/linux/Documentation/trace/ |
H A D | hwlat_detector.rst | 26 for some period, then looking for gaps in the TSC data. Any gap indicates a
|
H A D | stm.rst | 80 will help programmers and sysadmins identify gaps in configuration
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | test_shadow_stack.c | 552 * direction, filling any gaps until it encounters the shadow stack's 555 * of the above gaps are filled. The search down algorithm will have 556 * looked at the shadow stack gaps.
|
/openbmc/linux/arch/x86/kernel/ |
H A D | ftrace_32.S | 109 subl $3*4, %esp # RET-IP + 3 gaps
|
/openbmc/linux/tools/thermal/tmon/ |
H A D | tmon.h | 91 /* keep track of instance ids since there might be gaps */
|
/openbmc/linux/include/net/sctp/ |
H A D | tsnmap.h | 31 * Last Rcvd TSN). If no gaps exist, i.e. no out of
|
/openbmc/linux/drivers/vfio/pci/pds/ |
H A D | dirty.c | 221 * Only support 1 region for now. If there are any large gaps in the in pds_vfio_dirty_enable() 226 * on the largest address region gaps. We can do this split up to the in pds_vfio_dirty_enable()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | budget.c | 187 * The index head is not available for the in-the-gaps method, so add an in ubifs_calc_min_idx_lebs() 285 * that the "in-the-gaps" commit method always succeeds and UBIFS will always 325 * before they can be used. And the in-the-gaps method will grab these in do_budget_space()
|
/openbmc/linux/sound/core/ |
H A D | Kconfig | 202 the process or driver which causes the scheduling gaps.
|
/openbmc/linux/tools/testing/selftests/core/ |
H A D | close_range_test.c | 83 /* create a couple of gaps */ in TEST() 151 /* create a couple of gaps */ in TEST()
|