Searched refs:D1 (Results 1 - 25 of 39) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dbackground.c49 D1(printk(KERN_DEBUG "JFFS2: Garbage collect thread is pid %d\n", pid));
61 D1(printk(KERN_DEBUG "jffs2: Killing GC task %d\n", c->gc_task->pid));
89 D1(printk(KERN_DEBUG "jffs2_garbage_collect_thread sleeping...\n"));
118 D1(printk(KERN_DEBUG "jffs2_garbage_collect_thread(): SIGSTOP received.\n"));
124 D1(printk(KERN_DEBUG "jffs2_garbage_collect_thread(): SIGKILL received.\n"));
128 D1(printk(KERN_DEBUG "jffs2_garbage_collect_thread(): SIGHUP received.\n"));
131 D1(printk(KERN_DEBUG "jffs2_garbage_collect_thread(): signal %ld received\n", signr));
137 D1(printk(KERN_DEBUG "jffs2_garbage_collect_thread(): pass\n"));
H A Dcompr_zlib.c48 D1(printk(KERN_DEBUG "Allocated %d bytes for deflate workspace\n", zlib_deflate_workspacesize()));
55 D1(printk(KERN_DEBUG "Allocated %d bytes for inflate workspace\n", zlib_inflate_workspacesize()));
96 D1(printk(KERN_DEBUG "calling deflate with avail_in %d, avail_out %d\n",
99 D1(printk(KERN_DEBUG "deflate returned with avail_in %d, avail_out %d, total_in %ld, total_out %ld\n",
102 D1(printk(KERN_DEBUG "deflate in loop returned %d\n", ret));
114 D1(printk(KERN_DEBUG "final deflate returned %d\n", ret));
120 D1(printk(KERN_DEBUG "zlib compressed %ld bytes into %ld; failing\n",
126 D1(printk(KERN_DEBUG "zlib compressed %ld bytes into %ld\n",
166 /* Let this remain D1 for now -- it should never happen */
167 D1(print
[all...]
H A Dnodemgmt.c50 D1(printk(KERN_DEBUG "jffs2_reserve_space(): Requested 0x%x bytes\n", minsize));
53 D1(printk(KERN_DEBUG "jffs2_reserve_space(): alloc sem got\n"));
78 D1(printk(KERN_NOTICE "jffs2_reserve_space(): Low on dirty space to GC, but it's a deletion. Allowing...\n"));
81 D1(printk(KERN_DEBUG "dirty size 0x%08x + unchecked_size 0x%08x < nospc_dirty_size 0x%08x, returning -ENOSPC\n",
101 D1(printk(KERN_NOTICE "jffs2_reserve_space(): Low on possibly available space, but it's a deletion. Allowing...\n"));
105 D1(printk(KERN_DEBUG "max. available size 0x%08x < blocksneeded * sector_size 0x%08x, returning -ENOSPC\n",
114 D1(printk(KERN_DEBUG "Triggering GC pass. nr_free_blocks %d, nr_erasing_blocks %d, free_size 0x%08x, dirty_size 0x%08x, wasted_size 0x%08x, used_size 0x%08x, erasing_size 0x%08x, bad_size 0x%08x (total 0x%08x of 0x%08x)\n",
134 D1(printk(KERN_DEBUG "jffs2_reserve_space: ret is %d\n", ret));
151 D1(printk(KERN_DEBUG "jffs2_reserve_space_gc(): Requested 0x%x bytes\n", minsize));
157 D1(print
[all...]
H A Dgc.c53 D1(printk(KERN_DEBUG "Picking block from bad_used_list to GC next\n"));
58 D1(printk(KERN_DEBUG "Picking block from erasable_list to GC next\n"));
62 D1(printk(KERN_DEBUG "Picking block from very_dirty_list to GC next\n"));
65 D1(printk(KERN_DEBUG "Picking block from dirty_list to GC next\n"));
68 D1(printk(KERN_DEBUG "Picking block from clean_list to GC next\n"));
71 D1(printk(KERN_DEBUG "Picking block from dirty_list to GC next (clean_list was empty)\n"));
75 D1(printk(KERN_DEBUG "Picking block from very_dirty_list to GC next (clean_list and dirty_list were empty)\n"));
78 D1(printk(KERN_DEBUG "Picking block from erasable_list to GC next (clean_list and {very_,}dirty_list were empty)\n"));
83 D1(printk(KERN_DEBUG "Synching wbuf in order to reuse erasable_pending_wbuf_list blocks\n"));
90 D1(print
[all...]
H A Dread.c50 D1(printk(KERN_DEBUG "Node read from %08x: node_crc %08x, calculated CRC %08x. dsize %x, csize %x, offset %x, buf %p\n",
68 D1(if(ofs + len > je32_to_cpu(ri->dsize)) {
160 D1(printk(KERN_DEBUG "jffs2_read_inode_range: ino #%u, range 0x%08x-0x%08x\n",
171 D1(printk(KERN_NOTICE "Eep. Hole in ino #%u fraglist. frag->ofs = 0x%08x, offset = 0x%08x\n", f->inocache->ino, frag->ofs, offset));
174 D1(printk(KERN_DEBUG "Filling non-frag hole from %d-%d\n", offset, offset+holesize));
181 D1(printk(KERN_DEBUG "Filling frag hole from %d-%d (frag 0x%x 0x%x)\n", offset, holeend, frag->ofs, frag->ofs + frag->size));
193 D1(printk(KERN_DEBUG "Reading %d-%d from node at 0x%08x (%d)\n",
199 D1(printk(KERN_DEBUG"jffs2_read_inode_range error %d\n",ret));
H A Dscan.c103 D1(printk(KERN_DEBUG "MTD point returned len too short: 0x%zx\n", pointlen));
108 D1(printk(KERN_DEBUG "MTD point failed %d\n", ret));
123 D1(printk(KERN_DEBUG "Allocating readbuf of %d bytes\n", buf_size));
177 D1(printk(KERN_DEBUG "Adding all-dirty block at 0x%08x to erase_pending_list\n", jeb->offset));
204 D1(printk(KERN_DEBUG "jffs2_scan_medium(): new nextblock = 0x%08x\n", jeb->offset));
216 D1(printk(KERN_NOTICE "JFFS2: Erase block at 0x%08x is not formatted. It will be erased\n", jeb->offset));
222 D1(printk(KERN_NOTICE "JFFS2: Block at 0x%08x is bad\n", jeb->offset));
249 D1(printk(KERN_DEBUG "jffs2_scan_medium(): Skipping %d bytes in nextblock to ensure page alignment\n",
286 D1(printk(KERN_WARNING "mtd->read(0x%x bytes from 0x%x) returned %d\n", len, ofs, ret));
290 D1(print
[all...]
H A Dsymlink.c54 D1(printk(KERN_DEBUG "jffs2_follow_link(): target path is '%s'\n", (char *) f->target));
H A Dfile.c129 D1(printk(KERN_DEBUG "jffs2_prepare_write()\n"));
138 D1(printk(KERN_DEBUG "Writing new hole frag 0x%x-0x%x between current EOF and new page\n",
183 D1(printk(KERN_DEBUG "Eep. add_full_dnode_to_inode() failed in prepare_write, returned %d\n", ret));
201 D1(printk(KERN_DEBUG "end prepare_write(). pg->flags %lx\n", pg->flags));
219 D1(printk(KERN_DEBUG "jffs2_commit_write(): ino #%lu, page at 0x%lx, range %d-%d, flags %lx\n",
241 D1(printk(KERN_DEBUG "jffs2_commit_write(): Allocation of raw inode failed\n"));
289 D1(printk(KERN_DEBUG "jffs2_commit_write(): Not all bytes written. Marking page !uptodate\n"));
294 D1(printk(KERN_DEBUG "jffs2_commit_write() returning %d\n",start+writtenlen==end?0:ret));
H A Dwrite.c39 D1(printk(KERN_DEBUG "jffs2_do_new_inode(): Assigned ino# %d\n", f->inocache->ino));
70 D1(if(je32_to_cpu(ri->hdr_crc) != crc32(0, ri, sizeof(struct jffs2_unknown_node)-4)) {
98 D1(printk(KERN_DEBUG "jffs2_write_dnode : dnode_version %d, "
130 D1(printk(KERN_DEBUG "Retrying failed write.\n"));
150 D1(printk(KERN_DEBUG "Allocated space at 0x%08x to retry failed write.\n", flash_ofs));
157 D1(printk(KERN_DEBUG "Failed to allocate space to retry failed write: %d!\n", ret));
180 D1(printk(KERN_DEBUG "jffs2_write_dnode wrote node at 0x%08x(%d) with dsize 0x%x, csize 0x%x, node_crc 0x%08x, data_crc 0x%08x, totlen 0x%08x\n",
203 D1(printk(KERN_DEBUG "jffs2_write_dirent(ino #%u, name at *0x%p \"%s\"->ino #%u, name_crc 0x%08x)\n",
207 D1(if(je32_to_cpu(rd->hdr_crc) != crc32(0, rd, sizeof(struct jffs2_unknown_node)-4)) {
235 D1(print
[all...]
H A Derase.c48 D1(printk(KERN_DEBUG "jffs2_erase_block(): erase block %#08x (range %#08x-%#08x)\n",
84 D1(printk(KERN_DEBUG "Erase at 0x%08x failed: %d. Refiling on erase_pending_list\n", jeb->offset, ret));
120 D1(printk(KERN_DEBUG "Count reached. jffs2_erase_pending_blocks leaving\n"));
126 D1(printk(KERN_DEBUG "Starting erase of pending block 0x%08x\n", jeb->offset));
151 D1(printk(KERN_DEBUG "jffs2_erase_pending_blocks completed\n"));
158 D1(printk(KERN_DEBUG "Erase completed successfully at 0x%08x\n", jeb->offset));
254 D1(printk(KERN_DEBUG "Removed nodes in range 0x%08x-0x%08x from ino #%u\n",
293 D1(printk(KERN_DEBUG "Freeing all node refs for eraseblock offset 0x%08x\n", jeb->offset));
326 D1(printk(KERN_DEBUG "Verifying erase at 0x%08x\n", jeb->offset));
373 D1(print
[all...]
H A Dcompr.c226 D1(printk(KERN_DEBUG "Registering JFFS2 compressor \"%s\"\n", comp->name));
251 D1(printk(KERN_DEBUG "Unregistering JFFS2 compressor \"%s\"\n", comp->name));
291 D1(printk(KERN_INFO "JFFS2: default compression mode: none\n");)
295 D1(printk(KERN_INFO "JFFS2: default compression mode: size\n");)
297 D1(printk(KERN_INFO "JFFS2: default compression mode: priority\n");)
H A Dwbuf.c94 D1(printk(KERN_DEBUG "No memory to allocate inodirty. Fallback to all considered dirty\n"));
116 D1(printk(KERN_DEBUG "Removing eraseblock at 0x%08x from erasable_pending_wbuf_list...\n", jeb->offset));
121 D1(printk(KERN_DEBUG "...and adding to erase_pending_list\n"));
128 D1(printk(KERN_DEBUG "...and adding to erasable_list\n"));
139 D1(printk("About to refile bad block at %08x\n", jeb->offset));
147 D1(printk("Refiling block at %08x to bad_used_list\n", jeb->offset));
152 D1(printk("Refiling block at %08x to erase_pending_list\n", jeb->offset));
270 D1(printk(KERN_DEBUG "No non-obsolete nodes to be recovered. Just filing block bad\n"));
367 D1(printk(KERN_DEBUG "Write 0x%x bytes at 0x%08x in wbuf recover\n",
421 D1(print
[all...]
H A Dfs.c39 D1(printk(KERN_DEBUG "jffs2_setattr(): ino #%lu\n", inode->i_ino));
53 D1(printk(KERN_DEBUG "jffs2_setattr(): Writing %d bytes of kdev_t\n", mdatalen));
69 D1(printk(KERN_DEBUG "jffs2_setattr(): Writing %d bytes of symlink target\n", mdatalen));
226 D1(printk(KERN_DEBUG "jffs2_clear_inode(): ino #%lu mode %o\n", inode->i_ino, inode->i_mode));
239 D1(printk(KERN_DEBUG "jffs2_read_inode(): inode->i_ino == %lu\n", inode->i_ino));
308 D1(printk(KERN_DEBUG "Reading device numbers from flash\n"));
334 D1(printk(KERN_DEBUG "jffs2_read_inode() returning\n"));
346 D1(printk(KERN_DEBUG "jffs2_dirty_inode() calling setattr() for ino #%lu\n", inode->i_ino));
393 D1(printk(KERN_DEBUG "jffs2_write_super()\n"));
410 D1(print
[all...]
H A Ddebug.h52 #define D1(x) x macro
54 #define D1(x) macro
H A Ddir.c81 D1(printk(KERN_DEBUG "jffs2_lookup()\n"));
127 D1(printk(KERN_DEBUG "jffs2_readdir() for dir_i #%lu\n", filp->f_path.dentry->d_inode->i_ino));
135 D1(printk(KERN_DEBUG "Dirent 0: \".\", ino #%lu\n", inode->i_ino));
142 D1(printk(KERN_DEBUG "Dirent 1: \"..\", ino #%lu\n", pino));
193 D1(printk(KERN_DEBUG "jffs2_create()\n"));
198 D1(printk(KERN_DEBUG "jffs2_new_inode() failed\n"));
229 D1(printk(KERN_DEBUG "jffs2_create: Created ino #%lu with mode %o, nlink %d(%d). nrpages %ld\n",
376 D1(printk(KERN_DEBUG "jffs2_symlink: symlink's target '%s' cached\n", (char *)f->target));
H A Dsuper.c85 D1(printk(KERN_DEBUG "jffs2_get_sb_mtd():"
147 D1(printk(KERN_DEBUG "jffs2_put_super returning\n"));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dutil_altivec.h63 vector signed short A1, B1, C1, D1, E1, F1, G1, H1; \
69 D1 = vec_mergel (b, f); \
81 G2 = vec_mergeh (D1, H1); \
82 H2 = vec_mergel (D1, H1); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/lib/
H A Dcopy_user_memcpy.S61 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1
62 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1
63 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1
64 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dfasttimer.c133 #define D1(x) macro
284 D1(printk("start_timer1 : %d us freq: %i div: %i\n",
324 D1(printk("sft %s %d us\n", name, delay_us));
474 D1(printk("t: %is %06ius\n", tv.tv_sec, tv.tv_usec));
514 D1(printk(".\n"));
544 D1(printk("e! %d\n", us));
552 D1(printk("t1 stop!\n"));
584 D1(printk("schedule_usleep(%d)\n", us));
592 D1(printk("done schedule_usleep(%d)\n", us));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsrem_mod.S164 movel -4(%a0),%d2 | ...(D0,D1,D2) is |X|
178 subl %d6,%d0 | ...(D0,D1,D2) is normalized
192 orl %d7,%d1 | ...(D0,D1,D2) normalized
197 addil #0x00003FFE,%d0 | ...(D0,D1,D2) normalized
210 |..(Carry,D1,D2) is R
226 |..At this point carry = 0, R = (D1,D2), Y = (D4,D5)
240 |..If Carry is set, then Y < (Carry,D1,D2) < 2Y. Otherwise, Carry = 0
241 |..and Y < (D1,D2) < 2Y. Either way, perform R - Y
258 |..At this point, R=(Carry,D1,D2) = 2^(k-L)X - QY, j+k=L, j >= 0, R < 2Y.
263 |..k = L, j = 0, Carry = 0, R = (D1,D
[all...]
H A Dslog2.S33 | flag. Otherwise, save FPCR in D1; set FpCR to default.
48 | flag. Otherwise, save FPCR in D1; set FpCR to default.
62 | flag. Otherwise, save FPCR in D1; set FpCR to default.
77 | flag. Otherwise, save FPCR in D1; set FpCR to default.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Djpeglsdec.c160 int D0, D1, D2; local
171 D1 = Rb - Rc;
174 if((FFABS(D0) <= state->near) && (FFABS(D1) <= state->near) && (FFABS(D2) <= state->near)) {
224 context = ff_jpegls_quantize(state, D0) * 81 + ff_jpegls_quantize(state, D1) * 9 + ff_jpegls_quantize(state, D2);
H A Djpeglsenc.c118 int D0, D1, D2; local
129 D1 = Rb - Rc;
133 if((FFABS(D0) <= state->near) && (FFABS(D1) <= state->near) && (FFABS(D2) <= state->near)) {
178 context = ff_jpegls_quantize(state, D0) * 81 + ff_jpegls_quantize(state, D1) * 9 + ff_jpegls_quantize(state, D2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dfasttimer.c154 #define D1(x) macro
261 D1(printk("start_timer_trig : %d us freq: %i div: %i\n",
316 D1(printk("sft %s %d us\n", name, delay_us));
482 D1(printk("t: %is %06ius\n", tv.tv_sec, tv.tv_usec));
522 D1(printk(".\n"));
552 D1(printk("e! %d\n", us));
560 D1(printk("ttrig stop!\n"));
590 D1(printk("schedule_usleep(%d)\n", us));
598 D1(printk("done schedule_usleep(%d)\n", us));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep003.tcl225 rep003_put $masterenv D1 d-one
258 rep003_check $clientenv D1 d-one

Completed in 117 milliseconds

12