/kernel/linux/linux-5.10/include/linux/ |
D | stddef.h | 43 * @MEMBERS: The member declarations for the mirrored structs 49 * struct members. 51 #define struct_group(NAME, MEMBERS...) \ argument 52 __struct_group(/* no tag */, NAME, /* no attrs */, MEMBERS) 59 * @MEMBERS: The member declarations for the mirrored structs 65 * struct members. Includes structure attributes argument. 67 #define struct_group_attr(NAME, ATTRS, MEMBERS...) \ argument 68 __struct_group(/* no tag */, NAME, ATTRS, MEMBERS) 75 * @MEMBERS: The member declarations for the mirrored structs 81 * struct members. Includes struct tag argument for the named copy, [all …]
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | stddef.h | 17 * @MEMBERS: The member declarations for the mirrored structs 20 * and size: one anonymous and one named. The former's members can be used 22 * reason about the start, end, and size of the group of struct members. 26 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ argument 28 struct { MEMBERS } ATTRS; \ 29 struct TAG { MEMBERS } ATTRS NAME; \
|
D | signalfd.h | 45 * pad size when you add new members. We use a fixed 48 * members. We use fixed size members because this strcture
|
D | btf.h | 28 /* Max # of struct/union/enum members or func args */ 34 * bits 0-15: vlen (e.g. # of struct's members) 120 * bitfield size is set for bitfield members. If the type
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
D | ip_set_list_set.c | 45 struct list_head members; /* the set members */ member 63 list_for_each_entry_rcu(e, &map->members, list) { in list_set_ktest() 82 list_for_each_entry(e, &map->members, list) { in list_set_kadd() 102 list_for_each_entry(e, &map->members, list) { in list_set_kdel() 179 list_for_each_entry_safe(e, n, &map->members, list) in set_cleanup_entries() 193 list_for_each_entry(e, &map->members, list) { in list_set_utest() 206 ret = !list_is_last(&e->list, &map->members) && in list_set_utest() 242 list_for_each_entry(e, &map->members, list) { in list_set_uadd() 276 n = list_empty(&map->members) ? NULL : in list_set_uadd() 277 list_last_entry(&map->members, struct set_elem, list); in list_set_uadd() [all …]
|
D | ip_set_bitmap_port.c | 33 unsigned long *members; /* the set members */ member 37 size_t memsize; /* members size */ 61 return !!test_bit(e->id, map->members); in bitmap_port_do_test() 67 return !!test_bit(id, map->members); in bitmap_port_gc_test() 74 return !!test_bit(e->id, map->members); in bitmap_port_do_add() 81 return !test_and_clear_bit(e->id, map->members); in bitmap_port_do_del() 234 map->members = bitmap_zalloc(map->elements, GFP_KERNEL | __GFP_NOWARN); in init_map_port() 235 if (!map->members) in init_map_port()
|
D | ip_set_bitmap_ipmac.c | 45 unsigned long *members; /* the set members */ member 49 size_t memsize; /* members size */ 88 if (!test_bit(e->id, map->members)) in bitmap_ipmac_do_test() 102 if (!test_bit(id, map->members)) in bitmap_ipmac_gc_test() 149 if (test_bit(e->id, map->members)) { in bitmap_ipmac_do_add() 155 clear_bit(e->id, map->members); in bitmap_ipmac_do_add() 164 clear_bit(e->id, map->members); in bitmap_ipmac_do_add() 184 return !test_and_clear_bit(e->id, map->members); in bitmap_ipmac_do_del() 302 map->members = bitmap_zalloc(elements, GFP_KERNEL | __GFP_NOWARN); in init_map_ipmac() 303 if (!map->members) in init_map_ipmac()
|
D | ip_set_bitmap_ip.c | 40 unsigned long *members; /* the set members */ member 45 size_t memsize; /* members size */ 70 return !!test_bit(e->id, map->members); in bitmap_ip_do_test() 76 return !!test_bit(id, map->members); in bitmap_ip_gc_test() 83 return !!test_bit(e->id, map->members); in bitmap_ip_do_add() 89 return !test_and_clear_bit(e->id, map->members); in bitmap_ip_do_del() 223 map->members = bitmap_zalloc(elements, GFP_KERNEL | __GFP_NOWARN); in init_map_ip() 224 if (!map->members) in init_map_ip()
|
D | ip_set_bitmap_gen.h | 51 if (test_bit(id, map->members)) in mtype_ext_cleanup() 65 ip_set_free(map->members); in mtype_destroy() 78 bitmap_zero(map->members, map->elements); in mtype_flush() 144 set_bit(e->id, map->members); in mtype_add() 168 set_bit(e->id, map->members); in mtype_add() 222 if (!test_bit(id, map->members) || in mtype_list() 280 clear_bit(id, map->members); in mtype_gc()
|
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
D | dsp_cmx.c | 14 * There is a chain of struct dsp_conf which has one or more members in a chain 34 * Two members will also exchange their data so they are crossconnected. 35 * Three or more members will be added in a conference and will hear each 39 * - Crossconnecting or even conference, if more than two members are together. 40 * - Force mixing of transmit data with other crossconnect/conference members. 135 * by using conference even with two members 503 /* conf gets updated (all members) */ in dsp_cmx_hardware() 509 printk(KERN_ERR "%s: conference without members\n", in dsp_cmx_hardware() 516 /* check all members in our conference */ in dsp_cmx_hardware() 647 /* determine if members are on the same hfc chip */ in dsp_cmx_hardware() [all …]
|
/kernel/linux/linux-5.10/net/tipc/ |
D | monitor.c | 51 * @up_map: bit map indicating which of the members the sender considers up 52 * @members: identity of the domain members 60 u32 members[MAX_MON_DOMAIN]; member 69 * @applied: number of reported domain members applied on this monitor list 111 return ((void *)&dom->members - (void *)dom) + (mcnt * sizeof(u32)); in dom_rec_len() 179 /* mon_identify_lost_members() : - identify amd mark potentially lost members 226 /* Scan across domain members and match against monitor list */ in mon_apply_domain() 230 addr = dom->members[i]; in mon_apply_domain() 260 diff |= dom->members[i] != peer->addr; in mon_update_local_domain() 261 dom->members[i] = peer->addr; in mon_update_local_domain() [all …]
|
D | group.c | 80 struct rb_root members; member 127 /* Limit simultaneous reception from other members */ in tipc_group_rcvbuf_limit() 132 /* Reserve blocks for active and idle members */ in tipc_group_rcvbuf_limit() 178 grp->members = RB_ROOT; in tipc_group_create() 198 struct rb_root *tree = &grp->members; in tipc_group_join() 213 struct rb_root *tree = &grp->members; in tipc_group_delete() 234 struct rb_node *n = grp->members.rb_node; in tipc_group_find_member() 268 for (n = rb_first(&grp->members); n; n = rb_next(n)) { in tipc_group_find_node() 283 n = &grp->members.rb_node; in tipc_group_add_to_tree() 297 rb_insert_color(&m->tree_node, &grp->members); in tipc_group_add_to_tree() [all …]
|
/kernel/linux/linux-5.10/Documentation/block/ |
D | request.rst | 14 2.0 Struct request members classification 16 2.1 struct request members explanation 25 Short explanation of request members 37 this member. Some members may contain D classifications, but should only be
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | switch.rst | 20 consists of a number of distinct storage arrays ("members") each having 22 is created it is spread across multiple members. The details of the 25 how many members are being used. When iSCSI sessions are created, each 39 members forward it as necessary, but there is a performance advantage to 58 non-preferred priority group containing paths to other array members for
|
/kernel/linux/linux-5.10/security/tomoyo/ |
D | gc.c | 103 * tomoyo_del_transition_control - Delete members in "struct tomoyo_transition_control". 119 * tomoyo_del_aggregator - Delete members in "struct tomoyo_aggregator". 135 * tomoyo_del_manager - Delete members in "struct tomoyo_manager". 150 * tomoyo_del_acl - Delete members in "struct tomoyo_acl_info". 243 * tomoyo_del_domain - Delete members in "struct tomoyo_domain_info". 271 * tomoyo_del_condition - Delete members in "struct tomoyo_condition". 311 * tomoyo_del_name - Delete members in "struct tomoyo_name". 323 * tomoyo_del_path_group - Delete members in "struct tomoyo_path_group". 353 * tomoyo_del_address_group - Delete members in "struct tomoyo_address_group". 365 * tomoyo_del_number_group - Delete members in "struct tomoyo_number_group".
|
D | group.c | 120 …* tomoyo_path_matches_group - Check whether the given pathname matches members of the given pathna… 148 …* tomoyo_number_matches_group - Check whether the given number matches members of the given number… 179 …* tomoyo_address_matches_group - Check whether the given address matches members of the given addr…
|
/kernel/linux/linux-5.10/scripts/ |
D | kernel-doc | 137 # Use the argument mechanism to document members or constants. 177 # This should be use only for struct/enum members. 772 print ".SH Members\n"; 1112 print "**Members**\n\n"; 1204 my $members = $3; 1206 # ignore members marked private: 1207 $members =~ s/\/\*\s*private:.*?\/\*\s*public:.*?\*\///gosi; 1208 $members =~ s/\/\*\s*private:.*//gosi; 1210 $members =~ s/\/\*.*?\*\///gos; 1212 $members =~ s/\s*__attribute__\s*\(\([a-z0-9,_\*\s\(\)]*\)\)/ /gi; [all …]
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | ioctl.rst | 147 avoiding all problematic members: 174 To avoid this problem, all structures should have their members 183 * On the m68k architecture, struct members are not guaranteed to have an 191 * ``char`` members can be either signed or unsigned, depending on 207 individual members.
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_if.h | 41 /* reserved members - off 16 */ 54 /* reserved members - off 10 */ 56 /* reserved members - off 15 */ 59 /* reserved members - off 27 */
|
/kernel/linux/linux-5.10/include/linux/sched/ |
D | sd_flags.h | 85 * Domain members have different CPU capacities 94 * Domain members share CPU capacity (i.e. SMT) 103 * Domain members share CPU package resources (i.e. caches)
|
/kernel/linux/linux-5.10/Documentation/gpu/ |
D | introduction.rst | 26 @member for structure members (within the same structure), &struct structure to 29 entries in function vtables (and structure members in general) please use 112 interacting with community members on mailing lists, IRC, or bug
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | btf.h | 28 /* Max # of struct/union/enum members or func args */ 34 * bits 0-15: vlen (e.g. # of struct's members) 120 * bitfield size is set for bitfield members. If the type
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | sh7760fb.h | 135 * wish to use. The following members must be initialized: 138 * The driver uses the above members to calculate register values 139 * and memory requirements. Other members are ignored but may
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | statistics.rst | 38 Note that `-s` has been specified twice to see all members of 88 members of :c:type:`struct rtnl_link_stats64 <rtnl_link_stats64>`. 174 The following structures are internal to the kernel, their members are
|
/kernel/linux/linux-5.10/drivers/staging/qlge/ |
D | TODO | 15 * struct rx_ring is used for rx and tx completions, with some members relevant 30 * reorder struct members to avoid holes if it doesn't impact performance
|