Searched defs:path (Results 401 - 425 of 858) sorted by relevance

<<11121314151617181920>>

/linux-master/security/integrity/ima/
H A Dima_appraise.c707 char *path = NULL, *pathbuf = NULL; local
/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.c172 int parse_test_list_file(const char *path, argument
/linux-master/tools/testing/selftests/mm/
H A Dhmm-tests.c221 char path[HMM_PATH_MAX]; local
H A Dsplit_huge_page_test.c56 static void write_file(const char *path, const char *buf, size_t buflen) argument
/linux-master/tools/perf/util/
H A Dexpr.c411 char path[PATH_MAX]; local
H A Dmem-events.c181 char path[PATH_MAX]; local
H A Dthread.c272 char path[64]; local
/linux-master/arch/powerpc/platforms/pseries/
H A Dibmebus.c275 char *path; local
312 char *path; local
[all...]
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c143 static int mdp_path_subfrm_require(const struct mdp_path *path, argument
196 mdp_path_subfrm_run(const struct mdp_path *path, struct mdp_cmdq_cmd *cmd, struct mdp_pipe_info *p, u32 count) argument
261 mdp_path_ctx_init(struct mdp_dev *mdp, struct mdp_path *path) argument
299 mdp_path_config_subfrm(struct mdp_cmdq_cmd *cmd, struct mdp_path *path, u32 count) argument
391 mdp_path_config(struct mdp_dev *mdp, struct mdp_cmdq_cmd *cmd, struct mdp_path *path) argument
593 struct mdp_path *path = NULL; local
[all...]
/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c33 static int execveat_(int fd, const char *path, char **argv, char **envp, argument
46 static int _check_execveat_fail(int fd, const char *path, int flags, argument
74 static int check_execveat_invoked_rc(int fd, const char *path, int flags, argument
130 check_execveat(int fd, const char *path, int flags) argument
[all...]
/linux-master/fs/bcachefs/
H A Dbtree_update.c393 struct btree_path *path = trans->paths + path_idx; local
467 bch2_trans_update_get_key_cache(struct btree_trans *trans, struct btree_iter *iter, struct btree_path *path) argument
530 struct btree_path *path = trans->paths + path_idx; local
[all...]
H A Dbtree_locking.c33 struct btree_path *path; local
323 struct btree_path *path = paths + path_idx; local
55 bch2_btree_node_unlock_write(struct btree_trans *trans, struct btree_path *path, struct btree *b) argument
415 __bch2_btree_node_lock_write(struct btree_trans *trans, struct btree_path *path, struct btree_bkey_cached_common *b, bool lock_may_not_fail) argument
439 bch2_btree_node_lock_write_nofail(struct btree_trans *trans, struct btree_path *path, struct btree_bkey_cached_common *b) argument
449 btree_path_get_locks(struct btree_trans *trans, struct btree_path *path, bool upgrade, struct get_locks_fail *f) argument
500 __bch2_btree_node_relock(struct btree_trans *trans, struct btree_path *path, unsigned level, bool trace) argument
524 bch2_btree_node_upgrade(struct btree_trans *trans, struct btree_path *path, unsigned level) argument
588 bch2_btree_path_relock_intent(struct btree_trans *trans, struct btree_path *path) argument
608 bch2_btree_path_relock_norestart(struct btree_trans *trans, struct btree_path *path) argument
615 __bch2_btree_path_relock(struct btree_trans *trans, struct btree_path *path, unsigned long trace_ip) argument
626 bch2_btree_path_upgrade_noupgrade_sibs(struct btree_trans *trans, struct btree_path *path, unsigned new_locks_want, struct get_locks_fail *f) argument
638 __bch2_btree_path_upgrade(struct btree_trans *trans, struct btree_path *path, unsigned new_locks_want, struct get_locks_fail *f) argument
682 __bch2_btree_path_downgrade(struct btree_trans *trans, struct btree_path *path, unsigned new_locks_want) argument
717 struct btree_path *path; local
730 struct btree_path *path; local
774 struct btree_path *path; local
790 struct btree_path *path; local
799 struct btree_path *path; local
814 struct btree_path *path; local
837 bch2_btree_path_verify_locks(struct btree_path *path) argument
862 struct btree_path *path; local
[all...]
H A Dbtree_cache.c841 static struct btree *__bch2_btree_node_get(struct btree_trans *trans, struct btree_path *path, argument
701 bch2_btree_node_fill(struct btree_trans *trans, struct btree_path *path, const struct bkey_i *k, enum btree_id btree_id, unsigned level, enum six_lock_type lock_type, bool sync) argument
962 bch2_btree_node_get(struct btree_trans *trans, struct btree_path *path, const struct bkey_i *k, unsigned level, enum six_lock_type lock_type, unsigned long trace_ip) argument
1122 bch2_btree_node_prefetch(struct btree_trans *trans, struct btree_path *path, const struct bkey_i *k, enum btree_id btree_id, unsigned level) argument
[all...]
H A Dbtree_trans_commit.c64 bch2_btree_node_prep_for_write(struct btree_trans *trans, struct btree_path *path, struct btree *b) argument
128 bch2_btree_bset_insert_key(struct btree_trans *trans, struct btree_path *path, struct btree *b, struct btree_node_iter *node_iter, struct bkey_i *insert) argument
264 bch2_btree_insert_key_leaf(struct btree_trans *trans, struct btree_path *path, struct bkey_i *insert, u64 journal_seq) argument
310 struct btree_path *path = trans->paths + i->path; local
357 btree_key_can_insert_cached_slowpath(struct btree_trans *trans, unsigned flags, struct btree_path *path, unsigned new_u64s) argument
393 btree_key_can_insert_cached(struct btree_trans *trans, unsigned flags, struct btree_path *path, unsigned u64s) argument
741 struct btree_path *path = trans->paths + i->path; local
1055 struct btree_path *path = trans->paths + i->path; local
[all...]
H A Dbtree_key_cache.c199 bkey_cached_alloc(struct btree_trans *trans, struct btree_path *path, argument
322 btree_key_cache_create(struct btree_trans *trans, struct btree_path *path) argument
466 bch2_btree_path_traverse_cached_slowpath(struct btree_trans *trans, struct btree_path *path, unsigned flags) argument
557 bch2_btree_path_traverse_cached(struct btree_trans *trans, struct btree_path *path, unsigned flags) argument
687 struct btree_path *path = btree_iter_path(trans, &c_iter); local
805 bch2_btree_key_cache_drop(struct btree_trans *trans, struct btree_path *path) argument
[all...]
H A Dchardev.c44 char *path; local
312 char *path; local
355 char *path; local
[all...]
/linux-master/fs/tracefs/
H A Devent_inode.c248 eventfs_get_attr(struct mnt_idmap *idmap, const struct path *path, struct kstat *stat, u32 request_mask, unsigned int flags) argument
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c376 v9fs_vfs_getattr_dotl(struct mnt_idmap *idmap, const struct path *path, struct kstat *stat, u32 request_mask, unsigned int flags) argument
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_mp.c172 u32 r8712_rf_reg_read(struct _adapter *pAdapter, u8 path, u8 offset) argument
183 u8 r8712_rf_reg_write(struct _adapter *pAdapter, u8 path, u8 offset, u32 value) argument
230 static u32 get_rf_reg(struct _adapter *pAdapter, u8 path, u8 offset, argument
240 static u8 set_rf_reg(struct _adapter *pAdapter, u8 path, u8 offset, u32 bitmask, argument
325 u8 path local
[all...]
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c263 char path[LOGDIR_NAME_SIZE + 30]; local
311 char path[LOGDIR_NAME_SIZE + 30]; local
[all...]
/linux-master/drivers/extcon/
H A Dextcon-max14577.c325 u8 path = CTRL1_SW_OPEN; local
[all...]
/linux-master/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c68 u8 path, base; local
378 u8 base = 0, i = 0, value = 0, path = 0; local
613 PHY_SetTxPowerLevelByPath(struct adapter *Adapter, u8 channel, u8 path) argument
[all...]
/linux-master/sound/pci/hda/
H A Dpatch_analog.c754 struct nid_path *path; local
795 struct nid_path *path; local
849 struct nid_path *path = snd_array_new(&spec->gen.paths); local
[all...]
/linux-master/include/net/iucv/
H A Daf_iucv.h56 struct iucv_path *path; member in struct:sock_msg_q
124 struct iucv_path *path; member in struct:iucv_sock
/linux-master/tools/power/cpupower/lib/
H A Dcpufreq.c26 char path[SYSFS_PATH_MAX]; local
39 char path[SYSFS_PATH_MAX]; local
[all...]

Completed in 237 milliseconds

<<11121314151617181920>>