Searched refs:old (Results 1 - 25 of 2981) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/
H A Dspinlock.h18 unsigned int old, unsigned int new)
22 : "=d" (old), "=Q" (*lock)
23 : "0" (old), "d" (new), "Q" (*lock)
25 return old;
49 int old; local
51 old = _raw_compare_and_swap(&lp->owner_cpu, 0, ~smp_processor_id());
52 if (likely(old == 0))
60 int old; local
62 old = _raw_compare_and_swap(&lp->owner_cpu, 0, ~smp_processor_id());
63 if (likely(old
17 _raw_compare_and_swap(volatile unsigned int *lock, unsigned int old, unsigned int new) argument
70 int old; local
115 unsigned int old; local
123 unsigned int old; local
131 unsigned int old, cmp; local
159 unsigned int old; local
[all...]
H A Datomic.h81 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) argument
85 : "+d" (old), "=Q" (v->counter)
88 return old;
93 int c, old; local
98 old = atomic_cmpxchg(v, c, c + a);
99 if (likely(old == c))
101 c = old;
164 long long old, long long new)
168 : "+d" (old), "=Q" (v->counter)
171 return old;
163 atomic64_cmpxchg(atomic64_t *v, long long old, long long new) argument
216 atomic64_cmpxchg(atomic64_t *v, long long old, long long new) argument
233 long long old, new; local
244 long long old, new; local
255 long long old, new; local
265 long long old, new; local
277 long long c, old; local
293 long long c, old, dec; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/include/asm/
H A Dspinlock.h18 unsigned int old, unsigned int new)
22 : "=d" (old), "=Q" (*lock)
23 : "0" (old), "d" (new), "Q" (*lock)
25 return old;
49 int old; local
51 old = _raw_compare_and_swap(&lp->owner_cpu, 0, ~smp_processor_id());
52 if (likely(old == 0))
60 int old; local
62 old = _raw_compare_and_swap(&lp->owner_cpu, 0, ~smp_processor_id());
63 if (likely(old
17 _raw_compare_and_swap(volatile unsigned int *lock, unsigned int old, unsigned int new) argument
70 int old; local
115 unsigned int old; local
123 unsigned int old; local
131 unsigned int old, cmp; local
159 unsigned int old; local
[all...]
H A Datomic.h81 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) argument
85 : "+d" (old), "=Q" (v->counter)
88 return old;
93 int c, old; local
98 old = atomic_cmpxchg(v, c, c + a);
99 if (likely(old == c))
101 c = old;
164 long long old, long long new)
168 : "+d" (old), "=Q" (v->counter)
171 return old;
163 atomic64_cmpxchg(atomic64_t *v, long long old, long long new) argument
216 atomic64_cmpxchg(atomic64_t *v, long long old, long long new) argument
233 long long old, new; local
244 long long old, new; local
255 long long old, new; local
265 long long old, new; local
277 long long c, old; local
293 long long c, old, dec; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os_brew/
H A Dos_rename.c18 __os_rename(env, old, new, silent)
20 const char *old, *new;
32 if (IFILEMGR_Rename(pIFileMgr, old, new) == SUCCESS)
37 pIFileMgr, old, "IFILEMGR_Rename", ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os_brew/
H A Dos_rename.c18 __os_rename(env, old, new, silent)
20 const char *old, *new;
32 if (IFILEMGR_Rename(pIFileMgr, old, new) == SUCCESS)
37 pIFileMgr, old, "IFILEMGR_Rename", ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os_brew/
H A Dos_rename.c18 __os_rename(env, old, new, silent)
20 const char *old, *new;
32 if (IFILEMGR_Rename(pIFileMgr, old, new) == SUCCESS)
37 pIFileMgr, old, "IFILEMGR_Rename", ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbrel.h38 errcode_t (*put)(ext2_brel brel, blk_t old,
44 errcode_t (*get)(ext2_brel brel, blk_t old,
56 errcode_t (*next)(ext2_brel brel, blk_t *old,
63 errcode_t (*move)(ext2_brel brel, blk_t old, blk_t new);
68 errcode_t (*delete)(ext2_brel brel, blk_t old);
80 #define ext2fs_brel_put(brel, old, ent) ((brel)->put((brel), old, ent))
81 #define ext2fs_brel_get(brel, old, ent) ((brel)->get((brel), old, ent))
83 #define ext2fs_brel_next(brel, old, en
[all...]
H A Direl.h36 errcode_t (*put)(ext2_irel irel, ext2_ino_t old,
41 errcode_t (*get)(ext2_irel irel, ext2_ino_t old,
47 errcode_t (*get_by_orig)(ext2_irel irel, ext2_ino_t orig, ext2_ino_t *old,
59 errcode_t (*next)(ext2_irel irel, ext2_ino_t *old,
87 errcode_t (*move)(ext2_irel irel, ext2_ino_t old, ext2_ino_t new);
93 errcode_t (*delete)(ext2_irel irel, ext2_ino_t old);
104 #define ext2fs_irel_put(irel, old, ent) ((irel)->put((irel), old, ent))
105 #define ext2fs_irel_get(irel, old, ent) ((irel)->get((irel), old, en
[all...]
H A Dbrel_ma.c30 static errcode_t bma_put(ext2_brel brel, blk_t old,
32 static errcode_t bma_get(ext2_brel brel, blk_t old,
35 static errcode_t bma_next(ext2_brel brel, blk_t *old,
37 static errcode_t bma_move(ext2_brel brel, blk_t old, blk_t new);
38 static errcode_t bma_delete(ext2_brel brel, blk_t old);
104 static errcode_t bma_put(ext2_brel brel, blk_t old, argument
110 if (old > ma->max_block)
112 ma->entries[(unsigned)old] = *ent;
116 static errcode_t bma_get(ext2_brel brel, blk_t old, argument
122 if (old > m
136 bma_next(ext2_brel brel, blk_t *old, struct ext2_block_relocate_entry *ent) argument
153 bma_move(ext2_brel brel, blk_t old, blk_t new) argument
167 bma_delete(ext2_brel brel, blk_t old) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbrel.h38 errcode_t (*put)(ext2_brel brel, blk_t old,
44 errcode_t (*get)(ext2_brel brel, blk_t old,
56 errcode_t (*next)(ext2_brel brel, blk_t *old,
63 errcode_t (*move)(ext2_brel brel, blk_t old, blk_t new);
68 errcode_t (*delete)(ext2_brel brel, blk_t old);
80 #define ext2fs_brel_put(brel, old, ent) ((brel)->put((brel), old, ent))
81 #define ext2fs_brel_get(brel, old, ent) ((brel)->get((brel), old, ent))
83 #define ext2fs_brel_next(brel, old, en
[all...]
H A Direl.h36 errcode_t (*put)(ext2_irel irel, ext2_ino_t old,
41 errcode_t (*get)(ext2_irel irel, ext2_ino_t old,
47 errcode_t (*get_by_orig)(ext2_irel irel, ext2_ino_t orig, ext2_ino_t *old,
59 errcode_t (*next)(ext2_irel irel, ext2_ino_t *old,
87 errcode_t (*move)(ext2_irel irel, ext2_ino_t old, ext2_ino_t new);
93 errcode_t (*delete)(ext2_irel irel, ext2_ino_t old);
104 #define ext2fs_irel_put(irel, old, ent) ((irel)->put((irel), old, ent))
105 #define ext2fs_irel_get(irel, old, ent) ((irel)->get((irel), old, en
[all...]
H A Dbrel_ma.c30 static errcode_t bma_put(ext2_brel brel, blk_t old,
32 static errcode_t bma_get(ext2_brel brel, blk_t old,
35 static errcode_t bma_next(ext2_brel brel, blk_t *old,
37 static errcode_t bma_move(ext2_brel brel, blk_t old, blk_t new);
38 static errcode_t bma_delete(ext2_brel brel, blk_t old);
104 static errcode_t bma_put(ext2_brel brel, blk_t old, argument
110 if (old > ma->max_block)
112 ma->entries[(unsigned)old] = *ent;
116 static errcode_t bma_get(ext2_brel brel, blk_t old, argument
122 if (old > m
136 bma_next(ext2_brel brel, blk_t *old, struct ext2_block_relocate_entry *ent) argument
153 bma_move(ext2_brel brel, blk_t old, blk_t new) argument
167 bma_delete(ext2_brel brel, blk_t old) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbrel.h38 errcode_t (*put)(ext2_brel brel, blk_t old,
44 errcode_t (*get)(ext2_brel brel, blk_t old,
56 errcode_t (*next)(ext2_brel brel, blk_t *old,
63 errcode_t (*move)(ext2_brel brel, blk_t old, blk_t new);
68 errcode_t (*delete)(ext2_brel brel, blk_t old);
80 #define ext2fs_brel_put(brel, old, ent) ((brel)->put((brel), old, ent))
81 #define ext2fs_brel_get(brel, old, ent) ((brel)->get((brel), old, ent))
83 #define ext2fs_brel_next(brel, old, en
[all...]
H A Direl.h36 errcode_t (*put)(ext2_irel irel, ext2_ino_t old,
41 errcode_t (*get)(ext2_irel irel, ext2_ino_t old,
47 errcode_t (*get_by_orig)(ext2_irel irel, ext2_ino_t orig, ext2_ino_t *old,
59 errcode_t (*next)(ext2_irel irel, ext2_ino_t *old,
87 errcode_t (*move)(ext2_irel irel, ext2_ino_t old, ext2_ino_t new);
93 errcode_t (*delete)(ext2_irel irel, ext2_ino_t old);
104 #define ext2fs_irel_put(irel, old, ent) ((irel)->put((irel), old, ent))
105 #define ext2fs_irel_get(irel, old, ent) ((irel)->get((irel), old, en
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Datomic.h40 int old; local
44 old = atomic_read(v);
45 new = old | i;
46 } while (atomic_cmpxchg(v, old, new) != old);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Datomic.h40 int old; local
44 old = atomic_read(v);
45 new = old | i;
46 } while (atomic_cmpxchg(v, old, new) != old);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dftrace.c25 static int ftrace_modify_code(unsigned long ip, u32 old, u32 new) argument
31 "1: cas [%[ip]], %[old], %[new]\n"
46 : [new] "0" (new), [old] "r" (old), [ip] "r" (ip)
49 if (replaced != old && replaced != new)
58 u32 old, new; local
60 old = ftrace_call_replace(ip, addr);
62 return ftrace_modify_code(ip, old, new);
68 u32 old, new; local
70 old
78 u32 old, new; local
103 u32 old, new; local
113 u32 old, new; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dftrace.c25 static int ftrace_modify_code(unsigned long ip, u32 old, u32 new) argument
31 "1: cas [%[ip]], %[old], %[new]\n"
46 : [new] "0" (new), [old] "r" (old), [ip] "r" (ip)
49 if (replaced != old && replaced != new)
58 u32 old, new; local
60 old = ftrace_call_replace(ip, addr);
62 return ftrace_modify_code(ip, old, new);
68 u32 old, new; local
70 old
78 u32 old, new; local
103 u32 old, new; local
113 u32 old, new; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/include/asm/
H A Dbitops.h40 __u32 bit, old, new; local
48 old = *m;
49 new = old | bit;
50 } while (cmpxchg_acq(m, old, new) != old);
87 __u32 mask, old, new; local
95 old = *m;
96 new = old & mask;
97 } while (cmpxchg_acq(m, old, new) != old);
111 __u32 mask, old, new; local
168 __u32 bit, old, new; local
207 __u32 bit, old, new; local
261 __u32 mask, old, new; local
306 __u32 bit, old, new; local
330 __u32 old, bit = (1 << (nr & 31)); local
[all...]
H A Drwsem.h87 long old, new; local
90 old = sem->count;
91 new = old + RWSEM_ACTIVE_WRITE_BIAS;
92 } while (cmpxchg_acq(&sem->count, old, new) != old);
94 if (old != 0)
116 long old, new; local
119 old = sem->count;
120 new = old - RWSEM_ACTIVE_WRITE_BIAS;
121 } while (cmpxchg_rel(&sem->count, old, ne
159 long old, new; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dbitops.h40 __u32 bit, old, new; local
48 old = *m;
49 new = old | bit;
50 } while (cmpxchg_acq(m, old, new) != old);
87 __u32 mask, old, new; local
95 old = *m;
96 new = old & mask;
97 } while (cmpxchg_acq(m, old, new) != old);
111 __u32 mask, old, new; local
168 __u32 bit, old, new; local
207 __u32 bit, old, new; local
261 __u32 mask, old, new; local
306 __u32 bit, old, new; local
330 __u32 old, bit = (1 << (nr & 31)); local
[all...]
H A Drwsem.h87 long old, new; local
90 old = sem->count;
91 new = old + RWSEM_ACTIVE_WRITE_BIAS;
92 } while (cmpxchg_acq(&sem->count, old, new) != old);
94 if (old != 0)
116 long old, new; local
119 old = sem->count;
120 new = old - RWSEM_ACTIVE_WRITE_BIAS;
121 } while (cmpxchg_rel(&sem->count, old, ne
159 long old, new; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/script/
H A Drevert.sh7 if [ -f $BINDIR/$p2.old ]; then
8 echo Restoring $BINDIR/$p2.old
10 mv $BINDIR/$p2.old $BINDIR/$p2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/script/
H A Drevert.sh7 if [ -f $BINDIR/$p2.old ]; then
8 echo Restoring $BINDIR/$p2.old
10 mv $BINDIR/$p2.old $BINDIR/$p2

Completed in 235 milliseconds

1234567891011>>