Searched defs:token (Results 351 - 373 of 373) sorted by relevance

<<1112131415

/linux-master/kernel/bpf/
H A Dsyscall.c1076 static int map_check_btf(struct bpf_map *map, struct bpf_token *token, argument
1199 struct bpf_token *token = NULL; local
2701 struct bpf_token *token = NULL; local
4989 struct bpf_token *token = NULL; local
[all...]
/linux-master/mm/
H A Dmemcontrol.c7926 char *token; local
/linux-master/security/
H A Dsecurity.c5451 security_bpf_map_create(struct bpf_map *map, union bpf_attr *attr, struct bpf_token *token) argument
5469 security_bpf_prog_load(struct bpf_prog *prog, union bpf_attr *attr, struct bpf_token *token) argument
5486 security_bpf_token_create(struct bpf_token *token, union bpf_attr *attr, struct path *path) argument
5503 security_bpf_token_cmd(const struct bpf_token *token, enum bpf_cmd cmd) argument
5519 security_bpf_token_capable(const struct bpf_token *token, int cap) argument
5552 security_bpf_token_free(struct bpf_token *token) argument
[all...]
/linux-master/include/linux/
H A Dsecurity.h2179 static inline int security_bpf_token_create(struct bpf_token *token, union bpf_attr *attr, argument
2185 static inline void security_bpf_token_free(struct bpf_token *token) argument
2161 security_bpf_map_create(struct bpf_map *map, union bpf_attr *attr, struct bpf_token *token) argument
2170 security_bpf_prog_load(struct bpf_prog *prog, union bpf_attr *attr, struct bpf_token *token) argument
2188 security_bpf_token_cmd(const struct bpf_token *token, enum bpf_cmd cmd) argument
2193 security_bpf_token_capable(const struct bpf_token *token, int cap) argument
[all...]
H A Dbpf.h1502 struct bpf_token *token; member in struct:bpf_prog_aux
2307 static inline bool bpf_allow_ptr_leaks(const struct bpf_token *token) argument
2312 static inline bool bpf_allow_uninit_stack(const struct bpf_token *token) argument
2317 static inline bool bpf_bypass_spec_v1(const struct bpf_token *token) argument
2322 static inline bool bpf_bypass_spec_v4(const struct bpf_token *token) argument
2716 bpf_token_capable(const struct bpf_token *token, int cap) argument
2721 bpf_token_inc(struct bpf_token *token) argument
2725 bpf_token_put(struct bpf_token *token) argument
[all...]
H A Dieee80211.h884 u8 token; member in struct:ieee80211_msrment_ie
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h2142 u8 token; /* token id */ member in struct:il_spectrum_cmd
2160 u8 token; member in struct:il_spectrum_resp
2211 u8 token; member in struct:il_spectrum_notification
/linux-master/include/linux/mlx4/
H A Ddevice.h917 __be16 token; member in struct:mlx4_eqe::__anon2624::__anon2626
/linux-master/drivers/scsi/bfa/
H A Dbfa_fc.h942 __be32 token; member in struct:fc_rpsc2_cmd_s
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtt.h1565 __le32 token; member in struct:htt_tx_fetch_ind
1586 __le32 token; member in struct:htt_tx_fetch_resp
/linux-master/drivers/block/
H A Drbd.c6264 int token, ret; local
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76.h852 struct idr token; member in struct:mt76_dev
1693 int token; local
1703 mt76_token_put(struct mt76_dev *dev, int token) argument
[all...]
/linux-master/include/linux/mlx5/
H A Ddevice.h531 u8 token; member in struct:mlx5_cmd_layout
656 __be32 token; member in struct:mlx5_eqe_page_fault::__anon2315::__anon2316
778 u8 token; member in struct:mlx5_cmd_prot_block
H A Dmlx5_ifc.h7182 u8 token[0x18]; member in struct:mlx5_ifc_page_fault_resume_in_bits
10604 u8 token[0x8]; member in struct:mlx5_ifc_cmd_queue_entry_bits
10643 u8 token[0x8]; member in struct:mlx5_ifc_cmd_if_box_bits
/linux-master/security/selinux/
H A Dhooks.c992 static int selinux_add_opt(int token, const char *s, void **mnt_opts) argument
2598 int token; local
6962 static int selinux_bpf_token_create(struct bpf_token *token, unio argument
6916 selinux_bpf_map_create(struct bpf_map *map, union bpf_attr *attr, struct bpf_token *token) argument
6939 selinux_bpf_prog_load(struct bpf_prog *prog, union bpf_attr *attr, struct bpf_token *token) argument
6977 selinux_bpf_token_free(struct bpf_token *token) argument
[all...]
/linux-master/kernel/trace/
H A Dtrace.c10117 char *buf, *token, *inst_name; local
[all...]
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h541 u16 token; member in struct:hns_roce_cmd_context
582 u16 token; member in struct:hns_roce_mbox_msg
683 __le16 token; member in struct:hns_roce_aeqe::__anon114::__anon116
/linux-master/kernel/sched/
H A Dcore.c9016 void io_schedule_finish(int token) argument
9027 int token; local
9040 int token; local
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1848 u32 token; member in struct:kvm_arch_async_pf
/linux-master/kernel/events/
H A Dcore.c10842 int state = IF_STATE_ACTION, token; local
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c4595 struct bnxt_hwrm_wait_token *token; local
/linux-master/arch/x86/kvm/
H A Dx86.c13332 static inline int apf_put_user_ready(struct kvm_vcpu *vcpu, u32 token) argument
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcommands.h1950 u8 token; /* token id */ member in struct:iwl_spectrum_cmd
1968 u8 token; member in struct:iwl_spectrum_resp
2019 u8 token; member in struct:iwl_spectrum_notification

Completed in 1093 milliseconds

<<1112131415