OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:do_sync
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/arm/lib/
interrupts_64.c
89
*
do_sync
handles the Synchronous Abort exception.
91
void
do_sync
(struct pt_regs *pt_regs, unsigned int esr)
function
/external/iproute2/misc/
arpd.c
65
volatile int
do_sync
;
variable
556
do_sync
= 1;
563
do_sync
= 1;
810
if (
do_sync
) {
813
do_sync
= 0;
825
do_sync
= 1;
/external/ltp/testcases/kernel/fs/doio/
doio.c
400
int
do_sync
(struct io_req *req);
1041
rval =
do_sync
(&ioreq);
3600
int
do_sync
(struct io_req *req)
function
[
all
...]
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c
2208
int
do_sync
= 1;
local
6295
int
do_sync
= 1;
local
7298
int
do_sync
= 1;
local
[
all
...]
Completed in 2262 milliseconds