Home
last modified time | relevance | path

Searched refs:need (Results 301 - 325 of 450) sorted by relevance

1...<<1112131415161718

/kernel/linux/linux-6.6/security/
H A Dsecurity.c183 static void __init lsm_set_blob_size(int *need, int *lbs) in lsm_set_blob_size() argument
187 if (*need <= 0) in lsm_set_blob_size()
191 *lbs = offset + *need; in lsm_set_blob_size()
192 *need = offset; in lsm_set_blob_size()
204 * what the modules might need. in lsm_set_blob_sizes()
1072 * binary will need to reopen, which when reopend may end up being a completely
1547 * @xattr_name does not need to be free'd by the caller, it is a static string.
2363 * security_inode_killpriv() does not need to be called, return >0 if
2364 * security_inode_killpriv() does need to be called.
2502 * need b
[all...]
/kernel/linux/linux-5.10/fs/ceph/
H A Dxattr.c780 int need = __get_required_blob_size(ci, 0, 0); in __ceph_build_xattrs_blob() local
782 BUG_ON(need > ci->i_xattrs.prealloc_blob->alloc_len); in __ceph_build_xattrs_blob()
801 /* adjust buffer len; it may be larger than we need */ in __ceph_build_xattrs_blob()
H A Daddr.c754 * We lost the cache cap, need to truncate the page before in writepages_finish()
1190 * we need to wait until current writes complete */ in ceph_writepages_start()
1303 * In some cases, write_begin doesn't need to read at all:
1383 /* No need to read in some cases */ in ceph_write_begin()
1388 * We need to read it. If we get back -EINPROGRESS, then the page was in ceph_write_begin()
2073 int ceph_pool_perm_check(struct inode *inode, int need) in ceph_pool_perm_check() argument
2099 if ((need & CEPH_CAP_FILE_RD) && !(flags & CEPH_I_POOL_RD)) { in ceph_pool_perm_check()
2104 if ((need & CEPH_CAP_FILE_WR) && !(flags & CEPH_I_POOL_WR)) { in ceph_pool_perm_check()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex177 Before you can unwind a remote process, you need to create a new
317 may need to be specified for programs that can unwind programs on
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djfdctint-sse2.asm115 ; push edx ; need not be preserved
623 ; pop edx ; need not be preserved
/kernel/linux/linux-6.6/fs/ceph/
H A Daddr.c311 /* We need to fetch the inline data. */ in ceph_netfs_issue_op_inline()
392 * encrypted inodes. We'd need infrastructure that handles an iov_iter in ceph_netfs_issue_read()
854 * We lost the cache cap, need to truncate the page before in writepages_finish()
1359 * we need to wait until current writes complete */ in ceph_writepages_start()
2151 int ceph_pool_perm_check(struct inode *inode, int need) in ceph_pool_perm_check() argument
2158 /* Only need to do this for regular files */ in ceph_pool_perm_check()
2181 if ((need & CEPH_CAP_FILE_RD) && !(flags & CEPH_I_POOL_RD)) { in ceph_pool_perm_check()
2186 if ((need & CEPH_CAP_FILE_WR) && !(flags & CEPH_I_POOL_WR)) { in ceph_pool_perm_check()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_removegrain.asm108 ; The loop doesn't need to do all the iterations. It could stop when the right
362 ; As the differences (d1..d4) can only be positive, there is no need to
488 ; As the differences (d1..d4) can only be positive, there is no need to
/third_party/backends/backend/
H A Dhp-scl.c857 hp_scsi_need (HpScsi this, size_t need) in hp_scsi_need() argument
859 assert(need < HP_SCSI_MAX_WRITE); in hp_scsi_need()
861 if (need > hp_scsi_room(this)) in hp_scsi_need()
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c97 unsigned char *cur, unsigned char *end, size_t need) in set_chk_buf_ptr_args()
101 args->need = need; in set_chk_buf_ptr_args()
159 /* Calculate the number of bytes that need to be placed at lower memory in mbedtls_test_ssl_buffer_put()
198 /* Calculate the number of bytes that need to be drawn from lower memory in mbedtls_test_ssl_buffer_get()
924 * there is no need to call the next step */ in mbedtls_test_move_handshake_to_state()
95 set_chk_buf_ptr_args( mbedtls_ssl_chk_buf_ptr_args *args, unsigned char *cur, unsigned char *end, size_t need) set_chk_buf_ptr_args() argument
/third_party/node/deps/minimatch/
H A Dindex.js215 var need = width - c.length;
216 if (need > 0) {
217 var z = new Array(need + 1).join("0");
606 // is not an extglob. If the first pattern IS an extglob, then we need all
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dsram242x.S5 * Omap2 specific functions that need to be run in internal SRAM
172 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
175 /* With DDR, we need to take care of the DLL for the frequency change */
H A Dsram243x.S5 * Omap2 specific functions that need to be run in internal SRAM
172 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
175 /* With DDR, we need to take care of the DLL for the frequency change */
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H A Docteon-memcpy.S68 * These handlers do not need to overwrite any data.
102 * register definitions). We need to redefine the register definitions from
274 # we may need to copy up to 3 NBYTES words.
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dheader.S457 # behaviours need to be analyzed. Here let's take the decompression of
532 # need to deal with each of them separately. Please check
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dcache-v7.S130 beq finished @ if loc is 0, then no need to clean
468 * to the v7_cache_fns, we only override the ones we need
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dhead.S347 /* we don't need any serial debugging mappings */
353 * If we're using the NetWinder or CATS, we also need to map
393 * the processor type - there is no need to check the machine type
444 * registers. All these registers need to be preserved by the
583 @ below address check will need to be #ifdef'd or equivalent
/kernel/linux/linux-5.10/drivers/cpufreq/
H A DKconfig.x8682 You need to specify the processor maximum speed as boot
/kernel/linux/linux-6.6/arch/mips/
H A DMakefile348 ifdef need-compiler
389 # Some machines like the Indy need 32-bit ELF binaries for booting purposes.
390 # Other need ECOFF, so we build a 32-bit ELF binary for them which we then
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H A Docteon-memcpy.S68 * These handlers do not need to overwrite any data.
102 * register definitions). We need to redefine the register definitions from
276 # we may need to copy up to 3 NBYTES words.
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dentry.S577 // NB: if anyone adds preemption, this block will need to be protected
800 // NB: if anyone adds preemption, this block will need to be protected
847 That works nicely, but for real syscall 0 we need to
849 Store a non-zero there - -ENOSYS we need in register
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dcache-v7.S131 beq finished @ if loc is 0, then no need to clean
465 * to the v7_cache_fns, we only override the ones we need
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dsram242x.S5 * Omap2 specific functions that need to be run in internal SRAM
172 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
175 /* With DDR, we need to take care of the DLL for the frequency change */
H A Dsram243x.S5 * Omap2 specific functions that need to be run in internal SRAM
172 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
175 /* With DDR, we need to take care of the DLL for the frequency change */
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dheader.S399 # behaviours need to be analyzed. Here let's take the decompression of
474 # need to deal with each of them separately. Please check
/kernel/linux/linux-6.6/mm/
H A Dpage_owner.c100 .need = need_page_owner,
266 * in that case we also don't need to explicitly clear the info from in __folio_copy_owner()
308 /* The pageblock is online, no need to recheck. */ in pagetypeinfo_showmixedcount_print()

Completed in 44 milliseconds

1...<<1112131415161718