Searched refs:swap (Results 1 - 25 of 232) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsort.h8 void (*swap)(void *, void *, int));
H A Dshmem_fs.h4 #include <linux/swap.h>
15 unsigned long swapped; /* subtotal assigned to swap */
20 struct list_head swaplist; /* chain of maybes on swap */
H A Dsquashfs_fs_sb.h46 int swap; member in struct:squashfs_sb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dops-ddb5477.c46 * On DDB5477, we have two sets of swap registers, for ext PCI and IOPCI.
65 static inline u32 ddb_access_config_base(struct pci_config_swap *swap, u32 bus, /* 0 means top level bus */ argument
74 db_assert(swap->config_size >= (2 << 20));
80 swap->pdar_backup = ddb_in32(swap->pdar);
81 swap->pmr_backup = ddb_in32(swap->pmr);
84 ddb_set_pdar(swap->pdar, swap->config_base, swap
123 ddb_close_config_base(struct pci_config_swap *swap) argument
129 read_config_dword(struct pci_config_swap *swap, struct pci_bus *bus, u32 devfn, u32 where, u32 * val) argument
155 read_config_word(struct pci_config_swap *swap, struct pci_bus *bus, u32 devfn, u32 where, u16 * val) argument
171 read_config_byte(struct pci_config_swap *swap, struct pci_bus *bus, u32 devfn, u32 where, u8 * val) argument
188 write_config_dword(struct pci_config_swap *swap, struct pci_bus *bus, u32 devfn, u32 where, u32 val) argument
214 write_config_word(struct pci_config_swap *swap, struct pci_bus *bus, u32 devfn, u32 where, u16 val) argument
233 write_config_byte(struct pci_config_swap *swap, struct pci_bus *bus, u32 devfn, u32 where, u8 val) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dsort.c36 * @swap: pointer to swap function or NULL
39 * swap function optimized to your element type.
49 void (*swap)(void *, void *, int size))
54 if (!swap)
55 swap = (size == 4 ? u32_swap : generic_swap);
65 swap(base + r, base + c, size);
71 swap(base, base + i, size);
78 swap(base + r, base + c, size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/perlasm/
H A Dcbc.pl28 local($name,$enc_func,$dec_func,$swap,$iv_off,$enc_off,$p1,$p2,$p3)=@_;
31 # swap is true if byte order needs to be reversed
119 &bswap("eax") if $swap;
120 &bswap("ebx") if $swap;
130 &bswap("eax") if $swap;
131 &bswap("ebx") if $swap;
184 &bswap("eax") if $swap;
185 &bswap("ebx") if $swap;
195 &bswap("eax") if $swap;
196 &bswap("ebx") if $swap;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dcbc.pl28 local($name,$enc_func,$dec_func,$swap,$iv_off,$enc_off,$p1,$p2,$p3)=@_;
31 # swap is true if byte order needs to be reversed
119 &bswap("eax") if $swap;
120 &bswap("ebx") if $swap;
130 &bswap("eax") if $swap;
131 &bswap("ebx") if $swap;
184 &bswap("eax") if $swap;
185 &bswap("ebx") if $swap;
195 &bswap("eax") if $swap;
196 &bswap("ebx") if $swap;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A Duser.c19 #include <linux/swap.h>
35 int swap; member in struct:snapshot_data
64 data->swap = swsusp_resume_device ?
68 data->swap = -1;
85 free_all_swap_pages(data->swap);
291 avail = count_swap_pages(data->swap, 1);
297 if (data->swap < 0 || data->swap >= MAX_SWAPFILES) {
301 offset = alloc_swapdev_block(data->swap);
311 if (data->swap <
[all...]
H A DMakefile8 obj-$(CONFIG_SOFTWARE_SUSPEND) += swsusp.o disk.o snapshot.o swap.o user.o
H A Dswsusp.c4 * This file provides code to write suspend image to swap and read it back.
15 * suspend to swap space, stop all tasks. Port to 2.4.18-ac and 2.5.17.
34 * Reworked the freeing of memory and the handling of swap
46 #include <linux/swap.h>
77 * swap pages, so that they can be freed in case of an error.
130 * alloc_swapdev_block - allocate a swap page and register that it has
134 sector_t alloc_swapdev_block(int swap) argument
138 offset = swp_offset(get_swap_page_of_type(swap));
141 swap_free(swp_entry(swap, offset));
143 return swapdev_block(swap, offse
154 free_all_swap_pages(int swap) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dsubscr.c50 * @swap: indicates if subscriber uses opposite endianness in its messages
59 int swap; member in struct:subscriber
84 * @swap: non-zero if endianness must be reversed
89 static u32 htohl(u32 in, int swap) argument
93 return swap ? ((c[3] << 3) + (c[2] << 2) + (c[1] << 1) + c[0]) : in;
112 sub->evt.event = htohl(event, sub->owner->swap);
113 sub->evt.found_lower = htohl(found_lower, sub->owner->swap);
114 sub->evt.found_upper = htohl(found_upper, sub->owner->swap);
115 sub->evt.port.ref = htohl(port_ref, sub->owner->swap);
116 sub->evt.port.node = htohl(node, sub->owner->swap);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/lib/
H A Dstrlen.S50 swap.b r1,r1
51 swap.w r1,r1
52 swap.b r1,r1
H A Dmemset.S33 swap.b r5,r0 ! V0
35 swap.w r5,r0 ! VV00
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Di915_irq.c151 * (based on the assumption that a single buffer swap would always
459 * Schedule buffer swap at given vertical blank.
465 drm_i915_vblank_swap_t swap; local
481 DRM_COPY_FROM_USER_IOCTL(swap, (drm_i915_vblank_swap_t __user *) data,
482 sizeof(swap));
484 if (swap.seqtype & ~(_DRM_VBLANK_RELATIVE | _DRM_VBLANK_ABSOLUTE |
486 DRM_ERROR("Invalid sequence type 0x%x\n", swap.seqtype);
490 pipe = (swap.seqtype & _DRM_VBLANK_SECONDARY) ? 1 : 0;
492 seqtype = swap.seqtype & (_DRM_VBLANK_RELATIVE | _DRM_VBLANK_ABSOLUTE);
501 if (!drm_get_drawable_info(dev, swap
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_cond.S63 swap %d0
68 swap %d0
83 swap %d1 | test condition in %d1
103 swap %d1
118 swap %d1
120 swap %d1
165 swap %d1
H A Dfp_move.S49 swap %d1 | one can be trashed below
83 swap %d1
99 swap %d2
111 swap %d2
122 swap %d2
130 swap %d2
191 swap %d2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dqsort.c75 #define swap(a, b) \ macro
116 swap(pl, pl - es);
131 swap(a, pm);
139 swap(pa, pb);
147 swap(pc, pd);
154 swap(pb, pc);
163 swap(pl, pl - es);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dma.c17 #include <linux/swap.h>
H A Dme2.c17 #include <linux/swap.h>
H A Drte_nb85e_cb.c17 #include <linux/swap.h>
H A Dteg.c17 #include <linux/swap.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/lib/
H A Dudivsi3.S103 swap d2 define
106 swap d0 define
125 swap d2 define
127 swap d2 /* align high part with low part */ define
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dpgtable.c3 #include <linux/swap.h>
15 printk("Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10));
35 printk("%d pages swap cached\n",cached);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dswaponoff.c12 #include <sys/swap.h>
25 bb_error_msg("warning: swap file has holes");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dread_fs.c65 int swap; variable
73 if(swap) {
157 if(swap) {
164 if(swap) {
172 if(swap) {
182 if(swap) {
210 if(swap) {
236 if(swap) {
257 if(swap) {
277 if(swap) {
[all...]

Completed in 532 milliseconds

12345678910