/openbmc/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_req.c | 224 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 D | 0003-CVE-2022-41325.patch | 49 + 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 D | deadline-iosched.rst | 61 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 D | lpc4350.dtsi | 7 * You can choose the licence that better fits your requirements.
|
H A D | lpc4357.dtsi | 7 * You can choose the licence that better fits your requirements.
|
H A D | lpc4337-ciaa.dts | 7 * You can choose the licence that better fits your requirements.
|
/openbmc/linux/drivers/staging/pi433/ |
H A D | Kconfig | 8 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 D | meta-networking-image-ptest.bb | 18 # 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 D | meta-oe-image-ptest.bb | 18 # 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 D | meta-multimedia-image-ptest.bb | 18 # 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 D | meta-filesystems-image-ptest.bb | 18 # 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 D | meta-perl-image-ptest.bb | 18 # 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 D | core-image-ptest.bb | 17 # 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 D | meta-python-image-ptest.bb | 18 # 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 D | inlinedata.rst | 7 data is so tiny that it readily fits inside the inode, which
|
/openbmc/u-boot/doc/ |
H A D | README.hwconfig | 39 that the current interface fits people's needs.
|
/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono/ |
H A D | CVE-2024-7539.patch | 4 Subject: [PATCH] ussd: ensure ussd content fits in buffers
|
/openbmc/qemu/docs/system/arm/ |
H A D | fby35.rst | 14 Yosemite v3.5 is itself a sled which fits into a 40U chassis, and 3 sleds
|
/openbmc/linux/kernel/sched/ |
H A D | fair.c | 4989 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 D | 0027-gcc-backport-patch-to-fix-data-relocation-to-ENDBR-s.patch | 179 + /* 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 D | vimc.rst | 32 of commands fits for the default topology:
|
/openbmc/linux/net/netlink/ |
H A D | genetlink.c | 401 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 D | drm-kms-helpers.rst | 9 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 D | 0019-Platform-CS1000-Fix-compiler-switch-in-BL1.patch | 176 /* Code assumes everything fits into a sector */
|
/openbmc/linux/Documentation/mm/ |
H A D | split_page_table_lock.rst | 93 - if spinlock_t fits into long, we use page->ptr as spinlock, so we
|