Searched refs:goal (Results 1 - 25 of 58) sorted by path

123

/linux-master/arch/m68k/ifpsp060/src/
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 #
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 #
/linux-master/fs/affs/
H A Dbitmap.c115 affs_alloc_block(struct inode *inode, u32 goal) argument
128 pr_debug("balloc(inode=%lu,goal=%u): ", inode->i_ino, goal);
136 if (!goal || goal > sbi->s_partition_size) {
137 if (goal)
138 affs_warning(sb, "affs_balloc", "invalid goal %d", goal);
141 goal = sbi->s_reserved;
144 blk = goal
[all...]
H A Daffs.h161 extern u32 affs_alloc_block(struct inode *inode, u32 goal);
/linux-master/fs/hfs/
H A Dbitmap.c139 u32 hfs_vbm_search_free(struct super_block *sb, u32 goal, u32 *num_bits) argument
151 pos = hfs_find_set_zero_bits(bitmap, HFS_SB(sb)->fs_ablocks, goal, num_bits);
153 if (goal)
154 pos = hfs_find_set_zero_bits(bitmap, goal, 0, num_bits);
/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/drivers/net/ethernet/ibm/
H A Dibmveth.c1005 goal = channels->tx_count; local
1012 return netif_set_real_num_tx_queues(netdev, goal);
1020 for (i = old; i < goal; i++) {
1031 goal = old;
1035 rc = netif_set_real_num_tx_queues(netdev, goal);
1039 goal = old;
1043 for (i = old; i > goal; i--) {
/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. */
H A Daic79xx_core.c3140 tinfo->goal.transport_version = 2;
3141 tinfo->goal.ppr_options = 0;
3614 * channel, but reset our current and goal settings to async/narrow
3623 memset(&tstate->transinfo[i].goal, 0,
3624 sizeof(tstate->transinfo[i].goal));
3679 * Never allow a value higher than our current goal
3691 transinfo = &tinfo->goal;
3773 *offset = min(*offset, (u_int)tinfo->goal.offset);
3801 *bus_width = min((u_int)tinfo->goal.width, *bus_width);
3831 if (tinfo->curr.period != tinfo->goal
[all...]
H A Daic79xx_osm.c1691 if (tinfo->curr.period != tinfo->goal.period
1692 || tinfo->curr.width != tinfo->goal.width
1693 || tinfo->curr.offset != tinfo->goal.offset
1694 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
2391 unsigned int ppr_options = tinfo->goal.ppr_options;
2394 unsigned long offset = tinfo->goal.offset;
2457 period = tinfo->goal.period;
2458 ppr_options = tinfo->goal.ppr_options;
2479 unsigned int ppr_options = tinfo->goal.ppr_options
2481 unsigned int period = tinfo->goal
[all...]
H A Daic79xx_proc.c175 ahd_format_transinfo(m, &tinfo->goal);
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 Daic7xxx_core.c1862 tinfo->goal.transport_version = 2;
1863 tinfo->goal.ppr_options = 0;
2138 * channel, but reset our current and goal settings to async/narrow
2148 memset(&tstate->transinfo[i].goal, 0,
2149 sizeof(tstate->transinfo[i].goal));
2213 * Never allow a value higher than our current goal
2225 transinfo = &tinfo->goal;
2386 *offset = min(*offset, (u_int)tinfo->goal.offset);
2414 *bus_width = min((u_int)tinfo->goal.width, *bus_width);
2444 if (tinfo->curr.period != tinfo->goal
[all...]
H A Daic7xxx_osm.c1618 if (tinfo->curr.period != tinfo->goal.period
1619 || tinfo->curr.width != tinfo->goal.width
1620 || tinfo->curr.offset != tinfo->goal.offset
1621 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
2348 unsigned int ppr_options = tinfo->goal.ppr_options;
2350 unsigned long offset = tinfo->goal.offset;
2403 period = tinfo->goal.period;
2404 ppr_options = tinfo->goal.ppr_options;
2422 unsigned int ppr_options = tinfo->goal.ppr_options
2424 unsigned int period = tinfo->goal
[all...]
H A Daic7xxx_proc.c155 ahc_format_transinfo(m, &tinfo->goal);
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1352 struct sym_trans *goal)
1355 goal->width = 0;
1358 goal->iu = 0;
1359 goal->dt = 0;
1360 goal->qas = 0;
1361 goal->offset = 0;
1367 goal->dt = 1;
1369 if (goal->offset == 0)
1370 goal->dt = 0;
1372 goal
1351 sym_check_goals(struct sym_hcb *np, struct scsi_target *starget, struct sym_trans *goal) argument
1410 struct sym_trans *goal = &tp->tgoal; local
[all...]
/linux-master/drivers/tty/
H A Dtty_buffer.c308 size_t goal = min_t(size_t, size - copied, TTY_BUFFER_PAGE); local
309 size_t space = __tty_buffer_request_room(port, goal, need_flags);
/linux-master/fs/ext2/
H A Dballoc.c249 * @grp_goal: given goal block relative to the allocation block group
253 * Test if the given goal block (group relative) is within the file's
256 * If the reservation window is outside the goal allocation group, return 0;
257 * grp_goal (given goal block) could be -1, which means no specific
258 * goal block. In this case, always return 1.
259 * If the goal block is within the reservation window, return 1;
283 * @goal: target allocation block
285 * Find the reserved window which includes the goal, or the previous one
286 * if the goal is not in any window.
287 * Returns NULL if there are no windows or if all windows start after the goal
290 search_reserve_window(struct rb_root *root, ext2_fsblk_t goal) argument
1201 ext2_new_blocks(struct inode *inode, ext2_fsblk_t goal, unsigned long *count, int *errp, unsigned int flags) argument
[all...]
H A Dinode.c327 * Returns preferred place for a block (the goal).
390 * @goal: Preferred place for allocation.
400 ext2_fsblk_t goal, int indirect_blks, int blks,
422 current_block = ext2_new_blocks(inode, goal, &count, err, 0);
457 * @goal: preferred place for allocation
480 int indirect_blks, int *blks, ext2_fsblk_t goal,
491 num = ext2_alloc_blocks(inode, goal, indirect_blks,
587 * in i_block_alloc_info, to assist find the proper goal block for next
633 ext2_fsblk_t goal; local
721 goal
399 ext2_alloc_blocks(struct inode *inode, ext2_fsblk_t goal, int indirect_blks, int blks, ext2_fsblk_t new_blocks[4], int *err) argument
479 ext2_alloc_branch(struct inode *inode, int indirect_blks, int *blks, ext2_fsblk_t goal, int *offsets, Indirect *branch) argument
[all...]
H A Dxattr.c743 ext2_fsblk_t goal = ext2_group_first_block_no(sb, local
746 ext2_fsblk_t block = ext2_new_blocks(inode, goal,
/linux-master/fs/ext4/
H A Dballoc.c729 * @goal: given target block(filesystem wide)
737 ext4_fsblk_t goal, unsigned int flags,
746 ar.goal = goal;
736 ext4_new_meta_blocks(handle_t *handle, struct inode *inode, ext4_fsblk_t goal, unsigned int flags, unsigned long *count, int *errp) argument
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 */
235 ext4_fsblk_t goal; member in struct:ext4_allocation_request
1614 atomic_t s_bal_goals; /* goal hits */
1615 atomic_t s_bal_len_goals; /* len goal hits */
2716 ext4_fsblk_t goal,
[all...]
H A Dextents.c264 ext4_fsblk_t goal, newblock; local
266 goal = ext4_ext_find_goal(inode, path, le32_to_cpu(ex->ee_block));
267 newblock = ext4_new_meta_blocks(handle, inode, goal, flags,
1316 ext4_fsblk_t newblock, goal = 0; local
1323 goal = ext4_idx_pblock(EXT_FIRST_INDEX(ext_inode_hdr(inode)));
1324 if (goal > le32_to_cpu(es->s_first_data_block)) {
1326 goal--;
1328 goal = ext4_inode_to_goal_block(inode);
1329 newblock = ext4_new_meta_blocks(handle, inode, goal, flags,
4292 ar.goal
[all...]
H A Dialloc.c926 __u32 goal, uid_t *owner, __u32 i_flags,
1004 if (!goal)
1005 goal = sbi->s_inode_goal;
1007 if (goal && goal <= le32_to_cpu(sbi->s_es->s_inodes_count)) {
1008 group = (goal - 1) / EXT4_INODES_PER_GROUP(sb);
1009 ino = (goal - 1) % EXT4_INODES_PER_GROUP(sb);
923 __ext4_new_inode(struct mnt_idmap *idmap, handle_t *handle, struct inode *dir, umode_t mode, const struct qstr *qstr, __u32 goal, uid_t *owner, __u32 i_flags, int handle_type, unsigned int line_no, int nblocks) argument
H A Dindirect.c254 ext4_fsblk_t goal; local
257 * XXX need to get goal block from mballoc's data structures
260 goal = ext4_find_near(inode, partial);
261 goal = goal & EXT4_MAX_BLOCK_FILE_PHYS;
262 return goal;
342 ar->goal = new_blocks[i] = ext4_new_meta_blocks(handle,
343 ar->inode, ar->goal,
620 ar.goal = ext4_find_goal(inode, map->m_lblk, partial);

Completed in 569 milliseconds

123