/linux-2.4.37.9/lib/zlib_deflate/ |
D | deflate.c | 66 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 70 local block_state deflate_stored OF((deflate_state *s, int flush)); 71 local block_state deflate_fast OF((deflate_state *s, int flush)); 72 local block_state deflate_slow OF((deflate_state *s, int flush)); 407 int zlib_deflate (strm, flush) in zlib_deflate() argument 409 int flush; 415 flush > Z_FINISH || flush < 0) { 421 (s->status == FINISH_STATE && flush != Z_FINISH)) { 428 s->last_flush = flush; 470 } else if (strm->avail_in == 0 && flush <= old_flush && [all …]
|
/linux-2.4.37.9/arch/sparc64/mm/ |
D | ultra.S | 37 flush %g6 55 flush %g6 85 flush %g6 95 flush %g6 122 flush %g6 127 flush %g6 134 flush %g6 139 flush %g6 150 flush %g6 152 flush %g6 [all …]
|
/linux-2.4.37.9/arch/arm/mm/ |
D | proc-arm6,7.S | 41 mcr p15, 0, r0, c7, c0, 0 @ flush cache 58 mcr p15, 0, r0, c5, c0, 0 @ flush TLB 81 mcr p15, 0, r0, c5, c0, 0 @ flush TLB 102 mcr p15, 0, r0, c6, c0, 0 @ flush TLB 286 mcr p15, 0, r1, c7, c0, 0 @ flush cache 288 mcr p15, 0, r1, c5, c0, 0 @ flush TLBs 359 mcr p15, 0, r1, c7, c0, 0 @ flush cache 360 mcr p15, 0, r1, c5, c0, 0 @ flush TLB 376 mcr p15, 0, r0, c7, c0 @ flush caches on v3 377 mcr p15, 0, r0, c5, c0 @ flush TLBs on v3 [all …]
|
D | proc-arm720.S | 61 mcr p15, 0, r0, c7, c7, 0 @ flush cache 81 mcr p15, 0, r0, c8, c7, 0 @ flush TLB (v4) 97 1: mcr p15, 0, r0, c8, c7, 1 @ flush TLB (v4) 112 mcr p15, 0, r0, c8, c7, 1 @ flush TLB (v4) 388 mcr p15, 0, r1, c8, c7, 0 @ flush TLB (v4) 441 mcr p15, 0, ip, c8, c7, 0 @ flush TLB (v4) 457 mcr p15, 0, r0, c8, c7, 0 @ flush TLB (v4)
|
/linux-2.4.37.9/include/linux/ |
D | coda_proc.h | 43 int flush; member 85 int flush; member
|
D | zlib.h | 204 ZEXTERN int ZEXPORT zlib_deflate OF((z_streamp strm, int flush)); 324 ZEXTERN int ZEXPORT zlib_inflate OF((z_streamp strm, int flush));
|
/linux-2.4.37.9/drivers/char/ |
D | n_r3964.c | 457 static void flush(struct r3964_info *pInfo) in flush() function 490 flush(pInfo); in trigger_transmit() 508 flush(pInfo); in retry_transmit() 521 flush(pInfo); in retry_transmit() 572 flush(pInfo); in transmit_block() 601 flush(pInfo); in on_receive_block() 619 flush(pInfo); in on_receive_block() 745 flush(pInfo); in receive_char() 832 flush(pInfo); in on_timeout() 842 flush(pInfo); in on_timeout() [all …]
|
/linux-2.4.37.9/arch/arm/boot/compressed/ |
D | head-sa1100.S | 54 @ Be sure to flush kernel binary out of the cache, 64 mcr p15, 0, r0, c7, c7, 0 @ flush I & D caches
|
D | head-shark.S | 57 mcr p15, 0, r0, c7, c7 @ flush I,D caches on v4 59 mcr p15, 0, r0, c8, c7 @ flush I,D TLBs on v4
|
D | head-ftvpci.S | 18 mcr p15, 0, r0, c7, c5, 0 @ flush I cache
|
/linux-2.4.37.9/Documentation/ |
D | cachetlb.txt | 19 on a cpu (see vma->cpu_vm_mask), one need not perform a flush 28 invoke one of the following flush methods _after_ the page table 33 The most severe flush of all. After this interface runs, 141 The cache level flush will always be first, because this allows 160 The most severe flush of all. After this interface runs, 247 you must flush this page from the D-cache. 299 of that page. It is important to flush here to handle 318 the actual flush if there are currently no user processes 327 set the flush is done and the flag bit is cleared. 329 IMPORTANT NOTE: It is often important, if you defer the flush, [all …]
|
/linux-2.4.37.9/arch/sparc/mm/ |
D | tsunami.S | 43 flush %o1 45 flush %o1 + 4
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | head.S | 275 flush %g3 297 flush %g3 445 flush %g3 465 flush %g3 517 flush %g3 552 flush %g3
|
D | sbus.c | 59 u16 flush; member 94 iommu->alloc_info[entry].flush = in __iommu_flushall() 156 flush_point = iommu->alloc_info[cnum].flush; in alloc_streaming_cluster() 236 if (between(ent, iommu->alloc_info[cnum].next, iommu->alloc_info[cnum].flush)) in free_streaming_cluster() 237 iommu->alloc_info[cnum].flush = ent; in free_streaming_cluster() 1142 iommu->alloc_info[i].flush = 0; in sbus_iommu_init()
|
/linux-2.4.37.9/drivers/char/ftape/lowlevel/ |
D | ftape-write.c | 299 const ft_write_mode_t flush) in ftape_write_segment() argument 314 if ((result = write_segment(segment_id, buffer, flush)) >= 0) { in ftape_write_segment()
|
/linux-2.4.37.9/drivers/bluetooth/ |
D | hci_uart.h | 52 int (*flush)(struct hci_uart *hu); member
|
/linux-2.4.37.9/arch/sparc64/lib/ |
D | U3patch.S | 22 flush %g2;
|
/linux-2.4.37.9/include/net/irda/ |
D | ircomm_param.h | 145 int ircomm_param_request(struct ircomm_tty_cb *self, __u8 pi, int flush);
|
/linux-2.4.37.9/fs/smbfs/ |
D | ChangeLog | 48 * proc.c: replace the win95-flush fix with smb_seek, when needed. 60 both server and client, using flush with to force win9x to remember 72 * inode.c, proc.c: need flush after truncate on some servers (win9x)
|
/linux-2.4.37.9/arch/arm/mach-sa1100/ |
D | sleep.S | 185 mcr p15, 0, r1, c8, c7, 0 @ flush I+D TLBs 186 mcr p15, 0, r1, c7, c7, 0 @ flush I&D cache
|
/linux-2.4.37.9/fs/coda/ |
D | file.c | 171 coda_vfs_stat.flush++; in coda_flush() 288 flush: coda_flush,
|
D | sysctl.c | 320 ps->flush, in coda_vfs_stats_get_info() 443 ps->flush, in coda_cache_inv_stats_get_info()
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | pbm.h | 87 u16 flush; member
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | zlib.h | 272 extern int inflate OF((z_stream *strm, int flush));
|
/linux-2.4.37.9/arch/ppc/boot/include/ |
D | zlib.h | 270 extern int inflate OF((z_stream *strm, int flush));
|