Searched refs:is_open (Results 26 - 32 of 32) sorted by relevance

12

/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c617 if (unlikely(!priv->is_open)) {
H A Dmain.c988 priv->is_open = 0;
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1737 if (!vif || !il->is_open)
H A D4965-mac.c573 if (unlikely(!il->is_open)) {
5668 il->is_open = 0;
5817 il->is_open = 1;
5829 if (!il->is_open)
5832 il->is_open = 0;
H A D3945.c484 if (unlikely(!il->is_open)) {
H A Dcommon.h1292 u8 is_open; member in struct:il_priv
/linux-master/tools/perf/
H A Dbuiltin-trace.c1212 * is_open: is this "open" or "openat"? To associate the fd returned in sys_exit with the pathname in sys_enter.
1225 bool is_open; member in struct:syscall
1870 sc->is_open = !strcmp(name, "open") || !strcmp(name, "openat");
2506 if (!trace->fd_path_disabled && sc->is_open && ret >= 0 && ttrace->filename.pending_open) {

Completed in 471 milliseconds

12