Searched refs:groups (Results 1 - 25 of 731) sorted by last modified time

1234567891011>>

/linux-master/fs/btrfs/
H A Dqgroup.c227 INIT_LIST_HEAD(&qgroup->groups);
245 while (!list_empty(&qgroup->groups)) {
246 list = list_first_entry(&qgroup->groups,
296 list_add_tail(&prealloc->next_group, &member->groups);
337 list_for_each_entry(list, &member->groups, next_group) {
1513 list_for_each_entry(glist, &qgroup->groups, next_group)
1584 list_for_each_entry(list, &member->groups, next_group) {
1647 list_for_each_entry(list, &member->groups, next_group) {
1777 while (!list_empty(&qgroup->groups)) {
1778 list = list_first_entry(&qgroup->groups,
[all...]
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c6390 gdev->dev.groups = qeth_dev_groups;
6512 .groups = qeth_drv_attr_groups,
/linux-master/drivers/nvme/host/
H A Dcore.c2901 subsys->dev.groups = nvme_subsys_attrs_groups;
4652 ctrl->device->groups = ops->dev_attr_groups;
4654 ctrl->device->groups = nvme_dev_attr_groups;
/linux-master/drivers/pinctrl/meson/
H A Dpinctrl-meson-a1.c909 .groups = meson_a1_periphs_groups,
/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-paris.c359 struct mtk_pinctrl_group *grp = hw->groups + i;
573 return hw->groups[group].name;
582 *pins = (unsigned *)&hw->groups[group].pin;
735 const char * const **groups,
740 *groups = hw->grp_names;
751 struct mtk_pinctrl_group *grp = hw->groups + group;
784 struct mtk_pinctrl_group *grp = &hw->groups[group];
794 struct mtk_pinctrl_group *grp = &hw->groups[group];
987 /* Allocate groups */
988 hw->groups
733 mtk_pmx_get_func_groups(struct pinctrl_dev *pctldev, unsigned function, const char * const **groups, unsigned * const num_groups) argument
[all...]
/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c231 /* SCORE groups */
371 .groups = byt_score_groups,
494 .groups = byt_sus_groups,
648 const struct intel_pingroup group = vg->soc->groups[group_selector];
H A Dpinctrl-intel.h39 * @func: Generic data of the pin function (name and groups of pins)
55 * If pad groups of a community are not the same size, use this structure
98 * @gpps: Pad groups if the controller has variable size pad groups
99 * @ngpps: Number of pad groups in this community
196 * @groups: Array of pin groups
197 * @ngroups: Number of groups in the array
210 const struct intel_pingroup *groups; member in struct:intel_pinctrl_soc_data
277 const char * const **groups, unsigne
[all...]
/linux-master/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g6.c1635 /* Pins, groups and functions are sort(1):ed alphabetically for sanity */
2719 .groups = aspeed_g6_groups,
/linux-master/kernel/sched/
H A Dfair.c1639 * On systems with a backplane NUMA topology, compare groups
1656 * no fixed "groups of nodes". Instead, nodes that are not
2495 /* Only consider nodes where both task and groups benefit */
2757 * searching down the hierarchy of node groups, recursively searching
5460 * 1) keep things fair between processes/task groups
7394 struct sched_group *sg = sd->groups;
8656 * topology where each level pairs two lower groups (or better). This results
8660 * the groups.
9477 unsigned long total_load; /* Total load of all groups in sd */
9478 unsigned long total_capacity; /* Total capacity of all groups i
[all...]
/linux-master/include/linux/
H A Dcpu.h83 const struct attribute_group **groups,
H A Dblkdev.h715 const struct attribute_group **groups);
/linux-master/drivers/i2c/
H A Di2c-core-base.c705 .groups = i2c_dev_groups,
1347 .groups = i2c_adapter_groups,
/linux-master/drivers/dma/idxd/
H A Didxd.h334 struct idxd_group **groups; member in struct:idxd_device
H A Dinit.c279 idxd->groups = kcalloc_node(idxd->max_groups, sizeof(struct idxd_group *),
281 if (!idxd->groups)
305 idxd->groups[i] = group;
324 group = idxd->groups[i];
335 put_device(group_confdev(idxd->groups[i]));
414 put_device(group_confdev(idxd->groups[i]));
485 dev_dbg(dev, "max groups: %u\n", idxd->max_groups);
H A Ddevice.c686 group = idxd->groups[i];
894 struct idxd_group *group = idxd->groups[i];
1022 struct idxd_group *group = idxd->groups[i];
1047 group = idxd->groups[i];
1076 group = idxd->groups[i];
1233 struct idxd_group *group = idxd->groups[i];
H A Dcdev.c158 .groups = cdev_file_attribute_groups,
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh27 Alternatively, specific groups tests can be run by passing a string
/linux-master/drivers/mtd/
H A Dmtdcore.c366 .groups = mtd_groups,
513 * mtd_pairing_groups - get the number of pairing groups
516 * Returns the number of pairing groups.
/linux-master/fs/smb/server/
H A Dvfs.c1892 acl_state.groups->aces[acl_state.groups->n].gid = inode->i_gid;
1893 acl_state.groups->aces[acl_state.groups->n++].perms.allow =
/linux-master/drivers/usb/core/
H A Dport.c754 port_dev->dev.groups = port_dev_usb3_group;
756 port_dev->dev.groups = port_dev_group;
/linux-master/drivers/thunderbolt/
H A Dtb.c56 * @groups: Bandwidth groups used in this domain.
63 struct tb_bandwidth_group groups[MAX_GROUPS]; member in struct:tb_cm
552 * If there is bandwidth reserved for any of the groups between
589 * Calculate what is reserved for groups crossing the
1446 for (i = 0; i < ARRAY_SIZE(tcm->groups); i++) {
1447 struct tb_bandwidth_group *group = &tcm->groups[i];
1508 for (i = 0; i < ARRAY_SIZE(tcm->groups); i++) {
1509 struct tb_bandwidth_group *group = &tcm->groups[i];
1535 for (i = 0; i < ARRAY_SIZE(tcm->groups);
[all...]
H A Dswitch.c2505 sw->dev.groups = switch_groups;
2550 sw->dev.groups = switch_groups;
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c46 * in 4 groups of 4 bits each. Given the entry:
50 * first and second groups match, but the third doesn't. We conclude that the
54 * has two dimensions: bit groups to be matched for a single packet field, and
55 * all the possible values of said groups (buckets). Input entries are
82 * - divide the b packet bits we want to classify into groups of size t,
83 * obtaining ceil(b / t) groups
85 * Example: match on destination IP address, with t = 4: 32 bits, 8 groups
91 * Example: 8 groups, 2^4 buckets:
452 rp += f->groups / NFT_PIPAPO_GROUPS_PER_BYTE(f);
562 data += f->groups / NFT_PIPAPO_GROUPS_PER_BYT
907 unsigned int groups, bb; local
[all...]
/linux-master/fs/fuse/
H A Ddir.c555 u32 sg_len = fuse_ext_size(sizeof(*sg) + sizeof(sg->groups[0]));
570 sg->groups[0] = parent_gid;
/linux-master/drivers/s390/cio/
H A Ddevice.c758 cdev->dev.groups = ccwdev_attr_groups;

Completed in 445 milliseconds

1234567891011>>