Searched refs:op (Results 176 - 200 of 1225) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dfutex.h11 int op = (encoded_op >> 28) & 7; local
24 switch (op) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd015.tcl28 foreach op { abort commit discard } {
29 puts "$msg: Simple test to prepare $numtxns txn with $op "
31 recd015_body $env_cmd $testfile $numtxns $msg $op
44 foreach op { abort commit discard } {
45 puts "$msg: Large test to prepare $numtxns txn with $op"
47 recd015_body $env_cmd $testfile $numtxns $msg $op
56 proc recd015_body { env_cmd testfile numtxns msg op } {
100 puts "$msg.3: comparing GIDs and $op txns"
105 error_check_good txn:$op [$txn $op]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dkprobes.c110 static void __kprobes __synthesize_relative_insn(void *from, void *to, u8 op) argument
113 u8 op; member in struct:__arch_relative_insn
119 insn->op = op;
1185 static void __kprobes optimized_callback(struct optimized_kprobe *op, argument
1192 kprobes_inc_nmissed_count(&op->kp);
1201 regs->ip = (unsigned long)op->kp.addr + INT3_SIZE;
1204 __get_cpu_var(current_kprobe) = &op->kp;
1206 opt_pre_handler(&op->kp, regs);
1316 int __kprobes arch_check_optimized_kprobe(struct optimized_kprobe *op) argument
1331 arch_within_optimized_kprobe(struct optimized_kprobe *op, unsigned long addr) argument
1340 __arch_remove_optimized_kprobe(struct optimized_kprobe *op, int dirty) argument
1349 arch_remove_optimized_kprobe(struct optimized_kprobe *op) argument
1358 arch_prepare_optimized_kprobe(struct optimized_kprobe *op) argument
1409 arch_optimize_kprobe(struct optimized_kprobe *op) argument
1432 arch_unoptimize_kprobe(struct optimized_kprobe *op) argument
1446 struct optimized_kprobe *op; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Drdma.c452 struct rds_rdma_op *op = NULL; local
503 op = kzalloc(offsetof(struct rds_rdma_op, r_sg[nr_pages]), GFP_KERNEL);
504 if (op == NULL) {
509 op->r_write = !!(args->flags & RDS_RDMA_READWRITE);
510 op->r_fence = !!(args->flags & RDS_RDMA_FENCE);
511 op->r_notify = !!(args->flags & RDS_RDMA_NOTIFY_ME);
512 op->r_recverr = rs->rs_recverr;
514 sg_init_table(op->r_sg, nr_pages);
516 if (op->r_notify || op
620 struct rds_rdma_op *op; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dmpc5200_dma.h84 int mpc5200_audio_dma_create(struct platform_device *op);
85 int mpc5200_audio_dma_destroy(struct platform_device *op);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Ddsfield.c65 * PARAMETERS: Op - Current parse op (create_xXField)
81 acpi_ds_create_buffer_field(union acpi_parse_object *op, argument
96 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) {
100 arg = acpi_ps_get_arg(op, 3);
104 arg = acpi_ps_get_arg(op, 2);
150 * but for now, we will put it in the "op" object that the parser uses,
153 op->common.node = node;
183 second_desc->extra.aml_start = op->named.data;
184 second_desc->extra.aml_length = op->named.length;
352 acpi_ds_create_field(union acpi_parse_object *op, argument
409 acpi_ds_init_field_objects(union acpi_parse_object *op, struct acpi_walk_state *walk_state) argument
523 acpi_ds_create_bank_field(union acpi_parse_object *op, struct acpi_namespace_node *region_node, struct acpi_walk_state *walk_state) argument
607 acpi_ds_create_index_field(union acpi_parse_object *op, struct acpi_namespace_node *region_node, struct acpi_walk_state *walk_state) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs_olt.c81 struct vxfs_olt *op; local
89 op = (struct vxfs_olt *)bp->b_data;
90 if (op->olt_magic != VXFS_OLT_MAGIC) {
105 oaddr = bp->b_data + op->olt_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Depoll.c165 epoll_op_to_string(int op) argument
167 return op == EPOLL_CTL_ADD?"ADD":
168 op == EPOLL_CTL_DEL?"DEL":
169 op == EPOLL_CTL_MOD?"MOD":
179 int op, events = 0; local
183 on the fd before, we need to set op="ADD" and set
186 fd, we need to say op="MOD" and set events=the events we
188 we say op="DEL" and set events=the remaining events. What
199 op = EPOLL_CTL_ADD;
232 op
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dkern.h37 extern int ptrace(int op, int pid, long addr, long data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvideo_output.h40 struct output_properties *op);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dlzo1b_cc.c96 lzo_bytep op = out + *out_len; local
97 op[0] = M3_MARKER | 1;
98 op[1] = 0;
99 op[2] = 0;
H A Dlzo1c_cc.c96 lzo_bytep op = out + *out_len; local
97 op[0] = M3_MARKER | 1;
98 op[1] = 0;
99 op[2] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/via/
H A Daccel.c53 static int hw_bitblt_1(void __iomem *engine, u8 op, u32 width, u32 height, argument
61 if (!op || op > 3) {
62 printk(KERN_WARNING "hw_bitblt_1: Invalid operation: %d\n", op);
66 if (op != VIA_BITBLT_FILL && !src_mem && src_addr == dst_addr) {
79 if (op == VIA_BITBLT_FILL) {
97 if (op != VIA_BITBLT_FILL) {
98 if (src_x & (op == VIA_BITBLT_MONO ? 0xFFFF8000 : 0xFFFFF000)
124 if (op != VIA_BITBLT_COLOR)
127 if (op
186 hw_bitblt_2(void __iomem *engine, u8 op, u32 width, u32 height, u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, u32 fg_color, u32 bg_color, u8 fill_rop) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-elisp.c406 free_object (struct object *op) argument
408 if (op->type == t_symbol || op->type == t_string)
410 free_token (op->token);
411 free (op->token);
417 string_of_object (const struct object *op) argument
422 if (!(op->type == t_symbol || op->type == t_string))
424 n = op->token->charcount;
426 memcpy (str, op
619 read_object(struct object *op, bool first_in_list, bool new_backquote_flag, flag_context_ty outer_context) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh5/
H A Dunwind.c78 unsigned long op; local
82 op = *(unsigned long *)prologue;
84 major = (op >> 26) & 0x3f;
85 src = (op >> 20) & 0x3f;
86 minor = (op >> 16) & 0xf;
87 disp = (op >> 10) & 0x3f;
88 dest = (op >> 4) & 0x3f;
133 offset_r14 = (u64)(((((s64)op >> 10) & 0x3ff) << 54) >> 54);
141 offset_r18 = (u64)(((((s64)op >> 10) & 0x3ff) << 54) >> 54);
153 dest, op);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpmc.c54 static int __devinit pmc_probe(struct platform_device *op, argument
57 regs = of_ioremap(&op->resource[0], 0,
58 resource_size(&op->resource[0]), PMC_OBPNAME);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dr4kcache.h33 #define cache_op(op,addr) \
41 : "i" (op), "R" (*(unsigned char *)(addr)))
193 #define protected_cache_op(op,addr) \
204 : "i" (op), "r" (addr))
238 #define cache16_unroll32(base,op) \
262 "i" (op));
264 #define cache32_unroll32(base,op) \
288 "i" (op));
290 #define cache64_unroll32(base,op) \
314 "i" (op));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsunqe.c692 struct platform_device *op; local
697 op = qep->op;
698 regs = of_get_property(op->dev.of_node, "reg", NULL);
723 static void qec_init_once(struct sunqec *qecp, struct platform_device *op) argument
741 sbus_writel((resource_size(&op->resource[1]) >> 2),
747 sbus_writel((resource_size(&op->resource[1]) >> 2) >> 1,
749 sbus_writel((resource_size(&op->resource[1]) >> 2) >> 1,
775 struct platform_device *op = to_platform_device(child->dev.parent); local
778 qecp = dev_get_drvdata(&op
839 qec_ether_init(struct platform_device *op) argument
944 qec_sbus_probe(struct platform_device *op, const struct of_device_id *match) argument
949 qec_sbus_remove(struct platform_device *op) argument
1000 struct platform_device *op = root_qec_dev->op; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dp9100.c252 static int __devinit p9100_probe(struct platform_device *op, const struct of_device_id *match) argument
254 struct device_node *dp = op->dev.of_node;
259 info = framebuffer_alloc(sizeof(struct p9100_par), &op->dev);
269 info->fix.smem_start = op->resource[2].start;
270 par->which_io = op->resource[2].flags & IORESOURCE_BITS;
280 par->regs = of_ioremap(&op->resource[0], 0,
287 info->screen_base = of_ioremap(&op->resource[2], 0,
305 dev_set_drvdata(&op->dev, info);
317 of_iounmap(&op->resource[2], info->screen_base, info->fix.smem_len);
320 of_iounmap(&op
329 p9100_remove(struct platform_device *op) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvp9dsp_init.c96 #define filter_8tap_2d_fn(op, sz, f, fname) \
97 static void op##_8tap_##fname##_##sz##hv_ssse3(uint8_t *dst, ptrdiff_t dst_stride, \
104 ff_vp9_##op##_8tap_1d_v_##sz##_ssse3(dst, dst_stride, temp + 3 * 64, 64, \
108 #define filters_8tap_2d_fn(op, sz) \
109 filter_8tap_2d_fn(op, sz, FILTER_8TAP_REGULAR, regular) \
110 filter_8tap_2d_fn(op, sz, FILTER_8TAP_SHARP, sharp) \
111 filter_8tap_2d_fn(op, sz, FILTER_8TAP_SMOOTH, smooth)
113 #define filters_8tap_2d_fn2(op) \
114 filters_8tap_2d_fn(op, 64) \
115 filters_8tap_2d_fn(op, 3
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dseq_file.c19 * @op: method table describing the sequence
22 * by @op. @op->start() sets the iterator up and returns the first
23 * element of sequence. @op->stop() shuts it down. @op->next()
24 * returns the next element of sequence. @op->show() prints element
30 int seq_open(struct file *file, const struct seq_operations *op) argument
42 p->op = op;
83 p = m->op
554 struct seq_operations *op = kmalloc(sizeof(*op), GFP_KERNEL); local
574 const struct seq_operations *op = ((struct seq_file *)file->private_data)->op; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Di8042-sparcio.h52 static int __devinit sparc_i8042_probe(struct platform_device *op, const struct of_device_id *match) argument
54 struct device_node *dp = op->dev.of_node;
63 irq = op->archdata.irqs[0];
73 irq = op->archdata.irqs[0];
83 static int __devexit sparc_i8042_remove(struct platform_device *op) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/integrity/ima/
H A Dima.h65 const unsigned char *fname, const char *op,
74 const char *op, struct inode *inode);
79 const char *op, const char *cause);
150 static inline int security_filter_rule_init(u32 field, u32 op, char *rulestr, argument
156 static inline int security_filter_rule_match(u32 secid, u32 field, u32 op, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/math-emu/
H A Dsoft-fp.h183 #include <math-emu/op-1.h>
184 #include <math-emu/op-2.h>
185 #include <math-emu/op-4.h>
186 #include <math-emu/op-8.h>
187 #include <math-emu/op-common.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dmpc85xx_edac.c203 static int __devinit mpc85xx_pci_err_probe(struct platform_device *op, argument
211 if (!devres_open_group(&op->dev, mpc85xx_pci_err_probe, GFP_KERNEL))
221 dev_set_drvdata(&op->dev, pci);
222 pci->dev = &op->dev;
225 pci->dev_name = dev_name(&op->dev);
232 res = of_address_to_resource(op->dev.of_node, 0, &r);
242 if (!devm_request_mem_region(&op->dev, r.start, resource_size(&r),
250 pdata->pci_vbase = devm_ioremap(&op->dev, r.start, resource_size(&r));
277 pdata->irq = irq_of_parse_and_map(op->dev.of_node, 0);
278 res = devm_request_irq(&op
308 mpc85xx_pci_err_remove(struct platform_device *op) argument
506 mpc85xx_l2_err_probe(struct platform_device *op, const struct of_device_id *match) argument
616 mpc85xx_l2_err_remove(struct platform_device *op) argument
959 mpc85xx_mc_err_probe(struct platform_device *op, const struct of_device_id *match) argument
1091 mpc85xx_mc_err_remove(struct platform_device *op) argument
[all...]

Completed in 175 milliseconds

1234567891011>>