Searched refs:last_op (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/
H A Dtlb.c123 int last_op, int *op_index, int force,
149 last_op, mmu, flush, do_ops);
151 last_op, mmu, flush, do_ops);
155 last_op, mmu, flush, do_ops);
163 int last_op, int *op_index, int force,
179 op_index, last_op, mmu,
184 else ret = update_pte_range(pmd, addr, next, ops, last_op,
193 int last_op, int *op_index, int force,
209 op_index, last_op, mmu,
214 else ret = update_pmd_range(pud, addr, next, ops, last_op,
121 update_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end, struct host_vm_op *ops, int last_op, int *op_index, int force, union mm_context *mmu, void **flush, int (*do_ops)(union mm_context *, struct host_vm_op *, int, int, void **)) argument
161 update_pmd_range(pud_t *pud, unsigned long addr, unsigned long end, struct host_vm_op *ops, int last_op, int *op_index, int force, union mm_context *mmu, void **flush, int (*do_ops)(union mm_context *, struct host_vm_op *, int, int, void **)) argument
191 update_pud_range(pgd_t *pgd, unsigned long addr, unsigned long end, struct host_vm_op *ops, int last_op, int *op_index, int force, union mm_context *mmu, void **flush, int (*do_ops)(union mm_context *, struct host_vm_op *, int, int, void **)) argument
230 int ret = 0, last_op = ARRAY_SIZE(ops) - 1, op_index = -1; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_elect.c124 int done, failure_recovery, last_op; local
131 last_op = 0;
242 last_op = ELECT_ELECTION;
254 last_op = ELECT_REPSTART;
261 last_op = 0;
329 if (last_op == ELECT_ELECTION)

Completed in 89 milliseconds