Home
last modified time | relevance | path

Searched full:members (Results 1 – 25 of 733) sorted by relevance

12345678910>>...30

/Linux-v6.1/include/linux/
Dstddef.h39 * @MEMBERS: The member declarations for the mirrored structs
45 * struct members.
47 #define struct_group(NAME, MEMBERS...) \ argument
48 __struct_group(/* no tag */, NAME, /* no attrs */, MEMBERS)
55 * @MEMBERS: The member declarations for the mirrored structs
61 * struct members. Includes structure attributes argument.
63 #define struct_group_attr(NAME, ATTRS, MEMBERS...) \ argument
64 __struct_group(/* no tag */, NAME, ATTRS, MEMBERS)
71 * @MEMBERS: The member declarations for the mirrored structs
77 * struct members. Includes struct tag argument for the named copy,
[all …]
/Linux-v6.1/tools/include/uapi/linux/
Dstddef.h17 * @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; \
Dbtf.h28 /* Max # of struct/union/enum members or func args */
34 * bits 0-15: vlen (e.g. # of struct's members)
127 * bitfield size is set for bitfield members. If the type
/Linux-v6.1/include/uapi/linux/
Dstddef.h17 * @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; \
Dsignalfd.h45 * pad size when you add new members. We use a fixed
48 * members. We use fixed size members because this strcture
Dbtf.h28 /* Max # of struct/union/enum members or func args */
34 * bits 0-15: vlen (e.g. # of struct's members)
127 * bitfield size is set for bitfield members. If the type
/Linux-v6.1/net/netfilter/ipset/
Dip_set_list_set.c45 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 …]
Dip_set_bitmap_port.c33 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()
Dip_set_bitmap_ipmac.c45 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()
Dip_set_bitmap_ip.c40 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()
Dip_set_bitmap_gen.h51 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()
/Linux-v6.1/drivers/isdn/mISDN/
Ddsp_cmx.c14 * 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 …]
/Linux-v6.1/net/tipc/
Dmonitor.c51 * @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
141 return (offsetof(struct tipc_mon_domain, members)) + (mcnt * sizeof(u32)); in dom_rec_len()
209 /* mon_identify_lost_members() : - identify amd mark potentially lost members
256 /* Scan across domain members and match against monitor list */ in mon_apply_domain()
260 addr = dom->members[i]; in mon_apply_domain()
290 diff |= dom->members[i] != peer->addr; in mon_update_local_domain()
291 dom->members[i] = peer->addr; in mon_update_local_domain()
[all …]
Dgroup.c81 struct rb_root members; member
128 /* Limit simultaneous reception from other members */ in tipc_group_rcvbuf_limit()
133 /* Reserve blocks for active and idle members */ in tipc_group_rcvbuf_limit()
179 grp->members = RB_ROOT; in tipc_group_create()
199 struct rb_root *tree = &grp->members; in tipc_group_join()
214 struct rb_root *tree = &grp->members; in tipc_group_delete()
235 struct rb_node *n = grp->members.rb_node; in tipc_group_find_member()
269 for (n = rb_first(&grp->members); n; n = rb_next(n)) { in tipc_group_find_node()
284 n = &grp->members.rb_node; in tipc_group_add_to_tree()
298 rb_insert_color(&m->tree_node, &grp->members); in tipc_group_add_to_tree()
[all …]
/Linux-v6.1/Documentation/block/
Drequest.rst14 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
/Linux-v6.1/Documentation/admin-guide/device-mapper/
Dswitch.rst20 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
/Linux-v6.1/security/tomoyo/
Dgc.c103 * 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".
Dgroup.c120 …* 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…
/Linux-v6.1/scripts/
Dkernel-doc654 print ".SH Members\n";
995 print "**Members**\n\n";
1084 my $members;
1086 # For capturing struct/union definition body, i.e. "{members*}qualifiers*"
1094 $members = $3;
1098 $members = $2;
1101 if ($members) {
1107 # ignore members marked private:
1108 $members =~ s/\/\*\s*private:.*?\/\*\s*public:.*?\*\///gosi;
1109 $members =~ s/\/\*\s*private:.*//gosi;
[all …]
/Linux-v6.1/include/linux/sched/
Dsd_flags.h85 * Domain members have different CPU capacities
94 * Domain members have different CPU capacities spanning all unique CPU
104 * Domain members share CPU capacity (i.e. SMT)
113 * Domain members share CPU package resources (i.e. caches)
/Linux-v6.1/Documentation/driver-api/
Dioctl.rst147 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.
/Linux-v6.1/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_if.h41 /* reserved members - off 16 */
54 /* reserved members - off 10 */
56 /* reserved members - off 15 */
59 /* reserved members - off 27 */
/Linux-v6.1/include/drm/ttm/
Dttm_bo_api.h117 * Members constant at init.
126 * Members not needing protection.
131 * Members protected by the bo::resv::reserved lock.
140 * Members protected by the bdev::lru_lock.
146 * Members protected by a bo reservation.
153 * Special members that are protected by the reserve lock
/Linux-v6.1/drivers/staging/qlge/
DTODO15 * struct rx_ring is used for rx and tx completions, with some members relevant
24 * reorder struct members to avoid holes if it doesn't impact performance
/Linux-v6.1/drivers/net/ethernet/ti/
Dcpsw_ale.c643 int members, untag; in cpsw_ale_vlan_del_modify_int() local
645 members = cpsw_ale_vlan_get_fld(ale, ale_entry, in cpsw_ale_vlan_del_modify_int()
647 members &= ~port_mask; in cpsw_ale_vlan_del_modify_int()
648 if (!members) { in cpsw_ale_vlan_del_modify_int()
660 untag &= members; in cpsw_ale_vlan_del_modify_int()
661 reg_mcast &= members; in cpsw_ale_vlan_del_modify_int()
662 unreg_mcast &= members; in cpsw_ale_vlan_del_modify_int()
676 ALE_ENT_VID_MEMBER_LIST, members); in cpsw_ale_vlan_del_modify_int()
699 int members, idx; in cpsw_ale_del_vlan() local
708 * Check if there are other VLAN members ports in cpsw_ale_del_vlan()
[all …]

12345678910>>...30