/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | cgrp_kfunc_failure.c | 33 int BPF_PROG(cgrp_kfunc_acquire_untrusted, struct cgroup *cgrp, const char *path) in BPF_PROG() 51 int BPF_PROG(cgrp_kfunc_acquire_fp, struct cgroup *cgrp, const char *path) in BPF_PROG() 90 int BPF_PROG(cgrp_kfunc_acquire_null, struct cgroup *cgrp, const char *path) in BPF_PROG() 105 int BPF_PROG(cgrp_kfunc_acquire_unreleased, struct cgroup *cgrp, const char *path) in BPF_PROG() 118 int BPF_PROG(cgrp_kfunc_get_non_kptr_param, struct cgroup *cgrp, const char *path) in BPF_PROG() 153 int BPF_PROG(cgrp_kfunc_get_null, struct cgroup *cgrp, const char *path) in BPF_PROG() 169 int BPF_PROG(cgrp_kfunc_xchg_unreleased, struct cgroup *cgrp, const char *path) in BPF_PROG() 189 int BPF_PROG(cgrp_kfunc_get_unreleased, struct cgroup *cgrp, const char *path) in BPF_PROG() 209 int BPF_PROG(cgrp_kfunc_release_untrusted, struct cgroup *cgrp, const char *path) in BPF_PROG() 225 int BPF_PROG(cgrp_kfunc_release_fp, struct cgroup *cgrp, const char *path) in BPF_PROG() [all …]
|
A D | cgrp_kfunc_success.c | 33 int BPF_PROG(test_cgrp_acquire_release_argument, struct cgroup *cgrp, const char *path) in BPF_PROG() 47 int BPF_PROG(test_cgrp_acquire_leave_in_map, struct cgroup *cgrp, const char *path) in BPF_PROG() 62 int BPF_PROG(test_cgrp_xchg_release, struct cgroup *cgrp, const char *path) in BPF_PROG() 95 int BPF_PROG(test_cgrp_get_release, struct cgroup *cgrp, const char *path) in BPF_PROG() 128 int BPF_PROG(test_cgrp_get_ancestors, struct cgroup *cgrp, const char *path) in BPF_PROG()
|
/linux-6.3-rc2/drivers/video/fbdev/mmp/ |
A D | core.c | 16 static struct mmp_overlay *path_get_overlay(struct mmp_path *path, in path_get_overlay() 24 static int path_check_status(struct mmp_path *path) in path_check_status() 41 static int path_get_modelist(struct mmp_path *path, in path_get_modelist() 74 struct mmp_path *path; in mmp_register_panel() local 104 struct mmp_path *path; in mmp_unregister_panel() local 130 struct mmp_path *path = NULL, *iter; in mmp_get_path() local 155 struct mmp_path *path = NULL; in mmp_register_path() local 216 void mmp_unregister_path(struct mmp_path *path) in mmp_unregister_path()
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/ |
A D | rtw8852a_rfk.c | 94 u8 path; in _wait_rx_mode() local 1281 u8 path) in _iqk_info_iqk() 1419 u8 path) in _iqk_start_iqk() 1542 u8 path = 0x0; in _iqk_track() local 1606 u8 ch, path; in _iqk_init() local 1803 u8 path) in _dpk_bkup_kip() 2621 u8 path; in _dpk_cal_select() local 2702 u8 path, kpath; in _dpk_force_bypass() local 2744 u8 path, kidx; in _dpk_track() local 3429 u8 path; in _tssi_track() local [all …]
|
A D | rtw8852c_rfk.c | 151 u8 path; in _wait_rx_mode() local 1258 u8 path) in _iqk_info_iqk() 1369 u8 path) in _iqk_start_iqk() 1492 u8 ch, path; in _iqk_init() local 2702 u8 path; in _dpk_cal_select() local 2832 u8 path, kidx; in _dpk_track() local 3943 u8 path; in _rxbb_bw() local 3976 int path; in _lck_keep_thermal() local 4013 int path; in rtw8852c_lck_track() local 4076 u8 path; in rtw8852c_rck() local [all …]
|
A D | rtw8852b_rfk.c | 304 u8 path, dck_tune; in _rx_dck() local 814 u8 path, u8 ktype) in _iqk_one_shot() 869 u8 path) in _rxk_group_sel() 927 u8 path) in _iqk_nbrxk() 1558 u8 idx, path; in _iqk_init() local 1590 u8 path; in _wait_rx_mode() local 2507 u8 path; in _dpk_cal_select() local 2575 u8 path, kpath; in _dpk_force_bypass() local 2604 u8 path, kidx; in _dpk_track() local 3757 u8 path; in rtw8852b_rck() local [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/mediatek/ |
A D | mtk_eth_path.c | 21 static const char *mtk_eth_path_name(int path) in mtk_eth_path_name() 43 static int set_mux_gdm1_to_gmac1_esw(struct mtk_eth *eth, int path) in set_mux_gdm1_to_gmac1_esw() 74 static int set_mux_gmac2_gmac0_to_gephy(struct mtk_eth *eth, int path) in set_mux_gmac2_gmac0_to_gephy() 97 static int set_mux_u3_gmac2_to_qphy(struct mtk_eth *eth, int path) in set_mux_u3_gmac2_to_qphy() 120 static int set_mux_gmac1_gmac2_to_sgmii_rgmii(struct mtk_eth *eth, int path) in set_mux_gmac1_gmac2_to_sgmii_rgmii() 158 static int set_mux_gmac12_to_gephy_sgmii(struct mtk_eth *eth, int path) in set_mux_gmac12_to_gephy_sgmii() 213 static int mtk_eth_mux_setup(struct mtk_eth *eth, int path) in mtk_eth_mux_setup() 244 int path; in mtk_gmac_sgmii_path_setup() local 255 int path = 0; in mtk_gmac_gephy_path_setup() local 269 int path; in mtk_gmac_rgmii_path_setup() local
|
/linux-6.3-rc2/fs/ |
A D | init.c | 19 struct path path; in init_mount() local 33 struct path path; in init_umount() local 46 struct path path; in init_chdir() local 61 struct path path; in init_chroot() local 85 struct path path; in init_chown() local 102 struct path path; in init_chmod() local 115 struct path path; in init_eaccess() local 129 struct path path; in init_stat() local 144 struct path path; in init_mknod() local 204 struct path path; in init_symlink() local [all …]
|
/linux-6.3-rc2/security/tomoyo/ |
A D | tomoyo.c | 120 static int tomoyo_inode_getattr(const struct path *path) in tomoyo_inode_getattr() 132 static int tomoyo_path_truncate(const struct path *path) in tomoyo_path_truncate() 159 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_unlink() local 176 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_mkdir() local 192 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_rmdir() local 209 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_symlink() local 227 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_mknod() local 359 static int tomoyo_path_chmod(const struct path *path, umode_t mode) in tomoyo_path_chmod() 394 static int tomoyo_path_chroot(const struct path *path) in tomoyo_path_chroot() 410 static int tomoyo_sb_mount(const char *dev_name, const struct path *path, in tomoyo_sb_mount() [all …]
|
/linux-6.3-rc2/fs/btrfs/tests/ |
A D | free-space-tree-tests.c | 23 struct btrfs_path *path, in __check_free_space_extents() 110 struct btrfs_path *path, in check_free_space_extents() 153 struct btrfs_path *path, in test_empty_block_group() 167 struct btrfs_path *path, in test_remove_all() 188 struct btrfs_path *path, in test_remove_beginning() 211 struct btrfs_path *path, in test_remove_end() 234 struct btrfs_path *path, in test_remove_middle() 258 struct btrfs_path *path, in test_merge_left() 295 struct btrfs_path *path, in test_merge_right() 333 struct btrfs_path *path, in test_merge_both() [all …]
|
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | path.c | 108 struct tb_path *path; in tb_path_discover() local 244 struct tb_path *path; in tb_path_alloc() local 358 void tb_path_free(struct tb_path *path) in tb_path_free() 379 static void __tb_path_deallocate_nfc(struct tb_path *path, int first_hop) in __tb_path_deallocate_nfc() 449 static void __tb_path_deactivate_hops(struct tb_path *path, int first_hop) in __tb_path_deactivate_hops() 464 void tb_path_deactivate(struct tb_path *path) in tb_path_deactivate() 490 int tb_path_activate(struct tb_path *path) in tb_path_activate() 583 bool tb_path_is_invalid(struct tb_path *path) in tb_path_is_invalid() 603 bool tb_path_port_on_path(const struct tb_path *path, const struct tb_port *port) in tb_path_port_on_path()
|
/linux-6.3-rc2/fs/nilfs2/ |
A D | btree.c | 25 struct nilfs_btree_path *path; in nilfs_btree_alloc_path() local 547 struct nilfs_btree_path *path, in nilfs_btree_do_lookup() 688 struct nilfs_btree_path *path; in nilfs_btree_lookup() local 706 struct nilfs_btree_path *path; in nilfs_btree_lookup_contig() local 1231 struct nilfs_btree_path *path; in nilfs_btree_insert() local 1582 struct nilfs_btree_path *path; in nilfs_btree_delete() local 1613 struct nilfs_btree_path *path; in nilfs_btree_seek_key() local 1633 struct nilfs_btree_path *path; in nilfs_btree_last_key() local 2066 struct nilfs_btree_path *path; in nilfs_btree_propagate() local 2262 struct nilfs_btree_path *path; in nilfs_btree_assign() local [all …]
|
/linux-6.3-rc2/fs/btrfs/ |
A D | dir-item.c | 24 struct btrfs_path *path, in insert_with_overflow() 58 struct btrfs_path *path, u64 objectid, in btrfs_insert_xattr_item() 116 struct btrfs_path *path; in btrfs_insert_dir_item() local 179 struct btrfs_root *root, struct btrfs_path *path, in btrfs_lookup_match_dir() 214 struct btrfs_path *path, u64 dir, in btrfs_lookup_dir_item() 242 struct btrfs_path *path; in btrfs_check_dir_item_collision() local 310 struct btrfs_path *path, u64 dir, in btrfs_lookup_dir_index_item() 329 btrfs_search_dir_index_item(struct btrfs_root *root, struct btrfs_path *path, in btrfs_search_dir_index_item() 358 struct btrfs_path *path, u64 dir, in btrfs_lookup_xattr() 382 struct btrfs_path *path, in btrfs_match_dir_item_name() [all …]
|
A D | free-space-tree.c | 71 struct btrfs_path *path) in add_new_free_space_info() 207 struct btrfs_path *path) in convert_free_space_to_bitmaps() 345 struct btrfs_path *path) in convert_free_space_to_extents() 477 struct btrfs_path *path, in update_free_space_extent_count() 836 struct btrfs_path *path; in remove_from_free_space_tree() local 870 struct btrfs_path *path, in add_free_space_extent() 1029 struct btrfs_path *path; in add_to_free_space_tree() local 1219 struct btrfs_path *path; in clear_free_space_tree() local 1303 struct btrfs_path *path) in __add_block_group_free_space() 1352 struct btrfs_path *path; in remove_block_group_free_space() local [all …]
|
A D | tree-log.c | 378 struct btrfs_path *path, in overwrite_item() 1023 struct btrfs_path *path; in backref_in_log() local 1601 struct btrfs_path *path; in fixup_inode_link_count() local 2394 struct btrfs_path *path; in replay_one_buffer() local 2727 struct btrfs_path *path; in walk_log_tree() local 3455 struct btrfs_path *path; in btrfs_del_dir_entries_in_log() local 5405 struct btrfs_path *path; in log_new_dir_dentries() local 6340 struct btrfs_path *path; in btrfs_log_inode() local 6675 struct btrfs_path *path; in btrfs_log_all_parents() local 6901 struct btrfs_path *path; in log_all_new_ancestors() local [all …]
|
A D | ctree.c | 1356 struct btrfs_path *path, in reada_for_search() 2457 struct btrfs_path *path) in btrfs_search_backwards() 2546 struct btrfs_path *path, in btrfs_set_item_key_safe() 3462 struct btrfs_path *path, in copy_for_split() 3527 struct btrfs_path *path, in push_for_double_split() 3899 struct btrfs_path *path, in btrfs_split_item() 4174 struct btrfs_path *path, in btrfs_setup_item_for_insert() 4194 struct btrfs_path *path, in btrfs_insert_empty_items() 4224 struct btrfs_path *path; in btrfs_insert_item() local 4252 struct btrfs_path *path, in btrfs_duplicate_item() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw88/ |
A D | rtw8822c.c | 102 u32 path, i; in rtw8822c_dac_backup_reg() local 131 u32 path, i; in rtw8822c_dac_restore_reg() local 1022 u8 path; in rtw8822c_set_power_trim() local 1172 u8 path; in rtw8822c_rfk_power_save() local 1778 u8 path; in rtw8822c_txgapk() local 1840 u8 path; in rtw8822c_pwrtrack_init() local 2729 u8 path; in rtw8822c_set_write_tx_power_ref() local 3345 u8 path; in rtw8822c_dpk_pre_setting() local 3593 u8 path; member 3976 u8 path; in rtw8822c_dpk_cal_coef1() local [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | path.h | 8 struct path { struct 13 extern void path_get(const struct path *); argument 21 static inline void path_put_init(struct path *path) in path_put_init()
|
A D | interconnect.h | 35 struct icc_path *path; member 87 static inline void icc_put(struct icc_path *path) in icc_put() 91 static inline int icc_enable(struct icc_path *path) in icc_enable() 96 static inline int icc_disable(struct icc_path *path) in icc_disable() 101 static inline int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw() 106 static inline void icc_set_tag(struct icc_path *path, u32 tag) in icc_set_tag() 110 static inline const char *icc_get_name(struct icc_path *path) in icc_get_name()
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | builtin-test-list.c | 38 static const char *shell_tests__dir(char *path, size_t size) in shell_tests__dir() 62 const char *path, const char *name) in shell_test__description() 86 static bool is_shell_script(const char *path) in is_shell_script() 101 static bool is_test_script(const char *path, const char *name) in is_test_script() 157 static void append_scripts_in_dir(const char *path) in append_scripts_in_dir() 192 const char *path; in list_script_files() local
|
A D | kmod-path.c | 10 static int test(const char *path, bool alloc_name, bool kmod, in test() 35 static int test_is_kernel_module(const char *path, int cpumode, bool expect) in test_is_kernel_module() 44 #define T(path, an, k, c, n) \ argument 47 #define M(path, c, e) \ argument
|
A D | topology.c | 17 static int get_temp(char *path) in get_temp() 33 static int session_write_header(char *path) in session_write_header() 72 static int check_cpu_topology(char *path, struct perf_cpu_map *map) in check_cpu_topology() 217 char path[PATH_MAX]; in test__session_topology() local
|
/linux-6.3-rc2/fs/ext4/ |
A D | extents.c | 156 struct ext4_ext_path *path) in ext4_ext_get_access() 187 struct ext4_ext_path *path) in __ext4_ext_dirty() 261 struct ext4_ext_path *path, in ext4_ext_new_meta_block() 1054 struct ext4_ext_path *path, in ext4_ext_split() 1471 struct ext4_ext_path *path, in ext4_ext_search_left() 1535 struct ext4_ext_path *path, in ext4_ext_search_right() 1706 struct ext4_ext_path *path) in ext4_ext_correct_indexes() 2591 struct ext4_ext_path *path, in ext4_ext_rm_leaf() 5127 struct ext4_ext_path *path; in ext4_ext_shift_extents() local 5422 struct ext4_ext_path *path; in ext4_insert_range() local [all …]
|
/linux-6.3-rc2/drivers/interconnect/ |
A D | core.c | 155 struct icc_path *path; in path_init() local 180 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); in path_find() local 283 static int apply_constraints(struct icc_path *path) in apply_constraints() 404 struct icc_path **ptr, *path; in devm_of_icc_get() local 439 struct icc_path *path; in of_icc_get_by_index() local 573 void icc_set_tag(struct icc_path *path, u32 tag) in icc_set_tag() 598 const char *icc_get_name(struct icc_path *path) in icc_get_name() 696 int icc_enable(struct icc_path *path) in icc_enable() 702 int icc_disable(struct icc_path *path) in icc_disable() 727 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); in icc_get() local [all …]
|
/linux-6.3-rc2/tools/include/nolibc/ |
A D | sys.h | 94 int sys_chdir(const char *path) in sys_chdir() 100 int chdir(const char *path) in chdir() 117 int sys_chmod(const char *path, mode_t mode) in sys_chmod() 129 int chmod(const char *path, mode_t mode) in chmod() 175 int sys_chroot(const char *path) in sys_chroot() 181 int chroot(const char *path) in chroot() 661 int mkdir(const char *path, mode_t mode) in mkdir() 809 int open(const char *path, int flags, ...) in open() 1157 int umount2(const char *path, int flags) in umount2() 1174 int sys_unlink(const char *path) in sys_unlink() [all …]
|