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

123

/linux-master/mm/
H A Dpercpu.c3009 const unsigned long goal = __pa(MAX_DMA_ADDRESS); local
3018 ptr = memblock_alloc_from(size, align, goal);
3024 ptr = memblock_alloc_try_nid(size, align, goal,
3033 return memblock_alloc_from(size, align, goal);
/linux-master/drivers/scsi/aic7xxx/
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/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/fs/ext4/
H A Dxattr.c1477 * Let the next inode be the goal, so we try and allocate the EA inode
2134 ext4_fsblk_t goal, block; local
2139 goal = ext4_group_first_block_no(sb,
2141 block = ext4_new_meta_blocks(handle, inode, goal, 0,
/linux-master/net/ipv4/
H A Dtcp_input.c2988 * Main goal of this function is to calculate new estimate for left_out,
5490 int goal; local
5495 goal = sk->sk_rcvbuf >> 3;
5507 goal -= skb->truesize;
5510 if (!prev || goal <= 0) {
5514 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 384 milliseconds

123