Searched refs:ti (Results 51 - 75 of 146) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dcfb_enc.c78 DES_LONG ti[2]; local
101 ti[0]=v0;
102 ti[1]=v1;
103 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
106 d0^=ti[0];
107 d1^=ti[1];
148 ti[0]=v0;
149 ti[1]=v1;
150 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
184 d0^=ti[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dthread_info.h94 struct thread_info *ti; local
95 __asm__("%0 = sp;": "=&d"(ti):
97 return (struct thread_info *)((long)ti & ~8191UL);
103 #define free_thread_info(ti) free_pages((unsigned long) (ti), 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dthread_info.h87 struct thread_info *ti; local
89 "xor %0, a1, %0" : "=&r" (ti) : );
90 return ti;
95 #define free_thread_info(ti) free_pages((unsigned long) (ti), 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-zero.c18 static int zero_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
21 ti->error = "No arguments required";
31 static int zero_map(struct dm_target *ti, struct bio *bio, argument
H A Ddm-mpath.c59 struct dm_target *ti; member in struct:multipath
142 static void free_pgpaths(struct list_head *pgpaths, struct dm_target *ti) argument
148 dm_put_device(ti, pgpath->path.dev);
154 struct dm_target *ti)
163 free_pgpaths(&pg->pgpaths, ti);
167 static struct multipath *alloc_multipath(struct dm_target *ti) argument
183 m->ti = ti;
184 ti->private = m;
197 free_priority_group(pg, m->ti);
153 free_priority_group(struct priority_group *pg, struct dm_target *ti) argument
509 parse_path_selector(struct arg_set *as, struct priority_group *pg, struct dm_target *ti) argument
543 parse_path(struct arg_set *as, struct path_selector *ps, struct dm_target *ti) argument
590 struct dm_target *ti = m->ti; local
652 struct dm_target *ti = m->ti; local
691 struct dm_target *ti = m->ti; local
712 multipath_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
783 multipath_dtr(struct dm_target *ti) argument
794 multipath_map(struct dm_target *ti, struct bio *bio, union map_info *map_context) argument
1075 multipath_end_io(struct dm_target *ti, struct bio *bio, int error, union map_info *map_context) argument
1102 multipath_presuspend(struct dm_target *ti) argument
1112 multipath_resume(struct dm_target *ti) argument
1138 multipath_status(struct dm_target *ti, status_type_t type, char *result, unsigned int maxlen) argument
1242 multipath_message(struct dm_target *ti, unsigned argc, char **argv) argument
1291 multipath_ioctl(struct dm_target *ti, struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) argument
[all...]
H A Ddm-crypt.c59 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
139 static int crypt_iv_essiv_ctr(struct crypt_config *cc, struct dm_target *ti, argument
151 ti->error = "Digest algorithm missing for ESSIV mode";
158 ti->error = "Error initializing ESSIV hash";
165 ti->error = "Error kmallocing salt storage in ESSIV";
177 ti->error = "Error calculating hash in ESSIV";
184 ti->error = "Error allocating crypto tfm for ESSIV";
190 ti->error = "Block size of ESSIV cipher does "
198 ti->error = "Failed to set key for ESSIV cipher";
223 static int crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, argument
740 crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
919 crypt_dtr(struct dm_target *ti) argument
938 crypt_map(struct dm_target *ti, struct bio *bio, union map_info *map_context) argument
957 crypt_status(struct dm_target *ti, status_type_t type, char *result, unsigned int maxlen) argument
994 crypt_postsuspend(struct dm_target *ti) argument
1001 crypt_preresume(struct dm_target *ti) argument
1013 crypt_resume(struct dm_target *ti) argument
1024 crypt_message(struct dm_target *ti, unsigned argc, char **argv) argument
[all...]
H A Ddm-raid1.c120 struct dm_target *ti; member in struct:mirror_set
150 return (bio->bi_sector - rh->ms->ti->begin) >> rh->region_shift;
654 from.count = ms->ti->len & (reg->rh->region_size - 1);
706 dm_table_event(ms->ti->table);
725 bio->bi_sector = m->offset + (bio->bi_sector - ms->ti->begin);
806 io[i].sector = m->offset + (bio->bi_sector - ms->ti->begin);
902 struct dm_target *ti,
915 ti->error = "Cannot allocate mirror context";
922 ms->ti = ti;
900 alloc_context(unsigned int nr_mirrors, uint32_t region_size, struct dm_target *ti, struct dirty_log *dl) argument
944 free_context(struct mirror_set *ms, struct dm_target *ti, unsigned int m) argument
955 _check_region_size(struct dm_target *ti, uint32_t size) argument
961 get_mirror(struct mirror_set *ms, struct dm_target *ti, unsigned int mirror, char **argv) argument
986 create_dirty_log(struct dm_target *ti, unsigned int argc, char **argv, unsigned int *args_used) argument
1029 struct dm_target *ti = ms->ti; local
1074 mirror_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
1157 mirror_dtr(struct dm_target *ti) argument
1185 mirror_map(struct dm_target *ti, struct bio *bio, union map_info *map_context) argument
1224 mirror_end_io(struct dm_target *ti, struct bio *bio, int error, union map_info *map_context) argument
1240 mirror_postsuspend(struct dm_target *ti) argument
1255 mirror_resume(struct dm_target *ti) argument
1264 mirror_status(struct dm_target *ti, status_type_t type, char *result, unsigned int maxlen) argument
[all...]
H A Ddm-snap.c438 static int snapshot_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
447 ti->error = "requires exactly 4 arguments";
457 ti->error = "Persistent flag is not P or N";
464 ti->error = "Cannot allocate snapshot context private "
470 r = dm_get_device(ti, origin_path, 0, ti->len, FMODE_READ, &s->origin);
472 ti->error = "Cannot get origin device";
476 r = dm_get_device(ti, cow_path, 0, 0,
479 dm_put_device(ti, s->origin);
480 ti
578 snapshot_dtr(struct dm_target *ti) argument
871 snapshot_map(struct dm_target *ti, struct bio *bio, union map_info *map_context) argument
938 snapshot_resume(struct dm_target *ti) argument
947 snapshot_status(struct dm_target *ti, status_type_t type, char *result, unsigned int maxlen) argument
1119 origin_ctr(struct dm_target *ti, unsigned int argc, char **argv) argument
1140 origin_dtr(struct dm_target *ti) argument
1146 origin_map(struct dm_target *ti, struct bio *bio, union map_info *map_context) argument
1165 origin_resume(struct dm_target *ti) argument
1182 origin_status(struct dm_target *ti, status_type_t type, char *result, unsigned int maxlen) argument
[all...]
H A Ddm-log.h27 int (*ctr)(struct dirty_log *log, struct dm_target *ti,
120 struct dirty_log *dm_create_dirty_log(const char *type_name, struct dm_target *ti,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dmutex.h16 #define mutex_remove_waiter(lock, waiter, ti) \
23 #define debug_mutex_add_waiter(lock, waiter, ti) do { } while (0)
H A Dmutex-debug.c56 struct thread_info *ti)
61 ti->task->blocked_on = waiter;
66 struct thread_info *ti)
69 DEBUG_LOCKS_WARN_ON(waiter->task != ti->task);
70 DEBUG_LOCKS_WARN_ON(ti->task->blocked_on != waiter);
71 ti->task->blocked_on = NULL;
55 debug_mutex_add_waiter(struct mutex *lock, struct mutex_waiter *waiter, struct thread_info *ti) argument
65 mutex_remove_waiter(struct mutex *lock, struct mutex_waiter *waiter, struct thread_info *ti) argument
H A Dmutex-debug.h31 struct thread_info *ti);
33 struct thread_info *ti);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dthread_info.h62 struct thread_info *ti; local
63 ti = (void *)(read_pda(kernelstack) + PDA_STACKOFFSET - THREAD_SIZE);
64 return ti;
70 struct thread_info *ti; local
71 __asm__("andq %%rsp,%0; ":"=r" (ti) : "0" (~(THREAD_SIZE - 1)));
72 return ti;
91 #define free_thread_info(ti) free_pages((unsigned long) (ti), THREAD_ORDER)
H A Dsmp.h99 struct thread_info *ti; \
100 __asm__("andq %%rsp,%0; ":"=r" (ti) : "0" (CURRENT_MASK)); \
101 ti->cpu; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dthread_info.h30 #define free_thread_info(ti) free_pages((unsigned long)(ti),0)
33 #define free_thread_info(ti) free_pages((unsigned long)(ti),1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dthread_info.h71 #define free_thread_info(ti) free_pages((unsigned long) (ti), 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A Dibmtr_cs.c120 struct tok_info *ti; member in struct:ibmtr_dev_t
160 info->ti = netdev_priv(dev);
192 struct tok_info *ti = netdev_priv(dev); local
200 ti->sram_phys |= 1;
205 del_timer_sync(&(ti->tr_timer));
228 struct tok_info *ti = netdev_priv(dev); local
251 ti->irq = link->irq.AssignedIRQ;
252 ti->global_int_enable=GLOBAL_INT_ENABLE+((dev->irq==9) ? 2 : dev->irq);
265 ti->mmio = ioremap(req.Base, req.Size);
279 ti
335 struct tok_info *ti = netdev_priv(dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dthread_info.h79 #define free_thread_info(ti) free_pages((unsigned long)ti, THREAD_ORDER)
88 #define free_thread_info(ti) kfree(ti)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dfipsdrv.c467 parse_tag (unsigned char const **buffer, size_t *buflen, struct tag_info *ti) argument
474 ti->length = 0;
475 ti->ndef = 0;
476 ti->nhdr = 0;
482 ti->nhdr++;
484 ti->class = (c & 0xc0) >> 6;
485 ti->cons = !!(c & 0x20);
497 ti->nhdr++;
502 ti->tag = tag;
508 ti
557 struct tag_info ti; local
649 struct tag_info ti; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dtimer.c228 int snd_timer_open(struct snd_timer_instance **ti, argument
254 *ti = timeri;
293 *ti = timeri;
375 static void snd_timer_notify1(struct snd_timer_instance *ti, int event) argument
388 resolution = snd_timer_resolution(ti);
389 if (ti->ccallback)
390 ti->ccallback(ti, SNDRV_TIMER_EVENT_START, &tstamp, resolution);
391 if (ti->flags & SNDRV_TIMER_IFLG_SLAVE)
393 timer = ti
575 struct snd_timer_instance *ti; local
607 struct snd_timer_instance *ti; local
643 struct snd_timer_instance *ti, *ts, *tmp; local
798 struct snd_timer_instance *ti; local
874 struct snd_timer_instance *ti, *ts; local
1031 struct snd_timer_instance *ti; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dthread_info.h45 #define free_thread_info(ti) free_pages((unsigned long) (ti), THREAD_ORDER)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dthread_info.h84 #define free_thread_info(ti) free_pages((unsigned long) (ti),THREAD_ORDER)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dthread_info.h93 #define free_thread_info(ti) BTFIXUP_CALL(free_thread_info)(ti)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dthread_info.h60 #define free_thread_info(ti) free_pages((unsigned long) (ti), 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmotion-test.c79 int64_t ti; local
102 ti = gettime();
114 ti = gettime() - ti;
118 (double)(ti / 1000.0));

Completed in 382 milliseconds

123456