Home
last modified time | relevance | path

Searched refs:tags (Results 1 – 12 of 12) sorted by relevance

/include/linux/
A Dradix-tree.h109 unsigned long tags; member
343 iter->tags = 0; in radix_tree_iter_retry()
401 iter->tags >>= 1; in radix_tree_next_slot()
402 if (unlikely(!iter->tags)) in radix_tree_next_slot()
404 if (likely(iter->tags & 1ul)) { in radix_tree_next_slot()
410 unsigned offset = __ffs(iter->tags); in radix_tree_next_slot()
412 iter->tags >>= offset++; in radix_tree_next_slot()
A Dblk-mq.h404 struct blk_mq_tags *tags; member
527 struct blk_mq_tags **tags; member
772 static inline struct request *blk_mq_tag_to_rq(struct blk_mq_tags *tags, in blk_mq_tag_to_rq() argument
775 if (tag < tags->nr_tags) { in blk_mq_tag_to_rq()
776 prefetch(tags->rqs[tag]); in blk_mq_tag_to_rq()
777 return tags->rqs[tag]; in blk_mq_tag_to_rq()
A Dalloc_tag.h84 size_t alloc_tag_top_users(struct codetag_bytes *tags, size_t count, bool can_sleep);
A Dsbitmap.h531 int *tags, int nr_tags);
A Dfirewire.h566 int cycle, int sync, int tags);
A Dxarray.h1181 unsigned long tags[XA_MAX_MARKS][XA_MARK_LONGS]; member
/include/scsi/
A Dscsi_tcq.h33 req = blk_mq_tag_to_rq(shost->tag_set.tags[hwq], in scsi_host_find_tag()
/include/trace/events/
A Dfirewire.h597 TP_PROTO(const struct fw_iso_context *ctx, int cycle_match, unsigned int sync, unsigned int tags),
598 TP_ARGS(ctx, cycle_match, sync, tags),
605 __field(u8, tags)
613 __entry->tags = tags;
622 __print_flags(__entry->tags, "|",
632 TP_PROTO(const struct fw_iso_context *ctx, int cycle_match, unsigned int sync, unsigned int tags),
633 TP_ARGS(ctx, cycle_match, sync, tags),
638 TP_PROTO(const struct fw_iso_context *ctx, int cycle_match, unsigned int sync, unsigned int tags),
639 TP_ARGS(ctx, cycle_match, sync, tags),
/include/net/
A Dflow_dissector.h409 struct flow_dissector_key_tags tags; member
445 return (keys->ports.ports || keys->tags.flow_label); in flow_keys_have_l4()
A Dcipso_ipv4.h73 u8 tags[CIPSO_V4_TAG_MAXCNT]; member
/include/uapi/linux/
A Dio_uring.h724 __aligned_u64 tags; member
737 __aligned_u64 tags; member
A Dfirewire-cdev.h992 __u32 tags; member

Completed in 31 milliseconds