Searched refs:needed (Results 51 - 75 of 111) sorted by relevance

12345

/linux-master/fs/ocfs2/
H A Dalloc.h176 unsigned int needed);
H A Dsuballoc.c492 unsigned int needed = le16_to_cpu(cl->cl_cpg) - local
507 while ((needed > 0) && (le16_to_cpu(el->l_next_free_rec) <
509 if (min_bits > needed)
510 min_bits = needed;
524 needed = le16_to_cpu(cl->cl_cpg) -
528 if (needed > 0) {
1316 /* we got everything we needed */
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S141 @ All needed values are now in registers.
/linux-master/tools/testing/selftests/net/
H A DMakefile4 CFLAGS = -Wall -Wl,--no-as-needed -O2 -g
6 # Additional include paths needed by kselftest.h
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S68 | Linux/68k: If returning to user space, check for needed reselections.
184 | from being paged out. This routine is needed by the cas/cas2
/linux-master/arch/arm/lib/
H A Ddiv64.S84 @ The division loop for needed upper bit positions.
/linux-master/arch/arm/common/
H A Dmcpm_head.S178 @ If a platform-specific CPU setup hook is needed, it is
/linux-master/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h469 void rpcrdma_post_recvs(struct rpcrdma_xprt *r_xprt, int needed, bool temp);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_sriov.c377 * @num_msix_needed: number of MSIX vectors needed for all SR-IOV VFs
503 * @needed: number of irqs to get
518 static int ice_sriov_get_irqs(struct ice_pf *pf, u16 needed) argument
521 pf->sriov_irq_size, 0, needed, 0);
523 int index = pf->sriov_irq_size - res - needed;
528 bitmap_set(pf->sriov_irq_bm, res, needed);
/linux-master/sound/pci/
H A Dsis7019.c438 int needed; local
446 needed = (period_size != buffer_size &&
449 if (needed && !voice->timing) {
458 } else if (!needed && voice->timing) {
518 * we add bells and whistles as needed from there.
574 /* No locks needed, as the PCM core will hold the locks on the
/linux-master/sound/pci/lx6464es/
H A Dlx_core.c494 "CMD_08_ASK_BUFFERS: needed %d, freed %d\n",
1031 u32 needed, freed; local
1038 err = lx_buffer_ask(chip, 0, is_capture, &needed, &freed, size_array);
1040 "interrupt: needed %d, freed %d\n", needed, freed);
/linux-master/drivers/net/wwan/
H A Dqcom_bam_dmux.c299 static unsigned int needed_room(unsigned int avail, unsigned int needed) argument
301 if (avail >= needed)
303 return needed - avail;
/linux-master/fs/jbd2/
H A Dtransaction.c161 * can thus be started. Also starts the commit if needed. The function expects
232 int needed; variable
251 needed = atomic_add_return(total, &t->t_outstanding_credits);
252 if (needed > journal->j_max_transaction_buffers) {
308 needed = atomic_add_return(rsv_blocks, &journal->j_reserved_credits);
310 if (needed > journal->j_max_transaction_buffers / 2) {
326 * needed to make sure that there is enough journal space for the handle
1829 * There is not much action needed here. We just return any remaining
2188 * This buffer is no longer needed. If it is on an older transaction's
2237 * we know that the data will not be needed
[all...]
/linux-master/drivers/md/
H A Dmd-bitmap.c1094 static void md_bitmap_set_memory_bits(struct bitmap *bitmap, sector_t offset, int needed);
1125 int needed = ((sector_t)(i+1) << (bitmap->counts.chunkshift) local
1129 needed); local
1208 int needed = ((sector_t)(i+1) << bitmap->counts.chunkshift local
1212 needed); local
1239 /* Only one copy, so nothing needed */
1615 * So call __bitmap_start_sync repeatedly (if needed) until
1732 static void md_bitmap_set_memory_bits(struct bitmap *bitmap, sector_t offset, int needed) argument
1753 if (needed)
1820 /* Shouldn't be needed
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S54 | of decimal places needed to insure LEN integer digits
266 fmovel #0,%FPSR |zero all of fpsr - nothing needed
330 | of decimal places needed to insure LEN integer digits
H A Dfpsp.h14 | frame and any local variables needed by the FPSP package.
79 .set LOCAL_SIZE,192 | bytes needed for local variables
H A Dgen_except.S228 tstb RES_FLG(%a6) |check if frestore is needed
229 bne do_clean |if clear, no frestore needed
/linux-master/arch/xtensa/lib/
H A Dusercopy.S207 sub a3, a3, a10 # align a3 (to avoid sim warnings only; not needed for hardware)
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S326 ! Switch to kernel stack if needed
/linux-master/arch/arc/kernel/
H A Dentry-compact.S23 * vineetg: Nov 2009 (Everything needed for TIF_RESTORE_SIGMASK)
25 * -Wrappers for sys_{,rt_}sigsuspend() no longer needed as they don't
32 * exception. Thus FAKE RTIE needed in low level Priv-Violation handler.
337 ; Special considerations needed for the context which took L2 intr
/linux-master/arch/m68k/kernel/
H A Dentry.S178 movel #-ENOSYS,%sp@(PT_OFF_D0)| needed for strace
334 * registers until their contents are no longer needed.
/linux-master/arch/arm/kernel/
H A Dentry-armv.S642 * vector page. New segments (if ever needed) must be added in front of
852 @ isb not needed due to "movs pc, lr" in the vector stub
904 @ isb not needed due to "movs pc, lr" in the vector stub
/linux-master/net/x25/
H A Daf_x25.c88 int needed; local
98 needed = 1 + ((len >> 4) + (len & 0x0f) + 1) / 2;
100 if (!pskb_may_pull(skb, needed)) {
969 * get the call user data because this is needed to determine
/linux-master/arch/alpha/lib/
H A Dstxncpy.S138 beq t0, stxncpy_aligned # avoid loading dest word if not needed
H A Dev6-stxncpy.S170 beq t0, stxncpy_aligned # U : avoid loading dest word if not needed

Completed in 423 milliseconds

12345