Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/linux/arch/arm/kernel/
H A Datags_parse.c53 static int __init parse_tag_core(const struct tag *tag) in parse_tag_core()
65 static int __init parse_tag_mem32(const struct tag *tag) in parse_tag_mem32()
73 static int __init parse_tag_videotext(const struct tag *tag) in parse_tag_videotext()
91 static int __init parse_tag_ramdisk(const struct tag *tag) in parse_tag_ramdisk()
104 static int __init parse_tag_serialnr(const struct tag *tag) in parse_tag_serialnr()
113 static int __init parse_tag_revision(const struct tag *tag) in parse_tag_revision()
121 static int __init parse_tag_cmdline(const struct tag *tag) in parse_tag_cmdline()
143 static int __init parse_tag(const struct tag *tag) in parse_tag()
169 static void __init squash_mem_tags(struct tag *tag) in squash_mem_tags()
/linux/include/linux/
H A Dalloc_tag.h137 static inline struct alloc_tag_counters alloc_tag_read(struct alloc_tag *tag) in alloc_tag_read()
153 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) in alloc_tag_add_check()
167 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) {} in alloc_tag_add_check()
172 static inline bool __alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag) in __alloc_tag_ref_set()
182 static inline bool alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag) in alloc_tag_ref_set()
197 static inline void alloc_tag_add(union codetag_ref *ref, struct alloc_tag *tag, size_t bytes) in alloc_tag_add()
205 struct alloc_tag *tag; in alloc_tag_sub() local
224 static inline void alloc_tag_set_inaccurate(struct alloc_tag *tag) in alloc_tag_set_inaccurate()
229 static inline bool alloc_tag_is_inaccurate(struct alloc_tag *tag) in alloc_tag_is_inaccurate()
240 static inline void alloc_tag_add(union codetag_ref *ref, struct alloc_tag *tag, in alloc_tag_add()
[all …]
/linux/crypto/asymmetric_keys/
H A Dpkcs7_parser.c205 unsigned char tag, in pkcs7_note_OID()
224 unsigned char tag, in pkcs7_sig_note_digest_algo()
274 unsigned char tag, in pkcs7_sig_note_pkey_algo()
311 unsigned char tag, in pkcs7_check_content_type()
328 unsigned char tag, in pkcs7_note_signeddata_version()
362 unsigned char tag, in pkcs7_note_signerinfo_version()
405 unsigned char tag, in pkcs7_extract_cert()
445 unsigned char tag, in pkcs7_note_certificate_list()
463 unsigned char tag, in pkcs7_note_content()
483 unsigned char tag, in pkcs7_note_data()
[all …]
H A Dpkcs8_parser.c34 unsigned char tag, in pkcs8_note_OID()
54 unsigned char tag, in pkcs8_note_version()
68 unsigned char tag, in pkcs8_note_algo()
84 unsigned char tag, in pkcs8_note_key()
/linux/drivers/s390/scsi/
H A Dzfcp_dbf.c70 void zfcp_dbf_hba_fsf_res(char *tag, int level, struct zfcp_fsf_req *req) in zfcp_dbf_hba_fsf_res()
115 void zfcp_dbf_hba_fsf_fces(char *tag, const struct zfcp_fsf_req *req, u64 wwpn, in zfcp_dbf_hba_fsf_fces()
155 void zfcp_dbf_hba_fsf_reqid(const char *const tag, const int level, in zfcp_dbf_hba_fsf_reqid()
195 void zfcp_dbf_hba_fsf_uss(char *tag, struct zfcp_fsf_req *req) in zfcp_dbf_hba_fsf_uss()
242 void zfcp_dbf_hba_bit_err(char *tag, struct zfcp_fsf_req *req) in zfcp_dbf_hba_bit_err()
337 void zfcp_dbf_rec_trig(char *tag, struct zfcp_adapter *adapter, in zfcp_dbf_rec_trig()
383 void zfcp_dbf_rec_trig_lock(char *tag, struct zfcp_adapter *adapter, in zfcp_dbf_rec_trig_lock()
400 void zfcp_dbf_rec_run_lvl(int level, char *tag, struct zfcp_erp_action *erp) in zfcp_dbf_rec_run_lvl()
438 void zfcp_dbf_rec_run(char *tag, struct zfcp_erp_action *erp) in zfcp_dbf_rec_run()
449 void zfcp_dbf_rec_run_wka(char *tag, struct zfcp_fc_wka_port *wka_port, in zfcp_dbf_rec_run_wka()
[all …]
/linux/crypto/
H A Drsa_helper.c16 int rsa_get_n(void *context, size_t hdrlen, unsigned char tag, in rsa_get_n()
46 int rsa_get_e(void *context, size_t hdrlen, unsigned char tag, in rsa_get_e()
61 int rsa_get_d(void *context, size_t hdrlen, unsigned char tag, in rsa_get_d()
76 int rsa_get_p(void *context, size_t hdrlen, unsigned char tag, in rsa_get_p()
91 int rsa_get_q(void *context, size_t hdrlen, unsigned char tag, in rsa_get_q()
106 int rsa_get_dp(void *context, size_t hdrlen, unsigned char tag, in rsa_get_dp()
121 int rsa_get_dq(void *context, size_t hdrlen, unsigned char tag, in rsa_get_dq()
136 int rsa_get_qinv(void *context, size_t hdrlen, unsigned char tag, in rsa_get_qinv()
/linux/lib/
H A Dradix-tree.c100 static inline void tag_set(struct radix_tree_node *node, unsigned int tag, in tag_set()
106 static inline void tag_clear(struct radix_tree_node *node, unsigned int tag, in tag_clear()
112 static inline int tag_get(const struct radix_tree_node *node, unsigned int tag, in tag_get()
118 static inline void root_tag_set(struct radix_tree_root *root, unsigned tag) in root_tag_set()
123 static inline void root_tag_clear(struct radix_tree_root *root, unsigned tag) in root_tag_clear()
133 static inline int root_tag_get(const struct radix_tree_root *root, unsigned tag) in root_tag_get()
153 unsigned int tag) in any_tag_set()
163 static inline void all_tag_set(struct radix_tree_node *node, unsigned int tag) in all_tag_set()
180 radix_tree_find_next_bit(struct radix_tree_node *node, unsigned int tag, in radix_tree_find_next_bit()
413 int tag; in radix_tree_extend() local
[all …]
/linux/drivers/net/ethernet/netronome/nfp/
H A Dccm.c38 static void nfp_ccm_free_tag(struct nfp_ccm *ccm, u16 tag) in nfp_ccm_free_tag()
47 static struct sk_buff *__nfp_ccm_reply(struct nfp_ccm *ccm, u16 tag) in __nfp_ccm_reply()
65 nfp_ccm_reply(struct nfp_ccm *ccm, struct nfp_app *app, u16 tag) in nfp_ccm_reply()
77 nfp_ccm_reply_drop_tag(struct nfp_ccm *ccm, struct nfp_app *app, u16 tag) in nfp_ccm_reply_drop_tag()
92 enum nfp_ccm_type type, int tag) in nfp_ccm_wait_reply()
133 int reply_type, tag; in nfp_ccm_communicate() local
178 unsigned int tag; in nfp_ccm_rx() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_ste_v1.c223 u8 *tag = hw_ste_p + DR_STE_SIZE_CTRL; in dr_ste_v1_prepare_for_postsend() local
992 u8 *tag) in dr_ste_v1_build_eth_l2_src_dst_tag()
1038 u8 *tag) in dr_ste_v1_build_eth_l3_ipv6_dst_tag()
1062 u8 *tag) in dr_ste_v1_build_eth_l3_ipv6_src_tag()
1086 u8 *tag) in dr_ste_v1_build_eth_l3_ipv4_5_tuple_tag()
1170 bool inner, u8 *tag) in dr_ste_v1_build_eth_l2_src_or_dst_tag()
1240 u8 *tag) in dr_ste_v1_build_eth_l2_src_tag()
1273 u8 *tag) in dr_ste_v1_build_eth_l2_dst_tag()
1323 u8 *tag) in dr_ste_v1_build_eth_l2_tnl_tag()
1375 u8 *tag) in dr_ste_v1_build_eth_l3_ipv4_misc_tag()
[all …]
H A Ddr_ste.h25 #define DR_STE_SET_VAL(lookup_type, tag, t_fname, spec, s_fname, value) do { \ argument
33 #define DR_STE_SET_TAG(lookup_type, tag, t_fname, spec, s_fname) \ argument
37 #define DR_STE_SET_ONES(lookup_type, tag, t_fname, spec, s_fname) \ argument
40 #define DR_STE_SET_TCP_FLAGS(lookup_type, tag, spec) do { \ argument
52 #define DR_STE_SET_MPLS(lookup_type, mask, in_out, tag) do { \ argument
65 #define DR_STE_SET_FLEX_PARSER_FIELD(tag, fname, caps, spec) do { \ argument
106 dr_ste_calc_flex_parser_offset(u8 *tag, u8 parser_id) in dr_ste_calc_flex_parser_offset()
/linux/arch/x86/math-emu/
H A Dfpu_tags.c39 void FPU_settag0(int tag) in FPU_settag0()
47 void FPU_settagi(int stnr, int tag) in FPU_settagi()
55 void FPU_settag(int regnr, int tag) in FPU_settag()
95 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) in FPU_copy_to_regi()
101 void FPU_copy_to_reg1(FPU_REG const *r, u_char tag) in FPU_copy_to_reg1()
107 void FPU_copy_to_reg0(FPU_REG const *r, u_char tag) in FPU_copy_to_reg0()
H A Dfpu_trig.c40 int tag, st0_tag = TAG_Valid; in trig_arg() local
154 int tag; in convert_l2reg() local
233 static void f2xm1(FPU_REG *st0_ptr, u_char tag) in f2xm1()
455 u_char tag; in fsqrt_() local
508 int flags, tag; in frndint_() local
550 static int f_sin(FPU_REG *st0_ptr, u_char tag) in f_sin()
611 static void fsin(FPU_REG *st0_ptr, u_char tag) in fsin()
616 static int f_cos(FPU_REG *st0_ptr, u_char tag) in f_cos()
695 u_char tag; in fsincos() local
793 int tag; in do_fprem() local
[all …]
H A Dreg_divide.c34 int tag, deststnr; in FPU_div() local
137 int tag; in FPU_div() local
144 int tag; in FPU_div() local
/linux/tools/testing/selftests/ublk/
H A Dnull.c45 static void __setup_nop_io(int tag, const struct ublksrv_io_desc *iod, in __setup_nop_io()
59 int tag) in null_queue_zc_io()
82 int tag) in null_queue_auto_zc_io()
95 unsigned tag = user_data_to_tag(cqe->user_data); in ublk_null_io_done() local
116 int tag) in ublk_null_queue_io()
139 static unsigned short ublk_null_buf_index(const struct ublk_queue *q, int tag) in ublk_null_buf_index()
H A Dfile_backed.c17 const struct ublksrv_io_desc *iod, int tag) in loop_queue_flush_io()
31 const struct ublksrv_io_desc *iod, int tag) in loop_queue_tgt_rw_io()
77 static int loop_queue_tgt_io(struct ublk_thread *t, struct ublk_queue *q, int tag) in loop_queue_tgt_io()
106 int tag) in ublk_loop_queue_io()
117 unsigned tag = user_data_to_tag(cqe->user_data); in ublk_loop_io_done() local
H A Dkublk.h119 int tag; member
219 static inline __u64 build_user_data(unsigned tag, unsigned op, in build_user_data()
292 struct ublk_queue *q, int tag, int q_id, __u64 index) in __io_uring_prep_buf_reg_unreg()
310 struct ublk_queue *q, int tag, int q_id, __u64 index) in io_uring_prep_buf_register()
317 struct ublk_queue *q, int tag, int q_id, __u64 index) in io_uring_prep_buf_unregister()
328 static inline void ublk_set_io_res(struct ublk_queue *q, int tag, int res) in ublk_set_io_res()
333 static inline int ublk_get_io_res(const struct ublk_queue *q, unsigned tag) in ublk_get_io_res()
344 static inline const struct ublksrv_io_desc *ublk_get_iod(const struct ublk_queue *q, int tag) in ublk_get_iod()
357 static inline struct ublk_io *ublk_get_io(struct ublk_queue *q, unsigned tag) in ublk_get_io()
363 unsigned tag, int res) in ublk_complete_io()
[all …]
/linux/drivers/mmc/host/
H A Dcqhci-core.c41 static inline u8 *get_desc(struct cqhci_host *cq_host, u8 tag) in get_desc()
46 static inline u8 *get_link_desc(struct cqhci_host *cq_host, u8 tag) in get_link_desc()
53 static inline size_t get_trans_desc_offset(struct cqhci_host *cq_host, u8 tag) in get_trans_desc_offset()
58 static inline dma_addr_t get_trans_desc_dma(struct cqhci_host *cq_host, u8 tag) in get_trans_desc_dma()
65 static inline u8 *get_trans_desc(struct cqhci_host *cq_host, u8 tag) in get_trans_desc()
72 static void setup_trans_desc(struct cqhci_host *cq_host, u8 tag) in setup_trans_desc()
428 struct cqhci_host *cq_host, int tag) in cqhci_prep_task_desc()
506 struct cqhci_host *cq_host, int tag) in cqhci_prep_tran_desc()
605 int tag = cqhci_tag(mrq); in cqhci_request() local
707 int tag; in cqhci_error_irq() local
[all …]
/linux/fs/xfs/
H A Dxfs_error.h41 #define XFS_TEST_ERROR(mp, tag) \ argument
44 #define XFS_ERRORTAG_DELAY(mp, tag) \ argument
61 #define XFS_TEST_ERROR(mp, tag) (false) argument
62 #define XFS_ERRORTAG_DELAY(mp, tag) ((void)0) argument
63 #define xfs_errortag_add(mp, tag) (ENOSYS) argument
/linux/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c40 unsigned int tag = 0; in mgmt_vendor_specific_fw_cmd() local
125 unsigned int tag = 0; in mgmt_open_connection() local
231 unsigned int tag; in beiscsi_exec_nemb_cmd() local
306 static void __beiscsi_eq_delay_compl(struct beiscsi_hba *phba, unsigned int tag) in __beiscsi_eq_delay_compl()
394 unsigned int tag; in beiscsi_if_get_handle() local
723 unsigned int tag; in beiscsi_if_set_vlan() local
820 unsigned int tag) in beiscsi_boot_process_compl()
930 unsigned int tag; in beiscsi_boot_logout_sess() local
969 unsigned int tag; in beiscsi_boot_reopen_sess() local
1012 unsigned int tag; in beiscsi_boot_get_sinfo() local
[all …]
/linux/fs/smb/server/
H A Dasn1.c59 static void encode_asn_tag(char *buf, unsigned int *ofs, char tag, char seq, in encode_asn_tag()
162 int ksmbd_gssapi_this_mech(void *context, size_t hdrlen, unsigned char tag, in ksmbd_gssapi_this_mech()
180 unsigned char tag, const void *value, in ksmbd_neg_token_init_mech_type()
212 unsigned char tag, const void *value, in ksmbd_neg_token_alloc()
230 unsigned char tag, const void *value, in ksmbd_neg_token_init_mech_token()
237 unsigned char tag, const void *value, in ksmbd_neg_token_targ_resp_token()
/linux/tools/testing/selftests/arm64/tags/
H A Dtags_test.c11 #define SHIFT_TAG(tag) ((uint64_t)(tag) << 56) argument
12 #define SET_TAG(ptr, tag) (((uint64_t)(ptr) & ~SHIFT_TAG(0xff)) | \ argument
18 unsigned long tag = 0; in main() local
/linux/net/dsa/
H A Dtag_ksz.c125 u8 *tag; in ksz8795_xmit() local
143 u8 *tag; in ksz8795_rcv() local
193 static void ksz_rcv_timestamp(struct sk_buff *skb, u8 *tag) in ksz_rcv_timestamp()
285 __be16 *tag; in ksz9477_xmit() local
321 u8 *tag; in ksz9477_rcv() local
363 u8 *tag; in ksz9893_xmit() local
429 __be16 *tag; in lan937x_xmit() local
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.h66 __le16 tag; member
77 __le16 tag; member
203 __le16 tag; member
223 __le16 tag; member
238 __le16 tag; member
250 __le16 tag; member
266 __le16 tag; member
276 __le16 tag; member
284 __le16 tag; member
295 __le16 tag; member
[all …]
/linux/drivers/ata/
H A Dsata_dwc_460ex.c295 u8 tag = 0; in dma_dwc_xfer_done() local
405 static u32 qcmd_tag_to_mask(u8 tag) in qcmd_tag_to_mask()
419 u8 status, tag; in sata_dwc_error_intr() local
469 u8 status, tag; in sata_dwc_isr() local
686 static void sata_dwc_clear_dmacr(struct sata_dwc_device_port *hsdevp, u8 tag) in sata_dwc_clear_dmacr()
715 u8 tag = 0; in sata_dwc_dma_xfer_complete() local
744 u8 tag = qc->hw_tag; in sata_dwc_qc_complete() local
924 u8 tag, u32 cmd_issued) in sata_dwc_exec_command_by_tag()
940 static void sata_dwc_bmdma_setup_by_tag(struct ata_queued_cmd *qc, u8 tag) in sata_dwc_bmdma_setup_by_tag()
948 u8 tag = qc->hw_tag; in sata_dwc_bmdma_setup() local
[all …]
/linux/arch/arm/include/uapi/asm/
H A Dsetup.h27 __u32 tag; member
147 struct tag { struct
148 struct tag_header hdr; argument
150 struct tag_core core; argument
173 __u32 tag; member
177 #define tag_member_present(tag,member) \ argument

12345678910>>...21