Home
last modified time | relevance | path

Searched defs:path (Results 201 – 225 of 829) sorted by relevance

12345678910>>...34

/Linux-v6.6/tools/power/x86/turbostat/
Dturbostat.c63 char path[PATH_BYTES]; member
1914 FILE *fopen_or_die(const char *path, const char *mode) in fopen_or_die()
1928 unsigned long long snapshot_sysfs_counter(char *path) in snapshot_sysfs_counter()
1951 char path[128 + PATH_BYTES]; in get_mp() local
1967 char path[128]; in get_uncore_mhz() local
1977 char path[128 + PATH_BYTES]; in get_epb() local
2052 char path[128 + PATH_BYTES]; in get_core_throt_cnt() local
2832 char path[PATH_MAX]; in parse_int_file() local
2914 char path[80]; in get_physical_node_id() local
2932 char path[80], character; in get_thread_siblings() local
[all …]
/Linux-v6.6/fs/btrfs/
Dfree-space-cache.c79 struct btrfs_path *path, in __lookup_free_space_inode()
130 struct btrfs_path *path) in lookup_free_space_inode()
165 struct btrfs_path *path, in __create_free_space_inode()
224 struct btrfs_path *path) in create_free_space_inode()
246 struct btrfs_path *path; in btrfs_remove_free_space_inode() local
313 struct btrfs_path *path = btrfs_alloc_path(); in btrfs_truncate_free_space_cache() local
735 struct btrfs_path *path, u64 offset) in __load_free_space_cache()
944 struct btrfs_path *path; in load_free_space_cache() local
1148 struct btrfs_path *path, u64 offset, in update_cache_item()
1299 struct btrfs_path *path, u64 offset) in __btrfs_wait_cache_io()
[all …]
/Linux-v6.6/Documentation/sphinx/
Dmaintainers_include.py43 def parse_maintainers(self, path): argument
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dtest_d_path_check_types.c15 int BPF_PROG(d_path_check_rdonly_mem, struct path *path, struct kstat *stat, in BPF_PROG()
Dtest_skc_to_unix_sock.c10 char path[256] = {}; variable
/Linux-v6.6/sound/drivers/vx/
Dvx_hwdep.c56 char path[32]; in snd_vx_setup_firmware() local
/Linux-v6.6/security/landlock/
Dsyscalls.c244 static int get_path_from_fd(const s32 fd, struct path *const path) in get_path_from_fd()
310 struct path path; in SYSCALL_DEFINE4() local
/Linux-v6.6/tools/lib/subcmd/
Dhelp.c170 const char *path, in list_commands_in_dir()
221 char *paths, *path, *colon; in load_command_list() local
/Linux-v6.6/drivers/net/wireless/realtek/rtw89/
Drtw8851b.c664 int path, i; in rtw8851b_phycap_parsing_gain_comp() local
887 enum rtw89_rf_path path) in rtw8851b_set_gain_error()
930 u8 path; in rtw8851b_set_gain_offset() local
1389 void rtw8851b_bb_gpio_trsw(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, in rtw8851b_bb_gpio_trsw()
1505 enum rtw89_rf_path path) in rtw8851b_tssi_cont_en()
1945 void rtw8851b_set_trx_mask(struct rtw89_dev *rtwdev, u8 path, u8 group, u32 val) in rtw8851b_set_trx_mask()
1967 u8 path, path_min, path_max; in rtw8851b_btc_init_cfg() local
2215 u8 path; in rtw8851b_query_ppdu() local
/Linux-v6.6/security/apparmor/
Dlsm.c206 static int common_perm(const char *op, const struct path *path, u32 mask, in common_perm()
228 static int common_perm_cond(const char *op, const struct path *path, u32 mask) in common_perm_cond()
257 struct path path = { .mnt = dir->mnt, .dentry = dentry }; in common_perm_dir_dentry() local
332 static int apparmor_path_truncate(const struct path *path) in apparmor_path_truncate()
425 static int apparmor_path_chmod(const struct path *path, umode_t mode) in apparmor_path_chmod()
430 static int apparmor_path_chown(const struct path *path, kuid_t uid, kgid_t gid) in apparmor_path_chown()
435 static int apparmor_inode_getattr(const struct path *path) in apparmor_inode_getattr()
573 static int apparmor_sb_mount(const char *dev_name, const struct path *path, in apparmor_sb_mount()
/Linux-v6.6/tools/perf/util/
Ddlfilter.c337 char path[PATH_MAX]; in find_dlfilter() local
581 char path[PATH_MAX]; in get_filter_desc() local
643 char path[PATH_MAX]; in list_available_dlfilters() local
Dcache.h24 static inline int is_absolute_path(const char *path) in is_absolute_path()
Dnamespaces.c63 static int nsinfo__get_nspid(pid_t *tgid, pid_t *nstgid, bool *in_pidns, const char *path) in nsinfo__get_nspid()
345 char *nsinfo__realpath(const char *path, struct nsinfo *nsi) in nsinfo__realpath()
/Linux-v6.6/fs/devpts/
Dinode.c113 static int devpts_ptmx_path(struct path *path) in devpts_ptmx_path()
152 struct path path; in devpts_mntget() local
184 struct path path; in devpts_acquire() local
/Linux-v6.6/tools/lib/bpf/
Dusdt.c305 static int sanity_check_usdt_elf(Elf *elf, const char *path) in sanity_check_usdt_elf()
400 static int parse_elf_segs(Elf *elf, const char *path, struct elf_seg **segs, size_t *seg_cnt) in parse_elf_segs()
452 char path[PATH_MAX], line[PATH_MAX], mode[16]; in parse_vma_segs() local
578 static int collect_usdt_targets(struct usdt_manager *man, Elf *elf, const char *path, pid_t pid, in collect_usdt_targets()
956 pid_t pid, const char *path, in usdt_manager_attach_usdt()
1133 static int parse_usdt_note(Elf *elf, const char *path, GElf_Nhdr *nhdr, in parse_usdt_note()
/Linux-v6.6/tools/perf/arch/arm64/util/
Dpmu.c33 char path[PATH_MAX]; in perf_pmu__cpu_slots_per_cycle() local
/Linux-v6.6/arch/powerpc/platforms/pseries/
Dof_helpers.c18 struct device_node *pseries_of_derive_parent(const char *path) in pseries_of_derive_parent()
Dreconfig.c23 static int pSeries_reconfig_add_node(const char *path, struct property *proplist) in pSeries_reconfig_add_node()
196 char *path, *end, *name; in do_add_node() local
/Linux-v6.6/fs/9p/
Dcache.c55 __le64 path; in v9fs_cache_inode_get_cookie() local
/Linux-v6.6/drivers/gpu/drm/xen/
Dxen_drm_front_cfg.c23 const char *path, int index) in cfg_connector()
/Linux-v6.6/scripts/
Djobserver-exec32 _, _, path = fds.partition('fifo:') variable
/Linux-v6.6/tools/perf/arch/powerpc/util/
Dheader.c46 char path[PATH_MAX] = "/devices/hv_24x7/interface/"; in arch_get_runtimeparam() local
/Linux-v6.6/sound/soc/codecs/
Dwm8958-dsp2.c188 static void wm8958_dsp_start_mbc(struct snd_soc_component *component, int path) in wm8958_dsp_start_mbc()
232 static void wm8958_dsp_start_vss(struct snd_soc_component *component, int path) in wm8958_dsp_start_vss()
293 static void wm8958_dsp_start_enh_eq(struct snd_soc_component *component, int path) in wm8958_dsp_start_enh_eq()
324 static void wm8958_dsp_apply(struct snd_soc_component *component, int path, int start) in wm8958_dsp_apply()
/Linux-v6.6/drivers/platform/x86/intel/int3472/
Dled.c22 char *p, *path = agpio->resource_source.string_ptr; in skl_int3472_register_pled() local
/Linux-v6.6/arch/parisc/kernel/
Dsys_parisc.c209 asmlinkage long parisc_truncate64(const char __user * path, in parisc_truncate64()
223 asmlinkage long sys_truncate64(const char __user * path, unsigned long length) in sys_truncate64()
237 asmlinkage long parisc_truncate64(const char __user * path, in parisc_truncate64()

12345678910>>...34