| /include/linux/ |
| A D | alloc_tag.h | 144 counter = per_cpu_ptr(tag->counters, cpu); in alloc_tag_read() 174 alloc_tag_add_check(ref, tag); in __alloc_tag_ref_set() 175 if (!ref || !tag) in __alloc_tag_ref_set() 178 ref->ct = &tag->ct; in __alloc_tag_ref_set() 193 this_cpu_inc(tag->counters->calls); in alloc_tag_ref_set() 199 if (likely(alloc_tag_ref_set(ref, tag))) in alloc_tag_add() 200 this_cpu_add(tag->counters->bytes, bytes); in alloc_tag_add() 205 struct alloc_tag *tag; in alloc_tag_sub() local 216 tag = ct_to_alloc_tag(ref->ct); in alloc_tag_sub() 218 this_cpu_sub(tag->counters->bytes, bytes); in alloc_tag_sub() [all …]
|
| A D | pgalloc_tag.h | 42 static inline pgalloc_tag_idx module_tag_to_idx(struct alloc_tag *tag) in module_tag_to_idx() argument 55 static inline pgalloc_tag_idx module_tag_to_idx(struct alloc_tag *tag) in module_tag_to_idx() argument 57 pr_warn("invalid page tag 0x%lx\n", (unsigned long)tag); in module_tag_to_idx() 83 struct alloc_tag *tag; in ref_to_idx() local 91 tag = ct_to_alloc_tag(ref->ct); in ref_to_idx() 92 if (tag >= kernel_tags.first_tag && tag < kernel_tags.first_tag + kernel_tags.count) in ref_to_idx() 93 return CODETAG_ID_FIRST + (tag - kernel_tags.first_tag); in ref_to_idx() 95 return module_tag_to_idx(tag); in ref_to_idx() 177 struct alloc_tag *tag = NULL; in __pgalloc_tag_get() local 184 tag = ct_to_alloc_tag(ref.ct); in __pgalloc_tag_get() [all …]
|
| A D | pci-tph.h | 25 unsigned int index, u16 tag); 28 unsigned int cpu_uid, u16 *tag); 34 unsigned int index, u16 tag) in pcie_tph_set_st_entry() argument 38 unsigned int cpu_uid, u16 *tag) in pcie_tph_get_cpu_st() argument
|
| A D | radix-tree.h | 243 unsigned long index, unsigned int tag); 245 unsigned long index, unsigned int tag); 247 unsigned long index, unsigned int tag); 249 const struct radix_tree_iter *iter, unsigned int tag); 252 unsigned int max_items, unsigned int tag); 255 unsigned int max_items, unsigned int tag); 256 int radix_tree_tagged(const struct radix_tree_root *, unsigned int tag); 465 #define radix_tree_for_each_tagged(slot, root, iter, start, tag) \ argument 468 RADIX_TREE_ITER_TAGGED | tag)) ; \ 470 RADIX_TREE_ITER_TAGGED | tag))
|
| A D | interconnect-provider.h | 25 u32 tag; member 64 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw, 117 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, 136 static inline int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate() argument
|
| /include/trace/events/ |
| A D | mctp.h | 34 __field(__u8, tag) 39 __entry->tag = key->tag; 44 __entry->tag 54 __field(__u8, tag) 60 __entry->tag = key->tag; 66 __entry->tag,
|
| A D | 9p.h | 127 TP_ARGS(clnt, type, tag), 132 __field( __u32, tag ) 138 __entry->tag = tag; 143 __entry->tag) 149 TP_ARGS(clnt, type, tag, err), 154 __field( __u32, tag ) 161 __entry->tag = tag; 167 __entry->tag, __entry->err) 180 __field( __u16, tag ) 188 __entry->tag = pdu->tag; [all …]
|
| A D | libata.h | 212 __entry->tag = qc->tag; 278 __entry->tag = qc->tag; 375 TP_ARGS(ap, tf, tag), 388 __entry->tag = tag; 404 TP_ARGS(ap, tf, tag)); 408 TP_ARGS(ap, tf, tag)); 412 TP_ARGS(ap, tf, tag)); 416 TP_ARGS(ap, tf, tag)); 483 __entry->tag = qc->tag; 653 __entry->tag = qc->tag; [all …]
|
| A D | target.h | 140 __field( unsigned long long, tag ) 151 __entry->tag = cmd->tag; 162 __entry->tag, show_opcode_name(__entry->opcode), 177 __field( unsigned long long, tag ) 191 __entry->tag = cmd->tag; 206 __entry->tag,
|
| A D | scmi.h | 149 unsigned char *tag, u16 seq, int status, 151 TP_ARGS(id, channel_id, protocol_id, msg_id, tag, seq, status, 159 __array(char, tag, TRACE_SCMI_MAX_TAG_LEN) 171 strscpy(__entry->tag, tag, TRACE_SCMI_MAX_TAG_LEN); 180 __entry->tag, __entry->msg_id, __entry->seq, __entry->status,
|
| A D | mmc.h | 36 __field(int, tag) 64 __entry->tag = mrq->tag; 90 __entry->blk_addr, __entry->data_flags, __entry->tag, 117 __field(int, tag) 152 __entry->tag = mrq->tag; 184 __entry->bytes_xfered, __entry->data_err, __entry->tag,
|
| /include/scsi/ |
| A D | srp.h | 130 u64 tag; member 150 u64 tag; member 178 u64 tag __packed __aligned(4); 190 u64 tag; member 199 u64 tag; member 207 u64 tag; member 214 u64 tag; member 231 u64 tag; member 277 u64 tag; member 283 u64 tag; member [all …]
|
| A D | scsi_tcq.h | 23 int tag) in scsi_host_find_tag() argument 28 if (tag == SCSI_NO_TAG) in scsi_host_find_tag() 31 hwq = blk_mq_unique_tag_to_hwq(tag); in scsi_host_find_tag() 34 blk_mq_unique_tag_to_tag(tag)); in scsi_host_find_tag()
|
| /include/drm/ |
| A D | drm_vma_manager.h | 76 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag); 77 int drm_vma_node_allow_once(struct drm_vma_offset_node *node, struct drm_file *tag); 79 struct drm_file *tag); 81 struct drm_file *tag); 242 struct drm_file *tag) in drm_vma_node_verify_access() argument 244 return drm_vma_node_is_allowed(node, tag) ? 0 : -EACCES; in drm_vma_node_verify_access()
|
| /include/linux/usb/ |
| A D | uas.h | 12 __be16 tag; member 49 __be16 tag; member 61 __be16 tag; member 75 __be16 tag; member 86 __be16 tag; member
|
| /include/linux/ceph/ |
| A D | cls_lock_client.h | 31 char *tag, char *desc, u8 flags); 45 char *tag, char *new_cookie); 52 char *lock_name, u8 *type, char **tag, 56 char *lock_name, u8 type, char *cookie, char *tag);
|
| /include/uapi/linux/ |
| A D | mctp.h | 79 __u8 tag; member 104 __u8 tag; member
|
| A D | virtio_scsi.h | 46 __virtio64 tag; /* Command identifier */ member 56 __virtio64 tag; /* Command identifier */ member 80 __virtio64 tag; member
|
| A D | virtio_9p.h | 41 __u8 tag[]; member
|
| A D | virtio_fs.h | 13 __u8 tag[36]; member
|
| A D | atmmpc.h | 26 __be32 tag; member 36 __be32 tag; member
|
| /include/uapi/linux/netfilter_ipv6/ |
| A D | ip6t_srh.h | 58 __u16 tag; member 85 __u16 tag; member
|
| /include/linux/firmware/imx/ |
| A D | s4.h | 17 uint8_t tag; member
|
| /include/rdma/ |
| A D | ib_pma.h | 47 __be16 tag; member 55 __be16 tag; member 61 __be16 tag; member
|
| /include/soc/bcm2835/ |
| A D | raspberrypi-firmware.h | 31 u32 tag; member 179 u32 tag, void *data, size_t len); 190 static inline int rpi_firmware_property(struct rpi_firmware *fw, u32 tag, in rpi_firmware_property() argument
|