Home
last modified time | relevance | path

Searched refs:fits (Results 1 – 25 of 85) sorted by relevance

1234

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_req.c224 static int next_opcode_rc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_rc() argument
230 return fits ? in next_opcode_rc()
234 return fits ? in next_opcode_rc()
241 return fits ? in next_opcode_rc()
245 return fits ? in next_opcode_rc()
252 return fits ? in next_opcode_rc()
256 return fits ? in next_opcode_rc()
263 return fits ? in next_opcode_rc()
267 return fits ? in next_opcode_rc()
286 return fits ? IB_OPCODE_RC_SEND_LAST_WITH_INVALIDATE : in next_opcode_rc()
[all …]
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0003-CVE-2022-41325.patch49 + assert(!(p_client->width & ~0xffff)); // fits in 16 bits
53 + assert(!(p_client->height & ~0xffff)); // fits in 16 bits
/openbmc/linux/Documentation/block/
H A Ddeadline-iosched.rst61 with a request that is already on the queue. Either it fits in the back of that
62 request, or it fits at the front. That is called either a back merge candidate
/openbmc/linux/arch/arm/boot/dts/nxp/lpc/
H A Dlpc4350.dtsi7 * You can choose the licence that better fits your requirements.
H A Dlpc4357.dtsi7 * You can choose the licence that better fits your requirements.
H A Dlpc4337-ciaa.dts7 * You can choose the licence that better fits your requirements.
/openbmc/linux/drivers/staging/pi433/
H A DKconfig8 Pi433 is a shield that fits onto the GPIO header of a Raspberry Pi
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/images/
H A Dmeta-networking-image-ptest.bb18 # The image can be sufficiently large (~1.8GB) that we need to be careful that it fits in a live
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/images/
H A Dmeta-oe-image-ptest.bb18 # The image can be sufficiently large (~1.8GB) that we need to be careful that it fits in a live
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/images/
H A Dmeta-multimedia-image-ptest.bb18 # The image can be sufficiently large (~1.8GB) that we need to be careful that it fits in a live
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/images/
H A Dmeta-filesystems-image-ptest.bb18 # The image can be sufficiently large (~1.8GB) that we need to be careful that it fits in a live
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/images/
H A Dmeta-perl-image-ptest.bb18 # The image can be sufficiently large (~1.8GB) that we need to be careful that it fits in a live
/openbmc/openbmc/poky/meta/recipes-core/images/
H A Dcore-image-ptest.bb17 # The image can sufficiently large (~1.8GB) that we need to be careful that it fits in a live
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/images/
H A Dmeta-python-image-ptest.bb18 # The image can be sufficiently large (~1.8GB) that we need to be careful that it fits in a live
/openbmc/linux/Documentation/filesystems/ext4/
H A Dinlinedata.rst7 data is so tiny that it readily fits inside the inode, which
/openbmc/u-boot/doc/
H A DREADME.hwconfig39 that the current interface fits people's needs.
/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono/
H A DCVE-2024-7539.patch4 Subject: [PATCH] ussd: ensure ussd content fits in buffers
/openbmc/qemu/docs/system/arm/
H A Dfby35.rst14 Yosemite v3.5 is itself a sled which fits into a 40U chassis, and 3 sleds
/openbmc/linux/kernel/sched/
H A Dfair.c4989 bool fits, uclamp_max_fits; in util_fits_cpu() local
4994 fits = fits_capacity(util, capacity); in util_fits_cpu()
4997 return fits; in util_fits_cpu()
5061 fits = fits || uclamp_max_fits; in util_fits_cpu()
5095 if (fits && (util < uclamp_min) && (uclamp_min > capacity_orig_thermal)) in util_fits_cpu()
5098 return fits; in util_fits_cpu()
7489 int fits, best_fits = 0; in select_idle_capacity() local
7506 fits = util_fits_cpu(task_util, util_min, util_max, cpu); in select_idle_capacity()
7509 if (fits > 0) in select_idle_capacity()
7515 else if (fits < 0) in select_idle_capacity()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0027-gcc-backport-patch-to-fix-data-relocation-to-ENDBR-s.patch179 + /* Skip bb which already fits into one cacheline. */
406 - /* Skip bb which already fits into one cacheline. */
/openbmc/linux/Documentation/admin-guide/media/
H A Dvimc.rst32 of commands fits for the default topology:
/openbmc/linux/net/netlink/
H A Dgenetlink.c401 bool fits; in genl_allocate_reserve_groups() local
413 fits = true; in genl_allocate_reserve_groups()
420 fits = false; in genl_allocate_reserve_groups()
447 } while (!fits); in genl_allocate_reserve_groups()
/openbmc/linux/Documentation/gpu/
H A Ddrm-kms-helpers.rst9 for each driver what fits, and avoid shared code where special behaviour is
383 But it nicely fits into the overall topic of mode setting helper
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0019-Platform-CS1000-Fix-compiler-switch-in-BL1.patch176 /* Code assumes everything fits into a sector */
/openbmc/linux/Documentation/mm/
H A Dsplit_page_table_lock.rst93 - if spinlock_t fits into long, we use page->ptr as spinlock, so we

1234