Home
last modified time | relevance | path

Searched refs:re (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/linux-3.4.99/fs/btrfs/
Dreada.c116 struct reada_extent *re; in __readahead_hook() local
127 re = radix_tree_lookup(&fs_info->reada_tree, index); in __readahead_hook()
128 if (re) in __readahead_hook()
129 kref_get(&re->refcnt); in __readahead_hook()
132 if (!re) in __readahead_hook()
135 spin_lock(&re->lock); in __readahead_hook()
140 list_replace_init(&re->extctl, &list); in __readahead_hook()
141 for_dev = re->scheduled_for; in __readahead_hook()
142 re->scheduled_for = NULL; in __readahead_hook()
143 spin_unlock(&re->lock); in __readahead_hook()
[all …]
/linux-3.4.99/scripts/
Dcheckstack.pl37 my (@stack, $re, $dre, $x, $xs);
49 $re = qr/.*sub.*sp, sp, #(([0-9]{2}|[3-9])[0-9]{2})/o;
53 $re = qr/^.*sub.*sp.*,([0-9]{1,8})/o;
56 $re = qr/^.*[as][du][db] \$(0x$x{1,8}),\%esp$/o;
60 $re = qr/^.*[as][du][db] \$(0x$x{1,8}),\%rsp$/o;
64 $re = qr/.*adds.*r12=-(([0-9]{2}|[3-9])[0-9]{2}),r12/o;
68 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o;
71 $re = qr/.*daddiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o;
74 $re = qr/.*addiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o;
76 $re = qr/.*ldo ($x{1,8})\(sp\),sp/o;
[all …]
/linux-3.4.99/mm/
Dpercpu-vm.c309 int rs, re, rc; in pcpu_populate_chunk() local
313 pcpu_next_pop(chunk, &rs, &re, page_end); in pcpu_populate_chunk()
314 if (rs == page_start && re == page_end) in pcpu_populate_chunk()
325 pcpu_for_each_unpop_region(chunk, rs, re, page_start, page_end) { in pcpu_populate_chunk()
326 rc = pcpu_alloc_pages(chunk, pages, populated, rs, re); in pcpu_populate_chunk()
329 free_end = re; in pcpu_populate_chunk()
332 pcpu_for_each_unpop_region(chunk, rs, re, page_start, page_end) { in pcpu_populate_chunk()
333 rc = pcpu_map_pages(chunk, pages, populated, rs, re); in pcpu_populate_chunk()
336 unmap_end = re; in pcpu_populate_chunk()
349 pcpu_for_each_unpop_region(chunk, rs, re, page_start, unmap_end) in pcpu_populate_chunk()
[all …]
/linux-3.4.99/Documentation/target/
Dtcm_mod_builder.py12 import re
516 if process_fo == 0 and re.search('struct target_core_fabric_ops {', line):
524 if not re.search('\(\*', line):
532 if not re.search('\(\*', line):
597 if re.search('get_fabric_name', fo):
605 if re.search('get_fabric_proto_ident', fo):
634 if re.search('get_wwn', fo):
644 if re.search('get_tag', fo):
653 if re.search('get_default_depth', fo):
660 if re.search('get_pr_transport_id\)\(', fo):
[all …]
/linux-3.4.99/fs/notify/fanotify/
Dfanotify_user.c141 struct fanotify_response_event *re, *return_re = NULL; in dequeue_re() local
144 list_for_each_entry(re, &group->fanotify_data.access_list, list) { in dequeue_re()
145 if (re->fd != fd) in dequeue_re()
148 list_del_init(&re->list); in dequeue_re()
149 return_re = re; in dequeue_re()
162 struct fanotify_response_event *re; in process_access_response() local
184 re = dequeue_re(group, fd); in process_access_response()
185 if (!re) in process_access_response()
188 re->event->response = response; in process_access_response()
192 kmem_cache_free(fanotify_response_event_cache, re); in process_access_response()
[all …]
/linux-3.4.99/scripts/dtc/
Dflattree.c316 struct reserve_info *re; in flatten_reserve_list() local
321 for (re = reservelist; re; re = re->next) { in flatten_reserve_list()
322 d = data_append_re(d, &re->re); in flatten_reserve_list()
465 struct reserve_info *re; in dt_to_asm() local
530 for (re = bi->reservelist; re; re = re->next) { in dt_to_asm()
533 for_each_label(re->labels, l) { in dt_to_asm()
537 ASM_EMIT_BELONG(f, "0x%08x", (unsigned int)(re->re.address >> 32)); in dt_to_asm()
539 (unsigned int)(re->re.address & 0xffffffff)); in dt_to_asm()
540 ASM_EMIT_BELONG(f, "0x%08x", (unsigned int)(re->re.size >> 32)); in dt_to_asm()
541 ASM_EMIT_BELONG(f, "0x%08x", (unsigned int)(re->re.size & 0xffffffff)); in dt_to_asm()
[all …]
Dtreesource.c266 struct reserve_info *re; in dt_to_source() local
270 for (re = bi->reservelist; re; re = re->next) { in dt_to_source()
273 for_each_label(re->labels, l) in dt_to_source()
276 (unsigned long long)re->re.address, in dt_to_source()
277 (unsigned long long)re->re.size); in dt_to_source()
Dlivetree.c211 new->re.address = address; in build_reserve_entry()
212 new->re.size = size; in build_reserve_entry()
481 if (a->re.address < b->re.address) in cmp_reserve_info()
483 else if (a->re.address > b->re.address) in cmp_reserve_info()
485 else if (a->re.size < b->re.size) in cmp_reserve_info()
487 else if (a->re.size > b->re.size) in cmp_reserve_info()
Ddtc-parser.y53 struct reserve_info *re; member
69 %type <re> memreserve
70 %type <re> memreserves
/linux-3.4.99/drivers/mtd/ubi/
Dcdev.c689 struct ubi_rename_entry *re, *re1; in rename_volumes() local
735 re = kzalloc(sizeof(struct ubi_rename_entry), GFP_KERNEL); in rename_volumes()
736 if (!re) { in rename_volumes()
741 re->desc = ubi_open_volume(ubi->ubi_num, vol_id, UBI_EXCLUSIVE); in rename_volumes()
742 if (IS_ERR(re->desc)) { in rename_volumes()
743 err = PTR_ERR(re->desc); in rename_volumes()
745 kfree(re); in rename_volumes()
750 if (re->desc->vol->name_len == name_len && in rename_volumes()
751 !memcmp(re->desc->vol->name, name, name_len)) { in rename_volumes()
752 ubi_close_volume(re->desc); in rename_volumes()
[all …]
Dvtbl.c131 struct ubi_rename_entry *re; in ubi_vtbl_rename_volumes() local
134 list_for_each_entry(re, rename_list, list) { in ubi_vtbl_rename_volumes()
136 struct ubi_volume *vol = re->desc->vol; in ubi_vtbl_rename_volumes()
139 if (re->remove) { in ubi_vtbl_rename_volumes()
145 vtbl_rec->name_len = cpu_to_be16(re->new_name_len); in ubi_vtbl_rename_volumes()
146 memcpy(vtbl_rec->name, re->new_name, re->new_name_len); in ubi_vtbl_rename_volumes()
147 memset(vtbl_rec->name + re->new_name_len, 0, in ubi_vtbl_rename_volumes()
148 UBI_VOL_NAME_MAX + 1 - re->new_name_len); in ubi_vtbl_rename_volumes()
/linux-3.4.99/drivers/net/ethernet/octeon/
Docteon_mgmt.c153 union mgmt_port_ring_entry re; in octeon_mgmt_rx_fill_ring() local
165 re.d64 = 0; in octeon_mgmt_rx_fill_ring()
166 re.s.len = size; in octeon_mgmt_rx_fill_ring()
167 re.s.addr = dma_map_single(p->dev, skb->data, in octeon_mgmt_rx_fill_ring()
172 p->rx_ring[p->rx_next_fill] = re.d64; in octeon_mgmt_rx_fill_ring()
188 union mgmt_port_ring_entry re; in octeon_mgmt_clean_tx_buffers() local
208 re.d64 = p->tx_ring[p->tx_next_clean]; in octeon_mgmt_clean_tx_buffers()
222 dma_unmap_single(p->dev, re.s.addr, re.s.len, in octeon_mgmt_clean_tx_buffers()
290 union mgmt_port_ring_entry re; in octeon_mgmt_dequeue_rx_buffer() local
296 re.d64 = p->rx_ring[p->rx_next]; in octeon_mgmt_dequeue_rx_buffer()
[all …]
/linux-3.4.99/scripts/dtc/libfdt/
Dfdt_sw.c112 struct fdt_reserve_entry *re; in fdt_add_reservemap_entry() local
121 if ((offset + sizeof(*re)) > fdt_totalsize(fdt)) in fdt_add_reservemap_entry()
124 re = (struct fdt_reserve_entry *)((char *)fdt + offset); in fdt_add_reservemap_entry()
125 re->address = cpu_to_fdt64(addr); in fdt_add_reservemap_entry()
126 re->size = cpu_to_fdt64(size); in fdt_add_reservemap_entry()
128 fdt_set_off_dt_struct(fdt, offset + sizeof(*re)); in fdt_add_reservemap_entry()
Dfdt_rw.c174 struct fdt_reserve_entry *re; in fdt_add_mem_rsv() local
179 re = _fdt_mem_rsv_w(fdt, fdt_num_mem_rsv(fdt)); in fdt_add_mem_rsv()
180 err = _fdt_splice_mem_rsv(fdt, re, 0, 1); in fdt_add_mem_rsv()
184 re->address = cpu_to_fdt64(address); in fdt_add_mem_rsv()
185 re->size = cpu_to_fdt64(size); in fdt_add_mem_rsv()
191 struct fdt_reserve_entry *re = _fdt_mem_rsv_w(fdt, n); in fdt_del_mem_rsv() local
199 err = _fdt_splice_mem_rsv(fdt, re, 1, 0); in fdt_del_mem_rsv()
/linux-3.4.99/arch/um/
DKconfig.debug15 If you're involved in UML kernel development and want to use gprof,
16 say Y. If you're unsure, say N.
28 If you're involved in UML kernel development and want to use gcov,
29 say Y. If you're unsure, say N.
/linux-3.4.99/arch/arm/mach-u300/
DKconfig27 Select this if you're developing on the
35 Select this if you're developing on the
42 Select this if you're developing on the
49 Select this if you're developing on the
68 to test reference designs. If you're not testing SPI,
/linux-3.4.99/arch/ia64/scripts/
Dunwcheck.py14 import re
23 start_pattern = re.compile("<([^>]*)>: \[0x([0-9a-f]+)-0x([0-9a-f]+)\]")
24 rlen_pattern = re.compile(".*rlen=([0-9]+)")
/linux-3.4.99/drivers/net/ethernet/marvell/
Dsky2.c1165 struct rx_ring_info *re; in sky2_get_rx_data_size() local
1172 BUG_ON(sky2->rx_nfrags > ARRAY_SIZE(re->frag_addr)); in sky2_get_rx_data_size()
1206 const struct rx_ring_info *re) in sky2_rx_submit() argument
1210 sky2_rx_add(sky2, OP_PACKET, re->data_addr, sky2->rx_data_size); in sky2_rx_submit()
1212 for (i = 0; i < skb_shinfo(re->skb)->nr_frags; i++) in sky2_rx_submit()
1213 sky2_rx_add(sky2, OP_BUFFER, re->frag_addr[i], PAGE_SIZE); in sky2_rx_submit()
1217 static int sky2_rx_map_skb(struct pci_dev *pdev, struct rx_ring_info *re, in sky2_rx_map_skb() argument
1220 struct sk_buff *skb = re->skb; in sky2_rx_map_skb()
1223 re->data_addr = pci_map_single(pdev, skb->data, size, PCI_DMA_FROMDEVICE); in sky2_rx_map_skb()
1224 if (pci_dma_mapping_error(pdev, re->data_addr)) in sky2_rx_map_skb()
[all …]
/linux-3.4.99/arch/ia64/
DKconfig.debug31 (CONFIG_ITANIUM_ASTEP_SPECIFIC). If you're unsure, select Y.
39 can select this option to disable the VHPT for debugging. If you're
48 from step B3 or later don't have this problem. If you're unsure,
57 problems, but slow! If you're unsure, select N.
/linux-3.4.99/arch/mips/include/asm/
Dinst.h231 unsigned int re : 5; member
240 unsigned int re : 5; member
250 unsigned int re : 5; member
301 unsigned int re : 5; member
310 unsigned int re : 5; member
319 unsigned int re : 5; member
/linux-3.4.99/Documentation/
DManagementStyle17 budget of your group, you're almost certainly not a kernel manager.
39 to decide on this", you're in trouble as a manager. The people you
41 you for a technical decision, you're screwed. You're clearly not
45 you, you're also screwed, although for a totally different reason.
51 makes you look like you know what you're doing, so what a kernel manager
72 fairly easy to backtrack. Since you're not going to be able to waste
76 incompetent nincompoop, say you're sorry, and undo all the worthless
152 "you're a d*ckhead" in millions of different ways (*), sometimes without
178 knowledge that we're better than the average person (let's face it,
179 nobody ever believes that they're average or below-average), we should
[all …]
/linux-3.4.99/arch/mips/math-emu/
Ddp_div.c129 int re = xe - ye; in ieee754dp_div() local
151 re--; in ieee754dp_div()
154 DPNORMRET2(xs == ys ? 0 : 1, re, rm, "div", x, y); in ieee754dp_div()
Dsp_div.c129 int re = xe - ye; in ieee754sp_div() local
151 re--; in ieee754sp_div()
154 SPNORMRET2(xs == ys ? 0 : 1, re, rm, "div", x, y); in ieee754sp_div()
Dsp_mul.c112 int re = xe + ye; in ieee754sp_mul() local
161 re++; in ieee754sp_mul()
168 SPNORMRET2(rs, re, rm, "mul", x, y); in ieee754sp_mul()
Ddp_mul.c111 int re = xe + ye; in ieee754dp_mul() local
167 re++; in ieee754dp_mul()
174 DPNORMRET2(rs, re, rm, "mul", x, y); in ieee754dp_mul()

12345678910>>...15