Home
last modified time | relevance | path

Searched refs:TAG (Results 1 – 24 of 24) sorted by relevance

/linux/tools/perf/util/
H A DPERF-VERSION-GEN18 TAG=
21 TAG=$(MAKEFLAGS= make -sC ../.. kernelversion)
25 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
27 if test -z "$TAG"
29 TAG=$(MAKEFLAGS= make -sC ../.. kernelversion)
32 VN="$TAG$CID"
/linux/tools/include/uapi/linux/
H A Dstddef.h12 #define __struct_group_tag(TAG) TAG argument
14 #define __struct_group_tag(TAG) argument
32 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ argument
35 struct __struct_group_tag(TAG) { MEMBERS } ATTRS NAME; \
/linux/include/linux/
H A Dasn1_ber_bytecode.h84 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG) argument
85 #define _tagn(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | TAG) argument
H A Dinetdevice.h117 #define IN_DEV_IDTAG(in_dev) IN_DEV_CONF_GET(in_dev, TAG)
/linux/tools/testing/radix-tree/
H A Diteration_check.c12 #define TAG XA_MARK_0 macro
35 xas_set_mark(&xas, TAG); in my_item_insert()
77 xas_for_each_marked(&xas, entry, ULONG_MAX, TAG) { in tagged_iteration_fn()
158 tag_tagged_items(&array, 0, MAX_IDX, 10, TAG, NEW_TAG); in tag_entries_fn()
/linux/tools/testing/selftests/net/
H A Drps_default_mask.sh11 readonly TAG="$(mktemp -u XXXXXX)"
12 readonly VETH="veth${TAG}"
13 readonly NETNS="ns-${TAG}"
/linux/arch/sparc/kernel/
H A Ddtlb_miss.S4 ldxa [%g0] ASI_DMMU, %g6 ! Get TAG TARGET
10 cmp %g4, %g6 ! Compare TAG
H A Ditlb_miss.S4 ldxa [%g0] ASI_IMMU, %g6 ! Get TAG TARGET
10 cmp %g4, %g6 ! Compare TAG
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_monitor.c141 #define __value(TAG, NAME, ...) , #NAME, data->guc.events[MAKE_XE_GUC_KLV_THRESHOLD_INDEX(TAG)] in xe_gt_sriov_pf_monitor_print_events() argument
/linux/drivers/macintosh/
H A Dmacio-adb.c43 #define TAG 2 /* transfer access grant */ macro
126 out_8(&adb->intr_enb.r, DFB | TAG); in macio_init()
215 if (in_8(&adb->intr.r) & TAG) { in macio_adb_interrupt()
/linux/drivers/usb/mon/
H A Dusb_mon.h16 #define TAG "usbmon" macro
H A Dmon_main.c350 printk(KERN_NOTICE TAG ": unable to register with the core\n"); in mon_init()
397 printk(KERN_ERR TAG in mon_exit()
H A Dmon_bin.c692 printk(KERN_ERR TAG ": consistency error on open\n"); in mon_bin_open()
791 printk(KERN_ERR TAG ": consistency error on close\n"); in mon_bin_release()
H A Dmon_text.c654 printk(KERN_ERR TAG ": consistency error on close\n"); in mon_text_release()
/linux/drivers/usb/chipidea/
H A Dbits.h20 #define TAG (0x1F << 16) macro
/linux/Documentation/netlabel/
H A Ddraft-ietf-cipso-ipsecurity-01.txt174 TAG TAG TAG
215 TAG TAG ALIGNMENT SENSITIVITY BIT MAP OF
301 TAG TAG ALIGNMENT SENSITIVITY ENUMERATED
364 TAG TAG ALIGNMENT SENSITIVITY CATEGORY RANGES
/linux/arch/sparc/mm/
H A Dultra.S222 srlx %o0, 11, %o0 ! make D-cache TAG
225 1: ldxa [%o2] ASI_DCACHE_TAG, %o3 ! load D-cache TAG
229 cmp %o3, %o0 ! TAG match?
232 stxa %g0, [%o2] ASI_DCACHE_TAG ! Invalidate TAG
/linux/drivers/net/fddi/skfp/h/
H A Dsupern_2.h32 #define TAG macro
/linux/Documentation/scsi/
H A Dncr53c8xx.rst529 use SIMPLE TAG for all operations (read and write)
532 use ORDERED TAG for all operations
536 SIMPLE TAG for read operations
537 ORDERED TAG for write operations
1311 Use SIMPLE TAG for read and write commands.
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst77 - VLAN TAG Insertion / Replacement / Deletion / Filtering (HASH and PERFECT)
/linux/drivers/scsi/aic7xxx/
H A Daic79xx.seq1108 * Here we "snoop" the bus looking for a SIMPLE QUEUE TAG message.
1262 * Restore SCB TAG since we reuse this field
H A Daic7xxx.seq1873 * Here we "snoop" the bus looking for a SIMPLE QUEUE TAG message.
/linux/net/ipv4/
H A Ddevinet.c2695 DEVINET_SYSCTL_RW_ENTRY(TAG, "tag"),
/linux/
H A DMAINTAINERS17076 MEMORY MANAGEMENT - ALLOCATION PROFILING (ALLOC TAG)