Home
last modified time | relevance | path

Searched refs:members (Results 1 – 84 of 84) sorted by relevance

/linux-4.1.27/net/netfilter/ipset/
Dip_set_bitmap_port.c37 void *members; /* the set members */ member
63 return !!test_bit(e->id, map->members); in bitmap_port_do_test()
69 return !!test_bit(id, map->members); in bitmap_port_gc_test()
76 return !!test_and_set_bit(e->id, map->members); in bitmap_port_do_add()
83 return !test_and_clear_bit(e->id, map->members); in bitmap_port_do_del()
214 map->members = ip_set_alloc(map->memsize); in init_map_port()
215 if (!map->members) in init_map_port()
220 kfree(map->members); in init_map_port()
Dip_set_bitmap_ipmac.c48 void *members; /* the set members */ member
88 if (!test_bit(e->id, map->members)) in bitmap_ipmac_do_test()
103 if (!test_bit(id, map->members)) in bitmap_ipmac_gc_test()
149 if (test_and_set_bit(e->id, map->members)) { in bitmap_ipmac_do_add()
177 return !test_and_clear_bit(e->id, map->members); in bitmap_ipmac_do_del()
294 map->members = ip_set_alloc(map->memsize); in init_map_ipmac()
295 if (!map->members) in init_map_ipmac()
300 kfree(map->members); in init_map_ipmac()
Dip_set_bitmap_ip.c42 void *members; /* the set members */ member
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_and_set_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()
225 map->members = ip_set_alloc(map->memsize); in init_map_ip()
226 if (!map->members) in init_map_ip()
231 kfree(map->members); in init_map_ip()
Dip_set_bitmap_gen.h57 if (test_bit(id, map->members)) in mtype_ext_cleanup()
69 ip_set_free(map->members); in mtype_destroy()
87 memset(map->members, 0, map->memsize); in mtype_flush()
214 if (!test_bit(id, map->members) || in mtype_list()
268 clear_bit(id, map->members); in mtype_gc()
Dip_set_core.c249 void *members = NULL; in ip_set_alloc() local
252 members = kzalloc(size, GFP_KERNEL | __GFP_NOWARN); in ip_set_alloc()
254 if (members) { in ip_set_alloc()
255 pr_debug("%p: allocated with kmalloc\n", members); in ip_set_alloc()
256 return members; in ip_set_alloc()
259 members = vzalloc(size); in ip_set_alloc()
260 if (!members) in ip_set_alloc()
262 pr_debug("%p: allocated with vmalloc\n", members); in ip_set_alloc()
264 return members; in ip_set_alloc()
269 ip_set_free(void *members) in ip_set_free() argument
[all …]
Dip_set_list_set.c44 struct set_elem members[0]; /* the set members */ member
48 (struct set_elem *)((void *)(map)->members + (id) * (set)->dsize)
/linux-4.1.27/Documentation/block/
Drequest.txt9 2.0 Struct request members classification
11 2.1 struct request members explanation
17 Short explanation of request members
26 this member. Some members may contain D classifications, but should only be
D00-INDEX22 - The members of struct request (in include/linux/blkdev.h)
Dbiodoc.txt748 of the same request members that are used for normal request queue management.
/linux-4.1.27/Documentation/device-mapper/
Dswitch.txt19 consists of a number of distinct storage arrays ("members") each having
21 is created it is spread across multiple members. The details of the
24 how many members are being used. When iSCSI sessions are created, each
38 members forward it as necessary, but there is a performance advantage to
57 non-preferred priority group containing paths to other array members for
/linux-4.1.27/scripts/
Dkernel-doc1741 my $members = $3;
1744 $members =~ s/({.*})//g;
1748 $members =~ s/\/\*\s*private:.*?\/\*\s*public:.*?\*\///gos;
1749 $members =~ s/\/\*\s*private:.*//gos;
1751 $members =~ s/\/\*.*?\*\///gos;
1754 $members =~ s/kmemcheck_bitfield_.*?;//gos;
1756 $members =~ s/__aligned\s*\([^;]*\)//gos;
1758 create_parameterlist($members, ';', $file);
1789 my $members = $2;
1791 foreach my $arg (split ',', $members) {
/linux-4.1.27/drivers/isdn/mISDN/
Ddsp_cmx.c1309 dsp_cmx_send_member(struct dsp *dsp, int len, s32 *c, int members) argument
1343 members, dsp->name, conf, dsp->rx_R, dsp->rx_W);
1419 if (!conf || members <= 1) {
1457 if (members == 2) {
1634 int mustmix, members; local
1674 members = 0;
1676 members = count_list_member(&conf->mlist);
1678 if (conf->software && members > 1)
1680 if (conf->software && members > 2)
1687 dsp_cmx_send_member(dsp, length, mixbuffer, members);
[all …]
/linux-4.1.27/drivers/infiniband/ulp/iser/
DKconfig12 and <http://members.infinibandta.org/kwspub/spec/Annex_iSER.PDF>
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dpwm-regulator.txt6 - voltage-table: voltage and duty table, include 2 members in each set of
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dpalmas.txt3 The TI palmas family current members :-
Daxp20x.txt3 The axp20x family current members :
/linux-4.1.27/Documentation/accounting/
Dcgroupstats.txt8 extend per cgroup statistics, by adding members to the cgroupstats
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Datmel-at91.txt46 shared across all System Controller members.
52 shared across all System Controller members.
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmcg.c106 int members[3]; member
476 group->members[i] += inc; in adjust_membership()
485 if (!group->members[i]) in get_leave_state()
1015 group->members[2], group->members[1], group->members[0], in sysfs_show_group()
/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_base.c3120 class_locale.members.reserved = 0; in megasas_issue_pending_cmds_again()
3121 class_locale.members.locale = MR_EVT_LOCALE_ALL; in megasas_issue_pending_cmds_again()
3122 class_locale.members.class = MR_EVT_CLASS_DEBUG; in megasas_issue_pending_cmds_again()
4881 prev_aen.members.locale = le16_to_cpu(prev_aen.members.locale); in megasas_register_aen()
4893 if ((prev_aen.members.class <= curr_aen.members.class) && in megasas_register_aen()
4894 !((prev_aen.members.locale & curr_aen.members.locale) ^ in megasas_register_aen()
4895 curr_aen.members.locale)) { in megasas_register_aen()
4902 curr_aen.members.locale |= prev_aen.members.locale; in megasas_register_aen()
4904 if (prev_aen.members.class < curr_aen.members.class) in megasas_register_aen()
4905 curr_aen.members.class = prev_aen.members.class; in megasas_register_aen()
[all …]
Dmegaraid_sas.h1485 } __attribute__ ((packed)) members; member
/linux-4.1.27/Documentation/
DCodeOfConflict18 <tab@lists.linux-foundation.org>, or the individual members, and they
Dstable_kernel_rules.txt111 members object to the patch, bringing up issues that the maintainers and
112 members did not realize, the patch will be dropped from the queue.
Dkernel-doc-nano-HOWTO.txt11 and structures and their members.
280 Use the argument mechanism to document members or constants.
Dhwspinlock.txt284 set the priv members of the locks. The rest of the members are set and
Drbtree.txt68 individual members may be accessed directly via rb_entry(node, type, member).
184 macro, and individual members may be accessed directly via
Deisa.txt92 .probe and .remove members are mandatory.
Dkmemleak.txt195 members in the allocated structures. This feature would solve many of
Dclk.txt55 The members above make up the core of the clk tree topology. The clk
Dkobject.txt382 added to the kset's directory. Not all members of a kset do necessarily
Dparport-lowlevel.txt144 There are other members of the structure, but they should not be
Dkmemcheck.txt553 means that gcc has inserted 4 bytes of padding between the members si_code
Dmemory-barriers.txt312 bit-fields in the same structure if all members declared
/linux-4.1.27/fs/dlm/
Dconfig.c314 struct list_head members; member
549 INIT_LIST_HEAD(&sp->members); in make_space()
637 list_add(&nd->list, &sp->members); in make_node()
965 list_for_each_entry(nd, &sp->members, list) { in dlm_config_nodes()
/linux-4.1.27/Documentation/arm/
Dfirmware.txt17 and its members can be found in arch/arm/include/asm/firmware.h header.
Dvlocks.txt124 * By packing the members of the currently_voting array close together,
/linux-4.1.27/Documentation/thermal/
Dexynos_thermal70 other platform data (struct exynos_tmu_platform_data) members
/linux-4.1.27/drivers/infiniband/core/
Dmulticast.c105 int members[3]; member
234 group->members[i] += inc; in adjust_membership()
249 if (!group->members[i]) in get_leave_state()
/linux-4.1.27/Documentation/filesystems/cifs/
DAUTHORS17 the other members of the Storage Network Industry Association CIFS Technical
/linux-4.1.27/Documentation/dmaengine/
Dclient.txt66 for a detailed explanation of the struct members. Please note
81 appropriate values to the 'dma_interleaved_template' members.
/linux-4.1.27/Documentation/driver-model/
Ddesign-patterns.txt43 state around to all functions that need access to the state and its members.
/linux-4.1.27/Documentation/isdn/
DINTERFACE.CAPI199 accessible form. It contains members for all possible CAPI 2.0 parameters,
213 are actually used. Unused members should be set to zero.
237 _cmsg structure members.
DINTERFACE.fax34 All members are 8-bit unsigned (__u8)
DREADME.concap192 dops pointers. Other concap_proto members should be considered private
/linux-4.1.27/fs/btrfs/
Dqgroup.c81 struct list_head members; /* groups that are members of this group */ member
155 INIT_LIST_HEAD(&qgroup->members); in add_qgroup_rb()
177 while (!list_empty(&qgroup->members)) { in __del_qgroup_rb()
178 list = list_first_entry(&qgroup->members, in __del_qgroup_rb()
220 list_add_tail(&list->next_member, &parent->members); in add_relation_rb()
1288 if (!list_empty(&qgroup->members)) { in btrfs_remove_qgroup()
/linux-4.1.27/Documentation/mmc/
Dmmc-async-req.txt47 There are two optional members in the mmc_host_ops -- pre_req() and
/linux-4.1.27/Documentation/gpio/
Ddriver.txt41 gpio_chip" (see linux/gpio/driver.h for its complete definition) with members
132 - Make sure to assign all relevant members of the struct gpio_chip so that
/linux-4.1.27/Documentation/filesystems/
Dpath-lookup.txt88 Parent and name members of a dentry, as well as its membership in the dcache
94 These members are also protected by d_seq seqlock, although this offers
187 care must be taken to load the members up-front, and use those pointers rather
303 members have changed.
Dvfs.txt112 members are defined:
208 filesystem. As of kernel 2.6.22, the following members are defined:
337 filesystem. As of kernel 2.6.22, the following members are defined:
574 your filesystem. The following members are defined:
800 3.12, the following members are defined:
920 the VFS uses a default. As of kernel 2.6.22, the following members are
Dsharedsubtree.txt833 ->mnt_master can point to arbitrary (and possibly different) members
835 you need to go through _all_ ->mnt_slave_list of its members.
/linux-4.1.27/Documentation/early-userspace/
Dbuffer-format.txt42 between members.
/linux-4.1.27/Documentation/target/
Dtcm_mod_builder.txt142 structure members.
/linux-4.1.27/include/linux/netfilter/ipset/
Dip_set.h413 extern void ip_set_free(void *members);
/linux-4.1.27/Documentation/devicetree/
Dof_unittest.txt60 // following struct members are used to construct the tree
/linux-4.1.27/tools/perf/
Ddesign.txt264 that creates it. The rest of the group members are created
444 disables the group leaders, not any other members in the groups.
/linux-4.1.27/Documentation/filesystems/nfs/
DExporting107 struct which has the following members:
/linux-4.1.27/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt158 static variables. Those have to be converted to use the members in
/linux-4.1.27/Documentation/scsi/
Dosd.txt108 members in the CDB. Up to 3 segments can be deployed in the IN-Buffer and up to
DFlashPoint.txt73 been problematic for members of the Linux community, in that no Linux
Dscsi_mid_low_api.txt99 functions" below. Their function pointers are placed in the members of
105 pointer members not explicitly initialized.
1176 way members that are not explicitly initialized will be set to 0 or NULL.
1196 controls. The struct Scsi_Host structure has many members in common
1198 is created (in scsi_host_alloc() in hosts.c) those common members are
DChangeLog.lpfc62 - kill struct lpfc_scsi_dma_buf and embedded the two members
735 members and defines from lpfc_scsi.h - e.g. lpfc_target is down
741 * Condense nodelist flag members.
1215 * Remove unused cmnd_retry_list and in_retry members in struct
1546 * Put IPFC ifdef around two members of struct lpfc_nodelist.
1847 * Migrated members of LPFCHBA_t and LINUX_HBA_t into elxHBA_t
DChangeLog.megaraid_sas600 During initialization, depending on the device id, the template members
/linux-4.1.27/fs/jffs2/
DREADME.Locking33 the alloc_sem is also used to protect the wbuf-related members of the
/linux-4.1.27/Documentation/arm64/
Darm-acpi.txt439 Participation in this group is open to all UEFI members. Please see
450 are not UEFI members, many other members of the Linux community are and would
/linux-4.1.27/drivers/scsi/esas2r/
Desas2r_main.c1447 g->members[i] = le16_to_cpu(g->members[i]); in esas2r_nuxi_mgt_data()
Datvda.h413 u16 members[32]; member
/linux-4.1.27/Documentation/networking/
D3c509.txt64 duplex operations. Currently, the only members of the 3c509 family that are
Dpacket_mmap.txt1024 tpacket{,2,3}_hdr structure's tp_sec and tp_{n,u}sec members. To determine
1050 members do not contain a valid value. For TX_RINGs, by default no timestamp
Dbonding.txt254 the same link which could cause the other team members to
1139 network-script file for all physical adapters that will be members of
2056 support link monitoring of their members, so if individual links fail,
/linux-4.1.27/Documentation/sound/alsa/soc/
Ddapm.txt121 Any widget kcontrols can be set using the controls and num_controls members.
/linux-4.1.27/Documentation/power/
Dpci.txt945 point two or more members of struct dev_pm_ops to the same routine. There are
950 members and one resume routine pointed to by the .resume(), .thaw(), and
951 .restore() members. The other function pointers in this struct dev_pm_ops are
961 .suspend(), .freeze(), and .poweroff() members and one resume routine is to
962 be pointed to by the .resume(), .thaw(), and .restore() members.
Druntime_pm.txt296 All of the above fields are members of the 'power' member of 'struct device'.
/linux-4.1.27/drivers/target/
Dtarget_core_configfs.c1850 SE_DEV_ALUA_LU_ATTR_RO(members);
2378 SE_DEV_ALUA_TG_PT_ATTR_RO(members);
/linux-4.1.27/drivers/platform/x86/
Dthinkpad_acpi.c993 unsigned int members, max_members; member
1032 if (s->members >= s->max_members) in add_to_attr_set()
1035 s->group.attrs[s->members] = attr; in add_to_attr_set()
1036 s->members++; in add_to_attr_set()
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped1728 /* Accessor methods (get/set functions) to struct members. */
1915 * the only problem is struct and union members:
/linux-4.1.27/Documentation/security/
Dcredentials.txt450 magic. This may not be used for pointer members as what they point to may
Dkeys.txt520 its group list members.
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs.txt336 and config_item->ci_parent structure members.
/linux-4.1.27/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt717 To submit mail for distribution to members of the IETF CIPSO Working
/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c_shipped2123 /* Accessor methods (get/set functions) to struct members. */
/linux-4.1.27/Documentation/RCU/
DwhatisRCU.txt125 There are many other members of the RCU API, but the rest can be
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped1991 /* Accessor methods (get/set functions) to struct members. */
/linux-4.1.27/drivers/tty/serial/
DKconfig143 and use_dma_rx members in the atmel_uart_data struct is set
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt499 size of the entries array), and the 'index' and 'data' members of each
2988 looking up structure members.