Searched refs:exists (Results 51 - 75 of 91) sorted by relevance

1234

/linux-master/drivers/net/mctp/
H A Dmctp-i3c.c658 bool exists = false; local
663 exists = true;
668 if (!exists)
/linux-master/scripts/
H A Dcheckkconfigsymbols.py390 if not os.path.exists(sfile):
438 if not os.path.exists(kfile):
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py325 if os.path.exists('/dev/rtc'):
328 if os.path.exists(rtc) and os.path.exists(rtc+'/date') and \
329 os.path.exists(rtc+'/time') and os.path.exists(rtc+'/wakealarm'):
382 if not os.path.exists(file) or os.path.getsize(file) < 1:
406 if os.path.exists(cmdfull):
464 if os.path.exists('/proc/cpuinfo'):
469 if os.path.exists('/proc/meminfo'):
478 if os.path.exists('/et
[all...]
/linux-master/drivers/gpu/drm/ci/xfails/
H A Dupdate-xfails.py45 if os.path.exists(file_path):
/linux-master/drivers/input/serio/
H A Di8042.c156 bool exists; member in struct:i8042_port
460 port->exists = true;
476 port->exists = false;
594 serio = port->exists ? port->serio : NULL;
/linux-master/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py270 if path.exists(dso_fname):
/linux-master/scripts/gdb/linux/
H A Dsymbols.py88 if re.match(module_pattern, name) and os.path.exists(name):
/linux-master/tools/testing/kunit/
H A Dkunit.py442 if not os.path.exists(cli_args.build_dir):
466 not os.path.exists(cli_args.build_dir)):
/linux-master/kernel/
H A Dtaskstats.c326 goto exists;
330 exists:
/linux-master/Documentation/sphinx/
H A Dkfigure.py96 If ``path1`` exists and is newer than ``path2`` the function returns
99 return (path.exists(path1)
253 if not path.exists(src_fname):
304 # the builder needs not to copy one more time, so pop it if exists.
310 "convert: {out}/%s already exists and is newer" % _name)
/linux-master/fs/afs/
H A Dserver.c141 goto exists;
185 exists:
/linux-master/scripts/dtc/
H A Ddtx_diff72 a local file that exists in both the path of DTx_1 and DTx_2 then the
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py213 if not sysfs_path.exists():
/linux-master/scripts/kconfig/
H A DMakefile109 $(if $(config-fragments),, $(error $@ fragment does not exists on this architecture))
/linux-master/arch/m68k/fpsp040/
H A Dbugfix.S197 | Check for cu and nu register conflict. If one exists, this takes
246 | We have the case in which a conflict exists between the cu src or
368 | We have the case in which a conflict exists between the cu src or
H A Dscale.S164 | mantissa right until a zero exponent exists.
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe.c625 int exists, rootlen; local
633 exists = xenbus_exists(XBT_NIL, node, "");
634 if (!exists) {
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xics.c84 if (!state->exists)
1035 /* ICS already exists - somebody else got here first */
1194 if (irqp->exists) {
1274 irqp->exists = 1;
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.h745 int nfp_flower_cmsg_portreify(struct nfp_repr *repr, bool exists);
H A Dmain.c272 bool exists)
289 err = nfp_flower_cmsg_portreify(repr, exists);
271 nfp_flower_reprs_reify(struct nfp_app *app, enum nfp_repr_type type, bool exists) argument
/linux-master/fs/btrfs/
H A Dextent_io.c3615 struct extent_buffer *eb, *exists = NULL; local
3628 exists = ERR_PTR(ret);
3637 exists = find_extent_buffer(fs_info, start);
3638 if (exists)
3649 return exists;
3657 struct extent_buffer *exists; local
3677 exists = folio_get_private(folio);
3678 if (atomic_inc_not_zero(&exists->refs))
3679 return exists;
3737 /* Caller should ensure the folio exists
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c312 goto exists;
337 exists:
/linux-master/kernel/trace/
H A Dtrace_events_user.c869 bool exists; local
874 exists = user_event_enabler_exists(user_mm, uaddr, bit);
878 return exists;
2036 * Name is allocated by caller, free it since it already exists.
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat859 if not os.path.exists(os.path.join(PATH_DEBUGFS_KVM, path)):
1804 if not os.path.exists(PATH_DEBUGFS_TRACING) and (options.tracepoints or
1840 if not os.path.exists(PATH_DEBUGFS_KVM):
/linux-master/net/batman-adv/
H A Dtypes.h1247 /** @exists: whether a querier exists in the mesh */
1248 unsigned char exists:1; member in struct:batadv_mcast_querier_state
1251 * @shadowing: if a querier exists, whether it is potentially shadowing

Completed in 364 milliseconds

1234