Searched refs:goal (Results 1 - 25 of 57) sorted by last modified time

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex4885 % goal. When TeX sees \eject from below which follows the final
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsmp.c1279 unsigned long goal, size, i; local
1283 goal = PERCPU_ENOUGH_ROOM;
1286 for (size = PAGE_SIZE; size < goal; size <<= 1UL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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 #
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Daffs.h149 extern u32 affs_alloc_block(struct inode *inode, u32 goal);
H A Dbitmap.c138 affs_alloc_block(struct inode *inode, u32 goal) argument
151 pr_debug("AFFS: balloc(inode=%lu,goal=%u): ", inode->i_ino, goal);
159 if (!goal || goal > sbi->s_partition_size) {
160 if (goal)
161 affs_warning(sb, "affs_balloc", "invalid goal %d", goal);
164 goal = sbi->s_reserved;
167 blk = goal
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dballoc.c265 static int grab_block(spinlock_t *lock, char *map, unsigned size, int goal) argument
270 if (!ext2_test_bit(goal, map))
274 if (goal) {
276 * The goal was occupied; search forward for a free
283 k = (goal + 63) & ~63;
284 goal = ext2_find_next_zero_bit(map, k, goal);
285 if (goal < k)
292 p = map + (goal >> 3);
293 r = memscan(p, 0, (size - goal
326 ext2_new_block(struct inode *inode, unsigned long goal, u32 *prealloc_count, u32 *prealloc_block, int *err) argument
[all...]
H A Dinode.c110 static int ext2_alloc_block (struct inode * inode, unsigned long goal, int *err) argument
122 (goal == ei->i_prealloc_block || goal + 1 == ei->i_prealloc_block))
135 result = ext2_new_block (inode, goal,
139 result = ext2_new_block(inode, goal, NULL, NULL, err);
142 result = ext2_new_block (inode, goal, 0, 0, err);
358 * @goal: place to store the result.
361 * stores it in *@goal and returns zero. If the branch had been changed
369 unsigned long *goal)
383 *goal
365 ext2_find_goal(struct inode *inode, long block, Indirect chain[4], Indirect *partial, unsigned long *goal) argument
418 ext2_alloc_branch(struct inode *inode, int num, unsigned long goal, int *offsets, Indirect *branch) argument
553 unsigned long goal; local
[all...]
H A Dxattr.c663 int goal = le32_to_cpu(EXT2_SB(sb)->s_es-> local
667 int block = ext2_new_block(inode, goal,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dballoc.c181 * @grp_goal: given goal block relative to the allocation block group
185 * Test if the given goal block (group relative) is within the file's
188 * If the reservation window is outside the goal allocation group, return 0;
189 * grp_goal (given goal block) could be -1, which means no specific
190 * goal block. In this case, always return 1.
191 * If the goal block is within the reservation window, return 1;
215 * @goal: target allocation block
217 * Find the reserved window which includes the goal, or the previous one
218 * if the goal is not in any window.
219 * Returns NULL if there are no windows or if all windows start after the goal
222 search_reserve_window(struct rb_root *root, ext3_fsblk_t goal) argument
1402 ext3_new_blocks(handle_t *handle, struct inode *inode, ext3_fsblk_t goal, unsigned long *count, int *errp) argument
1665 ext3_new_block(handle_t *handle, struct inode *inode, ext3_fsblk_t goal, int *errp) argument
[all...]
H A Dinode.c444 * @goal: place to store the result.
447 * stores it in *@goal and returns zero.
518 ext3_fsblk_t goal, int indirect_blks, int blks,
540 current_block = ext3_new_blocks(handle,inode,goal,&count,err);
594 int indirect_blks, int *blks, ext3_fsblk_t goal,
605 num = ext3_alloc_blocks(handle, inode, goal, indirect_blks,
720 * in i_block_alloc_info, to assist find the proper goal block for next
797 ext3_fsblk_t goal; local
887 goal = ext3_find_goal(inode, iblock, chain, partial);
901 err = ext3_alloc_branch(handle, inode, indirect_blks, &count, goal,
517 ext3_alloc_blocks(handle_t *handle, struct inode *inode, ext3_fsblk_t goal, int indirect_blks, int blks, ext3_fsblk_t new_blocks[4], int *err) argument
593 ext3_alloc_branch(handle_t *handle, struct inode *inode, int indirect_blks, int *blks, ext3_fsblk_t goal, int *offsets, Indirect *branch) argument
[all...]
H A Dxattr.c803 ext3_fsblk_t goal = le32_to_cpu( local
808 goal, &error);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dballoc.c202 * @grp_goal: given goal block relative to the allocation block group
206 * Test if the given goal block (group relative) is within the file's
209 * If the reservation window is outside the goal allocation group, return 0;
210 * grp_goal (given goal block) could be -1, which means no specific
211 * goal block. In this case, always return 1.
212 * If the goal block is within the reservation window, return 1;
236 * @goal: target allocation block
238 * Find the reserved window which includes the goal, or the previous one
239 * if the goal is not in any window.
240 * Returns NULL if there are no windows or if all windows start after the goal
243 search_reserve_window(struct rb_root *root, ext4_fsblk_t goal) argument
1419 ext4_new_blocks(handle_t *handle, struct inode *inode, ext4_fsblk_t goal, unsigned long *count, int *errp) argument
1679 ext4_new_block(handle_t *handle, struct inode *inode, ext4_fsblk_t goal, int *errp) argument
[all...]
H A Dextents.c211 ext4_fsblk_t goal, newblock; local
213 goal = ext4_ext_find_goal(inode, path, le32_to_cpu(ex->ee_block));
214 newblock = ext4_new_block(handle, inode, goal, err);
1985 ext4_fsblk_t goal, newblock; local
1995 goal = ext4_ext_in_cache(inode, iblock, &newex);
1996 if (goal) {
1997 if (goal == EXT4_EXT_CACHE_GAP) {
2004 } else if (goal == EXT4_EXT_CACHE_EXTENT) {
2080 goal = ext4_ext_find_goal(inode, path, iblock);
2090 newblock = ext4_new_blocks(handle, inode, goal,
[all...]
H A Dinode.c442 * @goal: place to store the result.
445 * stores it in *@goal and returns zero.
516 ext4_fsblk_t goal, int indirect_blks, int blks,
538 current_block = ext4_new_blocks(handle,inode,goal,&count,err);
592 int indirect_blks, int *blks, ext4_fsblk_t goal,
603 num = ext4_alloc_blocks(handle, inode, goal, indirect_blks,
718 * in i_block_alloc_info, to assist find the proper goal block for next
795 ext4_fsblk_t goal; local
886 goal = ext4_find_goal(inode, iblock, chain, partial);
900 err = ext4_alloc_branch(handle, inode, indirect_blks, &count, goal,
515 ext4_alloc_blocks(handle_t *handle, struct inode *inode, ext4_fsblk_t goal, int indirect_blks, int blks, ext4_fsblk_t new_blocks[4], int *err) argument
591 ext4_alloc_branch(handle_t *handle, struct inode *inode, int indirect_blks, int *blks, ext4_fsblk_t goal, int *offsets, Indirect *branch) argument
[all...]
H A Dxattr.c801 ext4_fsblk_t goal = le32_to_cpu( local
806 goal, &error);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1334 struct sym_trans *goal)
1337 goal->width = 0;
1340 goal->iu = 0;
1341 goal->dt = 0;
1342 goal->qas = 0;
1343 goal->offset = 0;
1349 goal->dt = 1;
1351 if (goal->offset == 0)
1352 goal->dt = 0;
1354 goal
1333 sym_check_goals(struct sym_hcb *np, struct scsi_target *starget, struct sym_trans *goal) argument
1392 struct sym_trans *goal = &tp->tgoal; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx.h571 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
1399 * even if our goal and current transport parameters are identical.
1402 AHD_NEG_TO_GOAL, /* Renegotiate only if goal and curr differ. */
1403 AHD_NEG_IF_NON_ASYNC, /* Renegotiate so long as goal is non-async. */
1404 AHD_NEG_ALWAYS /* Renegotiat even if goal is async. */
H A Daic79xx_core.c2411 tinfo->goal.transport_version = 2;
2412 tinfo->goal.ppr_options = 0;
2851 * channel, but reset our current and goal settings to async/narrow
2860 memset(&tstate->transinfo[i].goal, 0,
2861 sizeof(tstate->transinfo[i].goal));
2917 * Never allow a value higher than our current goal
2929 transinfo = &tinfo->goal;
3011 *offset = min(*offset, (u_int)tinfo->goal.offset);
3039 *bus_width = min((u_int)tinfo->goal.width, *bus_width);
3069 if (tinfo->curr.period != tinfo->goal
[all...]
H A Daic79xx_osm.c1584 if (tinfo->curr.period != tinfo->goal.period
1585 || tinfo->curr.width != tinfo->goal.width
1586 || tinfo->curr.offset != tinfo->goal.offset
1587 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
2288 unsigned int ppr_options = tinfo->goal.ppr_options;
2291 unsigned long offset = tinfo->goal.offset;
2351 period = tinfo->goal.period;
2352 ppr_options = tinfo->goal.ppr_options;
2373 unsigned int ppr_options = tinfo->goal.ppr_options
2375 unsigned int period = tinfo->goal
[all...]
H A Daic79xx_proc.c224 ahd_format_transinfo(info, &tinfo->goal);
H A Daic7xxx.h533 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
1246 * even if our goal and current transport parameters are identical.
1249 AHC_NEG_TO_GOAL, /* Renegotiate only if goal and curr differ. */
1250 AHC_NEG_IF_NON_ASYNC, /* Renegotiate so long as goal is non-async. */
1251 AHC_NEG_ALWAYS /* Renegotiat even if goal is async. */
H A Daic7xxx_core.c1307 tinfo->goal.transport_version = 2;
1308 tinfo->goal.ppr_options = 0;
1583 * channel, but reset our current and goal settings to async/narrow
1593 memset(&tstate->transinfo[i].goal, 0,
1594 sizeof(tstate->transinfo[i].goal));
1659 * Never allow a value higher than our current goal
1671 transinfo = &tinfo->goal;
1812 *offset = min(*offset, (u_int)tinfo->goal.offset);
1840 *bus_width = min((u_int)tinfo->goal.width, *bus_width);
1870 if (tinfo->curr.period != tinfo->goal
[all...]
H A Daic7xxx_osm.c1613 if (tinfo->curr.period != tinfo->goal.period
1614 || tinfo->curr.width != tinfo->goal.width
1615 || tinfo->curr.offset != tinfo->goal.offset
1616 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
2338 unsigned int ppr_options = tinfo->goal.ppr_options;
2340 unsigned long offset = tinfo->goal.offset;
2386 period = tinfo->goal.period;
2387 ppr_options = tinfo->goal.ppr_options;
2405 unsigned int ppr_options = tinfo->goal.ppr_options
2407 unsigned int period = tinfo->goal
[all...]
H A Daic7xxx_proc.c202 ahc_format_transinfo(info, &tinfo->goal);

Completed in 422 milliseconds

123