Home
last modified time | relevance | path

Searched refs:first_open (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/sunrpc/
Drpc_pipe.c221 int first_open; in rpc_pipe_open() local
228 first_open = pipe->nreaders == 0 && pipe->nwriters == 0; in rpc_pipe_open()
229 if (first_open && pipe->ops->open_pipe) { in rpc_pipe_open()
/linux-4.1.27/drivers/media/pci/zoran/
Dzoran_driver.c909 int res, first_open = 0; in zoran_open() local
947 first_open = 1; in zoran_open()
952 if (first_open) { /* First device open */ in zoran_open()