Searched refs:partial (Results 1 - 25 of 40) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/minix/
H A Ditree_common.c149 Indirect *partial; local
158 partial = get_branch(inode, depth, offsets, chain, &err);
161 if (!partial) {
167 partial = chain+depth-1; /* the whole chain */
174 while (partial > chain) {
175 brelse(partial->bh);
176 partial--;
191 left = (chain + depth) - partial;
192 err = alloc_branch(inode, left, offsets+(partial-chain), partial);
224 Indirect *partial, *p; local
298 Indirect *partial; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/sysv/
H A Ditree.c200 Indirect *partial; local
209 partial = get_branch(inode, depth, offsets, chain, &err);
212 if (!partial) {
218 partial = chain+depth-1; /* the whole chain */
225 while (partial > chain) {
226 brelse(partial->bh);
227 partial--;
242 left = (chain + depth) - partial;
243 err = alloc_branch(inode, left, offsets+(partial-chain), partial);
275 Indirect *partial, *p; local
356 Indirect *partial; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Dfreecom.c179 int result, partial;
199 FCM_PACKET_LENGTH, &partial);
219 int result, partial;
239 FCM_PACKET_LENGTH, &partial);
252 desired_length, &partial);
259 US_DEBUGP("IDE in partial is %d\n", partial);
279 int result, partial; local
290 FCM_PACKET_LENGTH, &partial);
293 result, partial);
320 int result, partial; local
365 int partial; local
[all...]
H A Dinitializers.c69 int res, partial; local
92 res = usb_stor_bulk_msg(us, bcb, pipe, US_BULK_CB_WRAP_LEN, &partial);
102 res = usb_stor_bulk_msg(us, bcs, pipe, US_BULK_CS_WRAP_LEN, &partial);
H A Dtransport.c527 int partial; local
538 result = usb_stor_bulk_msg(us, buf, pipe, length, &partial);
540 result, partial, length);
555 if (partial == length) {
1001 unsigned int length, int result, unsigned int partial)
1004 result, partial, length);
1009 if (partial != length) {
1132 unsigned int partial; local
1160 sg, srb->use_sg, transfer_amount, &partial);
1687 int partial; local
1000 interpret_urb_result(struct us_data *us, unsigned int pipe, unsigned int length, int result, unsigned int partial) argument
[all...]
H A Disd200.c403 int partial; local
414 result = usb_stor_bulk_msg(us, buf, pipe, length, &partial);
416 result, partial, length);
425 if (partial == length) {
542 int partial; local
574 &partial);
605 &partial);
617 US_BULK_CS_WRAP_LEN, &partial);
642 bcs.Status > US_BULK_STAT_PHASE || partial != 13) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/lib/
H A DMakefile8 CFLAGS_csum-partial.o := $(PROFILING) -funroll-loops
13 obj-y = csum-partial.o csum-copy.o csum-wrappers.o delay.o \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusblcd.c116 unsigned int partial; local
145 obuf, thistime, &partial, 10 * HZ);
147 dbg("write stats: result:%d thistime:%lu partial:%u",
148 result, thistime, partial);
156 } else if (!result & partial) {
157 obuf += partial;
158 thistime -= partial;
179 unsigned int partial; local
203 ibuf, this_read, &partial,
206 dbg(KERN_DEBUG "read stats: result:%d this_read:%u partial
[all...]
H A Dscanner.c187 * value should be 'partial' not 'this_read'.
189 * by 'this_read' and not by 'partial'. This resulted in twice as many
561 int partial; /* Number of bytes successfully written */ local
604 result = usb_bulk_msg(dev,usb_sndbulkpipe(dev, scn->bulk_out_ep), obuf, this_write, &partial, 60*HZ);
605 dbg("write stats(%d): result:%d this_write:%d partial:%d", scn_minor, result, this_write, partial);
618 if (partial) {
620 cnt_max = (partial > 24) ? 24 : partial;
628 if (partial !
659 int partial; /* Number of bytes successfully read */ local
[all...]
H A Drio500.c281 unsigned int partial; local
322 obuf, thistime, &partial, 5 * HZ);
324 dbg("write stats: result:%d thistime:%lu partial:%u",
325 result, thistime, partial);
334 } else if (!result & partial) {
335 obuf += partial;
336 thistime -= partial;
364 unsigned int partial; local
398 ibuf, this_read, &partial,
401 dbg(KERN_DEBUG "read stats: result:%d this_read:%u partial
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext2/
H A Dinode.c316 * @partial: pointer to the last triple within a chain
327 Indirect *partial,
337 if (verify_chain(chain, partial)) {
345 *goal = ext2_find_near(inode, partial);
364 * we had read the existing part of chain and partial points to the last
513 Indirect *partial; local
523 partial = ext2_get_branch(inode, depth, offsets, chain, &err);
526 if (!partial) {
532 partial = chain+depth-1; /* the whole chain */
539 while (partial > chai
324 ext2_find_goal(struct inode *inode, long block, Indirect chain[4], Indirect *partial, unsigned long *goal) argument
662 Indirect *partial, *p; local
795 Indirect *partial; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext3/
H A Dinode.c467 * @partial: pointer to the last triple within a chain
476 Indirect *partial, unsigned long *goal)
489 if (verify_chain(chain, partial)) {
497 *goal = ext3_find_near(inode, partial);
519 * we had read the existing part of chain and partial points to the last
727 Indirect *partial; local
740 partial = ext3_get_branch(inode, depth, offsets, chain, &err);
743 if (!partial) {
750 partial = chain+depth-1; /* the whole chain */
757 while (partial > chai
475 ext3_find_goal(struct inode *inode, long block, Indirect chain[4], Indirect *partial, unsigned long *goal) argument
951 walk_page_buffers( handle_t *handle, struct inode *inode, struct buffer_head *head, unsigned from, unsigned to, int *partial, int (*fn)( handle_t *handle, struct inode *inode, struct buffer_head *bh)) argument
1111 int partial = 0; local
1476 Indirect *partial, *p; local
1797 Indirect *partial; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/adfs/
H A Ddir_fplus.c104 unsigned int buffer, partial, remainder; local
109 partial = sb->s_blocksize - offset;
111 if (partial >= len)
116 remainder = len - partial;
118 memcpy(c, dir->bh[buffer]->b_data + offset, partial);
119 memcpy(c + partial, dir->bh[buffer + 1]->b_data, remainder);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_proc.c108 off_t partial; local
110 partial = info->offset - info->pos;
111 data += partial;
112 info->pos += partial;
113 len -= partial;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dmem.c447 unsigned long partial; local
450 partial = (PAGE_SIZE-1) & -(unsigned long) buf;
451 unwritten = clear_user(buf, partial);
452 written = partial - unwritten;
455 left -= partial;
456 buf += partial;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/lib/
H A Dumul.S30 andcc %g0, %g0, %o4 ! zero the partial product and clear N and V
93 * For signed multiplies, we subtract (x << 32) from the partial
95 * Because of the way the shift into the partial product is calculated
H A Dmul.S23 andcc %g0, %g0, %o4 ! zero the partial product and clear N and V
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dtdb.c1344 tdb_len_t partial; local
1356 partial = el->offset - off;
1357 if (transaction_read(tdb, off, buf, partial, cv) != 0) {
1360 len -= partial;
1361 off += partial;
1362 buf = (void *)(partial + (char *)buf);
1365 partial = len;
1367 partial = el->offset + el->length - off;
1369 memcpy(buf, el->data + (off - el->offset), partial);
1373 len -= partial;
1417 tdb_len_t partial; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dfilemap.c230 static inline void truncate_partial_page(struct page *page, unsigned partial) argument
232 memclear_highpage_flush(page, partial, PAGE_CACHE_SIZE-partial);
234 do_flushpage(page, partial);
257 static int truncate_list_pages(struct list_head *head, unsigned long start, unsigned *partial) argument
272 if ((offset >= start) || (*partial && (offset + 1) == start)) {
290 if (*partial && (offset + 1) == start) {
291 truncate_partial_page(page, *partial);
292 *partial = 0;
322 * that are beyond that offset (and zeroing out partial page
328 unsigned partial = lstart & (PAGE_CACHE_SIZE - 1); local
[all...]
H A Dshmem.c320 unsigned long partial; local
328 partial = inode->i_size & ~PAGE_CACHE_MASK;
330 if (partial) {
342 memclear_highpage_flush(page, partial,
343 PAGE_CACHE_SIZE - partial);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dev6-memset.S80 ldq_u $4,0($16) # L : Fetch first partial
99 * one partial quad to write.
257 ldq_u $4,0($16) # L : Fetch first partial
276 * one partial quad to write.
444 ldq_u $4,0($16) # L : Fetch first partial
463 * one partial quad to write.
H A Dev6-strncpy_from_user.S61 ldq_u t0, 0(a0) # L : load first (partial) aligned dest quadword
74 * We are co-aligned; take care of a partial first word.
128 /* Take care of the final (partial) word store. At this point
139 /* We're doing a partial word store and so need to combine
196 cmpbge zero, t2, t8 # E : find nulls in second partial
258 If it resides in the lower half, we have one (probably partial)
260 have one full and one partial word left to write out.
268 or t0, t1, t0 # E : first (partial) source word complete
284 /* Take care of a final (probably partial) result word.
365 /* At this point we've found a zero in the first partial wor
[all...]
H A Dev6-memchr.S139 # last quad may or may not be partial).
H A Dmemchr.S121 # last quad may or may not be partial).
H A Dev6-stxncpy.S104 /* Take care of the final (partial) word store. At this point
119 /* We're doing a partial word store and so need to combine
165 /* We are co-aligned; take care of a partial first word. */
216 cmpbge zero, t2, t8 # E : find nulls in second partial
265 If it resides in the lower half, we have one (probably partial)
267 have one full and one partial word left to write out.
274 or t0, t1, t0 # E : first (partial) source word complete
290 /* Take care of a final (probably partial) result word.
374 /* At this point we've found a zero in the first partial word of

Completed in 161 milliseconds

12