Searched refs:th (Results 26 - 50 of 383) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.threads/
H A Dthread_check.c51 pthread_t th[N]; local
54 if (pthread_create (&th[n], NULL, tf, (void *) (long int) n) != 0)
65 if (pthread_join (th[n], NULL) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.threads/
H A Dthread_check.c51 pthread_t th[N]; local
54 if (pthread_create (&th[n], NULL, tf, (void *) (long int) n) != 0)
65 if (pthread_join (th[n], NULL) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/apparmor/
H A Dmatch.c38 struct table_header th; local
47 th.td_id = be16_to_cpu(*(u16 *) (blob)) - 1;
48 th.td_flags = be16_to_cpu(*(u16 *) (blob + 2));
49 th.td_lolen = be32_to_cpu(*(u32 *) (blob + 8));
52 if (!(th.td_flags == YYTD_DATA16 || th.td_flags == YYTD_DATA32 ||
53 th.td_flags == YYTD_DATA8))
56 tsize = table_size(th.td_lolen, th.td_flags);
62 *table = th;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/misc/sgi-gru/
H A Dgrulib.h62 #define CONTEXT_WINDOW_BYTES(th) (GRU_GSEG_PAGESIZE * (th))
63 #define THREAD_POINTER(p, th) (p + GRU_GSEG_PAGESIZE * (th))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgrulib.h62 #define CONTEXT_WINDOW_BYTES(th) (GRU_GSEG_PAGESIZE * (th))
63 #define THREAD_POINTER(p, th) (p + GRU_GSEG_PAGESIZE * (th))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/apparmor/
H A Dmatch.c38 struct table_header th; local
47 th.td_id = be16_to_cpu(*(u16 *) (blob)) - 1;
48 th.td_flags = be16_to_cpu(*(u16 *) (blob + 2));
49 th.td_lolen = be32_to_cpu(*(u32 *) (blob + 8));
52 if (!(th.td_flags == YYTD_DATA16 || th.td_flags == YYTD_DATA32 ||
53 th.td_flags == YYTD_DATA8))
56 tsize = table_size(th.td_lolen, th.td_flags);
62 *table = th;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/vq/
H A Dmake_residue_books.pl89 my$th;
94 $th=$2;
99 if(defined($th)){
101 $thlist.="-$th";
107 if(defined($th)){
109 $thlist.="$th";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/vq/
H A Dmake_residue_books.pl89 my$th;
94 $th=$2;
99 if(defined($th)){
101 $thlist.="-$th";
107 if(defined($th)){
109 $thlist.="$th";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/vq/
H A Dmake_residue_books.pl89 my$th;
94 $th=$2;
99 if(defined($th)){
101 $thlist.="-$th";
107 if(defined($th)){
109 $thlist.="$th";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_ecn.c36 const struct tcphdr *th; local
41 th = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_tcph), &_tcph);
42 if (th == NULL) {
49 if (th->ece == 1)
52 if (th->ece == 0)
59 if (th->cwr == 1)
62 if (th->cwr == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_ecn.c36 const struct tcphdr *th; local
41 th = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_tcph), &_tcph);
42 if (th == NULL) {
49 if (th->ece == 1)
52 if (th->ece == 0)
59 if (th->cwr == 1)
62 if (th->cwr == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/reiserfs/
H A Dinode.c34 struct reiserfs_transaction_handle th; local
51 if (journal_begin(&th, inode->i_sb, jbegin_count))
55 reiserfs_discard_prealloc(&th, inode);
57 err = reiserfs_delete_object(&th, inode);
65 if (journal_end(&th, inode->i_sb, jbegin_count))
225 static int restart_transaction(struct reiserfs_transaction_handle *th, argument
228 struct super_block *s = th->t_super;
229 int len = th->t_blocks_allocated;
232 BUG_ON(!th->t_trans_id);
233 BUG_ON(!th
577 _allocate_block(struct reiserfs_transaction_handle *th, sector_t block, struct inode *inode, b_blocknr_t * allocated_block_nr, struct treepath *path, int flags) argument
609 struct reiserfs_transaction_handle *th = NULL; local
1314 reiserfs_update_sd_size(struct reiserfs_transaction_handle *th, struct inode *inode, loff_t size) argument
1616 struct reiserfs_transaction_handle th; local
1639 reiserfs_new_directory(struct reiserfs_transaction_handle *th, struct inode *inode, struct item_head *ih, struct treepath *path, struct inode *dir) argument
1698 reiserfs_new_symlink(struct reiserfs_transaction_handle *th, struct inode *inode, struct item_head *ih, struct treepath *path, const char *symname, int item_len) argument
1745 reiserfs_new_inode(struct reiserfs_transaction_handle *th, struct inode *dir, int mode, const char *symname, loff_t i_size, struct dentry *dentry, struct inode *inode, struct reiserfs_security_handle *security) argument
2067 struct reiserfs_transaction_handle th; local
2165 struct reiserfs_transaction_handle th; local
2328 struct reiserfs_transaction_handle th; local
2573 struct reiserfs_transaction_handle *th; local
2583 struct reiserfs_transaction_handle *th = current->journal_info; local
2629 struct reiserfs_transaction_handle *th; local
2640 struct reiserfs_transaction_handle *th = current->journal_info; local
2680 struct reiserfs_transaction_handle *th; local
2781 struct reiserfs_transaction_handle *th = NULL; local
3105 struct reiserfs_transaction_handle th; local
3135 struct reiserfs_transaction_handle th; local
[all...]
H A Dnamei.c186 // take bits from 7-th to 30-th including both bounds
403 static int reiserfs_add_entry(struct reiserfs_transaction_handle *th, argument
419 BUG_ON(!th->t_trans_id);
504 PROC_INFO_MAX(th->t_super, max_hash_collisions, gen_number);
522 reiserfs_paste_into_item(th, &path, &entry_key, dir, buffer,
535 reiserfs_update_sd(th, dir);
583 struct reiserfs_transaction_handle th; local
602 retval = journal_begin(&th, dir->i_sb, jbegin_count);
609 reiserfs_new_inode(&th, di
649 struct reiserfs_transaction_handle th; local
725 struct reiserfs_transaction_handle th; local
826 struct reiserfs_transaction_handle th; local
916 struct reiserfs_transaction_handle th; local
1014 struct reiserfs_transaction_handle th; local
1106 struct reiserfs_transaction_handle th; local
1218 struct reiserfs_transaction_handle th; local
[all...]
H A Dbitmap.c135 static int scan_bitmap_block(struct reiserfs_transaction_handle *th, argument
139 struct super_block *s = th->t_super;
145 BUG_ON(!th->t_trans_id);
226 journal_mark_dirty(th, s, bh);
233 journal_mark_dirty(th, s, SB_BUFFER_WITH_SB(s));
311 static int scan_bitmap(struct reiserfs_transaction_handle *th, argument
316 struct super_block *s = th->t_super;
324 BUG_ON(!th->t_trans_id);
356 scan_bitmap_block(th, bm, &off, off_max,
367 scan_bitmap_block(th, b
381 _reiserfs_free_block(struct reiserfs_transaction_handle *th, struct inode *inode, b_blocknr_t block, int for_unformatted) argument
431 reiserfs_free_block(struct reiserfs_transaction_handle *th, struct inode *inode, b_blocknr_t block, int for_unformatted) argument
455 reiserfs_free_prealloc_block(struct reiserfs_transaction_handle *th, struct inode *inode, b_blocknr_t block) argument
466 __discard_prealloc(struct reiserfs_transaction_handle *th, struct reiserfs_inode_info *ei) argument
490 reiserfs_discard_prealloc(struct reiserfs_transaction_handle *th, struct inode *inode) argument
499 reiserfs_discard_all_prealloc(struct reiserfs_transaction_handle *th) argument
[all...]
H A Dstree.c501 // 'level'-th level
984 static char prepare_for_delete_or_cut(struct reiserfs_transaction_handle *th, struct inode *inode, struct treepath *path, const struct cpu_key *item_key, int *removed, /* Number of unformatted nodes which were removed argument
993 BUG_ON(!th->t_trans_id);
1047 reiserfs_transaction_free_space(th) < JOURNAL_FOR_FREE_BLOCK_AND_UPDATE_SD)
1056 journal_mark_dirty(th, sb, bh);
1057 reiserfs_free_block(th, inode, block, 1);
1118 static void init_tb_struct(struct reiserfs_transaction_handle *th, argument
1124 BUG_ON(!th->t_trans_id);
1127 tb->transaction_handle = th;
1172 * th
1178 reiserfs_delete_item(struct reiserfs_transaction_handle *th, struct treepath *path, const struct cpu_key *item_key, struct inode *inode, struct buffer_head *un_bh) argument
1320 reiserfs_delete_solid_item(struct reiserfs_transaction_handle *th, struct inode *inode, struct reiserfs_key *key) argument
1397 reiserfs_delete_object(struct reiserfs_transaction_handle *th, struct inode *inode) argument
1458 maybe_indirect_to_direct(struct reiserfs_transaction_handle *th, struct inode *inode, struct page *page, struct treepath *path, const struct cpu_key *item_key, loff_t new_file_size, char *mode) argument
1496 indirect_to_direct_roll_back(struct reiserfs_transaction_handle *th, struct inode *inode, struct treepath *path) argument
1539 reiserfs_cut_from_item(struct reiserfs_transaction_handle *th, struct treepath *path, struct cpu_key *item_key, struct inode *inode, struct page *page, loff_t new_file_size) argument
1733 truncate_directory(struct reiserfs_transaction_handle *th, struct inode *inode) argument
1750 reiserfs_do_truncate(struct reiserfs_transaction_handle *th, struct inode *inode, struct page *page, int update_timestamps ) argument
1942 reiserfs_paste_into_item(struct reiserfs_transaction_handle *th, struct treepath *search_path, const struct cpu_key *key, struct inode *inode, const char *body, int pasted_size) argument
2030 reiserfs_insert_item(struct reiserfs_transaction_handle *th, struct treepath *path, const struct cpu_key *key, struct item_head *ih, struct inode *inode, const char *body) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/reiserfs/
H A Dinode.c34 struct reiserfs_transaction_handle th; local
51 if (journal_begin(&th, inode->i_sb, jbegin_count))
55 reiserfs_discard_prealloc(&th, inode);
57 err = reiserfs_delete_object(&th, inode);
65 if (journal_end(&th, inode->i_sb, jbegin_count))
225 static int restart_transaction(struct reiserfs_transaction_handle *th, argument
228 struct super_block *s = th->t_super;
229 int len = th->t_blocks_allocated;
232 BUG_ON(!th->t_trans_id);
233 BUG_ON(!th
577 _allocate_block(struct reiserfs_transaction_handle *th, sector_t block, struct inode *inode, b_blocknr_t * allocated_block_nr, struct treepath *path, int flags) argument
609 struct reiserfs_transaction_handle *th = NULL; local
1314 reiserfs_update_sd_size(struct reiserfs_transaction_handle *th, struct inode *inode, loff_t size) argument
1616 struct reiserfs_transaction_handle th; local
1639 reiserfs_new_directory(struct reiserfs_transaction_handle *th, struct inode *inode, struct item_head *ih, struct treepath *path, struct inode *dir) argument
1698 reiserfs_new_symlink(struct reiserfs_transaction_handle *th, struct inode *inode, struct item_head *ih, struct treepath *path, const char *symname, int item_len) argument
1745 reiserfs_new_inode(struct reiserfs_transaction_handle *th, struct inode *dir, int mode, const char *symname, loff_t i_size, struct dentry *dentry, struct inode *inode, struct reiserfs_security_handle *security) argument
2067 struct reiserfs_transaction_handle th; local
2165 struct reiserfs_transaction_handle th; local
2328 struct reiserfs_transaction_handle th; local
2573 struct reiserfs_transaction_handle *th; local
2583 struct reiserfs_transaction_handle *th = current->journal_info; local
2629 struct reiserfs_transaction_handle *th; local
2640 struct reiserfs_transaction_handle *th = current->journal_info; local
2680 struct reiserfs_transaction_handle *th; local
2781 struct reiserfs_transaction_handle *th = NULL; local
3105 struct reiserfs_transaction_handle th; local
3135 struct reiserfs_transaction_handle th; local
[all...]
H A Dnamei.c186 // take bits from 7-th to 30-th including both bounds
403 static int reiserfs_add_entry(struct reiserfs_transaction_handle *th, argument
419 BUG_ON(!th->t_trans_id);
504 PROC_INFO_MAX(th->t_super, max_hash_collisions, gen_number);
522 reiserfs_paste_into_item(th, &path, &entry_key, dir, buffer,
535 reiserfs_update_sd(th, dir);
583 struct reiserfs_transaction_handle th; local
602 retval = journal_begin(&th, dir->i_sb, jbegin_count);
609 reiserfs_new_inode(&th, di
649 struct reiserfs_transaction_handle th; local
725 struct reiserfs_transaction_handle th; local
826 struct reiserfs_transaction_handle th; local
916 struct reiserfs_transaction_handle th; local
1014 struct reiserfs_transaction_handle th; local
1106 struct reiserfs_transaction_handle th; local
1218 struct reiserfs_transaction_handle th; local
[all...]
H A Dbitmap.c135 static int scan_bitmap_block(struct reiserfs_transaction_handle *th, argument
139 struct super_block *s = th->t_super;
145 BUG_ON(!th->t_trans_id);
226 journal_mark_dirty(th, s, bh);
233 journal_mark_dirty(th, s, SB_BUFFER_WITH_SB(s));
311 static int scan_bitmap(struct reiserfs_transaction_handle *th, argument
316 struct super_block *s = th->t_super;
324 BUG_ON(!th->t_trans_id);
356 scan_bitmap_block(th, bm, &off, off_max,
367 scan_bitmap_block(th, b
381 _reiserfs_free_block(struct reiserfs_transaction_handle *th, struct inode *inode, b_blocknr_t block, int for_unformatted) argument
431 reiserfs_free_block(struct reiserfs_transaction_handle *th, struct inode *inode, b_blocknr_t block, int for_unformatted) argument
455 reiserfs_free_prealloc_block(struct reiserfs_transaction_handle *th, struct inode *inode, b_blocknr_t block) argument
466 __discard_prealloc(struct reiserfs_transaction_handle *th, struct reiserfs_inode_info *ei) argument
490 reiserfs_discard_prealloc(struct reiserfs_transaction_handle *th, struct inode *inode) argument
499 reiserfs_discard_all_prealloc(struct reiserfs_transaction_handle *th) argument
[all...]
H A Dstree.c501 // 'level'-th level
984 static char prepare_for_delete_or_cut(struct reiserfs_transaction_handle *th, struct inode *inode, struct treepath *path, const struct cpu_key *item_key, int *removed, /* Number of unformatted nodes which were removed argument
993 BUG_ON(!th->t_trans_id);
1047 reiserfs_transaction_free_space(th) < JOURNAL_FOR_FREE_BLOCK_AND_UPDATE_SD)
1056 journal_mark_dirty(th, sb, bh);
1057 reiserfs_free_block(th, inode, block, 1);
1118 static void init_tb_struct(struct reiserfs_transaction_handle *th, argument
1124 BUG_ON(!th->t_trans_id);
1127 tb->transaction_handle = th;
1172 * th
1178 reiserfs_delete_item(struct reiserfs_transaction_handle *th, struct treepath *path, const struct cpu_key *item_key, struct inode *inode, struct buffer_head *un_bh) argument
1320 reiserfs_delete_solid_item(struct reiserfs_transaction_handle *th, struct inode *inode, struct reiserfs_key *key) argument
1397 reiserfs_delete_object(struct reiserfs_transaction_handle *th, struct inode *inode) argument
1458 maybe_indirect_to_direct(struct reiserfs_transaction_handle *th, struct inode *inode, struct page *page, struct treepath *path, const struct cpu_key *item_key, loff_t new_file_size, char *mode) argument
1496 indirect_to_direct_roll_back(struct reiserfs_transaction_handle *th, struct inode *inode, struct treepath *path) argument
1539 reiserfs_cut_from_item(struct reiserfs_transaction_handle *th, struct treepath *path, struct cpu_key *item_key, struct inode *inode, struct page *page, loff_t new_file_size) argument
1733 truncate_directory(struct reiserfs_transaction_handle *th, struct inode *inode) argument
1750 reiserfs_do_truncate(struct reiserfs_transaction_handle *th, struct inode *inode, struct page *page, int update_timestamps ) argument
1942 reiserfs_paste_into_item(struct reiserfs_transaction_handle *th, struct treepath *search_path, const struct cpu_key *key, struct inode *inode, const char *body, int pasted_size) argument
2030 reiserfs_insert_item(struct reiserfs_transaction_handle *th, struct treepath *path, const struct cpu_key *key, struct item_head *ih, struct inode *inode, const char *body) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dds1620.c336 struct therm th; local
339 ds1620_read_state(&th);
344 th.hi >> 1, th.hi & 1 ? 5 : 0,
345 th.lo >> 1, th.lo & 1 ? 5 : 0,
371 struct therm th, th_start; local
385 ds1620_read_state(&th);
392 ds1620_write_state(&th);
406 ds1620_read_state(&th);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dds1620.c336 struct therm th; local
339 ds1620_read_state(&th);
344 th.hi >> 1, th.hi & 1 ? 5 : 0,
345 th.lo >> 1, th.lo & 1 ? 5 : 0,
371 struct therm th, th_start; local
385 ds1620_read_state(&th);
392 ds1620_write_state(&th);
406 ds1620_read_state(&th);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dwin32-nat.c250 thread_info *th; local
252 for (th = &thread_head; (th = th->next) != NULL;)
253 if (th->id == id)
255 if (!th->suspend_count && get_context)
258 th->suspend_count = SuspendThread (th->h) + 1;
260 th->suspend_count = -1;
261 th
273 thread_info *th; local
308 thread_info *th = &thread_head; local
326 thread_info *th; local
370 thread_info *th = current_thread; local
987 thread_info *th; local
1108 thread_info *th; local
1162 thread_info *th; local
1249 thread_info *th; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dwin32-nat.c250 thread_info *th; local
252 for (th = &thread_head; (th = th->next) != NULL;)
253 if (th->id == id)
255 if (!th->suspend_count && get_context)
258 th->suspend_count = SuspendThread (th->h) + 1;
260 th->suspend_count = -1;
261 th
273 thread_info *th; local
308 thread_info *th = &thread_head; local
326 thread_info *th; local
370 thread_info *th = current_thread; local
987 thread_info *th; local
1108 thread_info *th; local
1162 thread_info *th; local
1249 thread_info *th; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dwin32-nat.c250 thread_info *th; local
252 for (th = &thread_head; (th = th->next) != NULL;)
253 if (th->id == id)
255 if (!th->suspend_count && get_context)
258 th->suspend_count = SuspendThread (th->h) + 1;
260 th->suspend_count = -1;
261 th
273 thread_info *th; local
308 thread_info *th = &thread_head; local
326 thread_info *th; local
370 thread_info *th = current_thread; local
987 thread_info *th; local
1108 thread_info *th; local
1162 thread_info *th; local
1249 thread_info *th; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/
H A Dsyncookies.c165 const struct tcphdr *th = tcp_hdr(skb); local
179 th->source, th->dest, ntohl(th->seq),
197 const struct tcphdr *th = tcp_hdr(skb); local
198 __u32 seq = ntohl(th->seq) - 1;
200 th->source, th->dest, seq,
272 const struct tcphdr *th = tcp_hdr(skb); local
273 __u32 cookie = ntohl(th
[all...]

Completed in 283 milliseconds

1234567891011>>