Home
last modified time | relevance | path

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

/include/linux/
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()
Dblk-mq.h415 struct blk_mq_tags *tags; member
537 struct blk_mq_tags **tags; member
789 static inline struct request *blk_mq_tag_to_rq(struct blk_mq_tags *tags, in blk_mq_tag_to_rq() argument
792 if (tag < tags->nr_tags) { in blk_mq_tag_to_rq()
793 prefetch(tags->rqs[tag]); in blk_mq_tag_to_rq()
794 return tags->rqs[tag]; in blk_mq_tag_to_rq()
Dalloc_tag.h84 size_t alloc_tag_top_users(struct codetag_bytes *tags, size_t count, bool can_sleep);
Dsbitmap.h548 int *tags, int nr_tags);
Dfirewire.h554 int cycle, int sync, int tags);
Dxarray.h1175 unsigned long tags[XA_MAX_MARKS][XA_MARK_LONGS]; member
/include/scsi/
Dscsi_tcq.h33 req = blk_mq_tag_to_rq(shost->tag_set.tags[hwq], in scsi_host_find_tag()
/include/trace/events/
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/
Dflow_dissector.h409 struct flow_dissector_key_tags tags; member
445 return (keys->ports.ports || keys->tags.flow_label); in flow_keys_have_l4()
Dcipso_ipv4.h73 u8 tags[CIPSO_V4_TAG_MAXCNT]; member
/include/uapi/linux/
Dio_uring.h646 __aligned_u64 tags; member
659 __aligned_u64 tags; member
Dfirewire-cdev.h991 __u32 tags; member