Searched refs:goal (Results 51 - 60 of 60) sorted by relevance

123

/linux-master/fs/ext4/
H A Dext4.h147 * suitable group that satisfies goal request. No disk IO
153 * Same as CR_GOAL_LEN_FAST but is allowed to reduce the goal
161 * allocate goal length but might trim the request if nothing
186 /* prefer goal again. length */
202 /* allocate goal blocks or none */
204 /* goal is meaningful */
238 ext4_fsblk_t goal; member in struct:ext4_allocation_request
1617 atomic_t s_bal_goals; /* goal hits */
1618 atomic_t s_bal_len_goals; /* len goal hits */
2719 ext4_fsblk_t goal,
[all...]
H A Dxattr.c1477 * Let the next inode be the goal, so we try and allocate the EA inode
2108 ext4_fsblk_t goal, block; local
2113 goal = ext4_group_first_block_no(sb,
2115 block = ext4_new_meta_blocks(handle, inode, goal, 0,
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.h536 SCB_AUTO_NEGOTIATE = 0x0040,/* Negotiate to achieve goal. */
677 #define AHC_TRANS_GOAL 0x04 /* Modify negotiation goal */
698 * Per-initiator current, goal and user transfer negotiation information. */
702 struct ahc_transinfo goal; member in struct:ahc_initiator_tinfo
1200 * even if our goal and current transport parameters are identical.
1203 AHC_NEG_TO_GOAL, /* Renegotiate only if goal and curr differ. */
1204 AHC_NEG_IF_NON_ASYNC, /* Renegotiate so long as goal is non-async. */
1205 AHC_NEG_ALWAYS /* Renegotiat even if goal is async. */
H A Daic79xx.h574 SCB_AUTO_NEGOTIATE = 0x00040,/* Negotiate to achieve goal. */
731 #define AHD_TRANS_GOAL 0x04 /* Modify negotiation goal */
753 * Per-initiator current, goal and user transfer negotiation information. */
756 struct ahd_transinfo goal; member in struct:ahd_initiator_tinfo
1392 * even if our goal and current transport parameters are identical.
1395 AHD_NEG_TO_GOAL, /* Renegotiate only if goal and curr differ. */
1396 AHD_NEG_IF_NON_ASYNC, /* Renegotiate so long as goal is non-async. */
1397 AHD_NEG_ALWAYS /* Renegotiat even if goal is async. */
/linux-master/mm/
H A Dpercpu.c2985 const unsigned long goal = __pa(MAX_DMA_ADDRESS); local
2994 ptr = memblock_alloc_from(size, align, goal);
3000 ptr = memblock_alloc_try_nid(size, align, goal,
3009 return memblock_alloc_from(size, align, goal);
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c17105 int goal; local
17122 goal = BOUNDARY_MULTI_CACHELINE;
17125 goal = BOUNDARY_SINGLE_CACHELINE;
17127 goal = 0;
17132 val = goal ? 0 : DMA_RWCTRL_DIS_CACHE_ALIGNMENT;
17136 if (!goal)
17156 if (goal == BOUNDARY_SINGLE_CACHELINE) {
17180 if (goal == BOUNDARY_SINGLE_CACHELINE) {
17195 if (goal == BOUNDARY_SINGLE_CACHELINE) {
17202 if (goal
[all...]
/linux-master/net/ipv4/
H A Dtcp_input.c2991 * Main goal of this function is to calculate new estimate for left_out,
5497 int goal; local
5502 goal = sk->sk_rcvbuf >> 3;
5514 goal -= skb->truesize;
5517 if (!prev || goal <= 0) {
5521 goal = sk->sk_rcvbuf >> 3;
/linux-master/fs/ocfs2/
H A Ddlmglue.c1407 unsigned long goal)
1415 mw->mw_goal = goal;
1420 * if the mask still hadn't reached its goal */
1404 lockres_add_mask_waiter(struct ocfs2_lock_res *lockres, struct ocfs2_mask_waiter *mw, unsigned long mask, unsigned long goal) argument
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S3088 # In a system where the FP Operr exception is enabled, the goal #
3278 # In a system where the FP SNAN exception is enabled, the goal #
3579 # In a system where the FP Inexact exception is enabled, the goal #
3758 # In a system where the DZ exception is enabled, the goal is to #
H A Dfpsp.S3089 # In a system where the FP Operr exception is enabled, the goal #
3279 # In a system where the FP SNAN exception is enabled, the goal #
3580 # In a system where the FP Inexact exception is enabled, the goal #
3759 # In a system where the DZ exception is enabled, the goal is to #

Completed in 807 milliseconds

123