/kernel/linux/linux-5.10/net/sched/ |
H A D | act_sample.c | 84 NL_SET_ERR_MSG(extack, "sample rate and group are required"); in tcf_sample_init() 263 struct psample_group *group = priv; in tcf_psample_group_put() local 265 psample_group_put(group); in tcf_psample_group_put() 273 struct psample_group *group; in tcf_sample_get_group() local 275 group = rcu_dereference_protected(s->psample_group, in tcf_sample_get_group() 277 if (group) { in tcf_sample_get_group() 278 psample_group_take(group); in tcf_sample_get_group() 282 return group; in tcf_sample_get_group()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netlink.h | 49 int (*bind)(struct net *net, int group); 50 void (*unbind)(struct net *net, int group); 148 void __netlink_clear_multicast_users(struct sock *sk, unsigned int group); 151 int netlink_has_listeners(struct sock *sk, unsigned int group); 156 __u32 group, gfp_t allocation); 158 __u32 portid, __u32 group, gfp_t allocation, 161 int netlink_set_err(struct sock *ssk, __u32 portid, __u32 group, int code);
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_boot.c | 181 const char *p, *group, *event; in trace_boot_init_one_event() local 183 group = xbc_node_get_data(gnode); in trace_boot_init_one_event() 186 if (!strcmp(group, "kprobes")) in trace_boot_init_one_event() 189 if (!strcmp(group, "synthetic")) in trace_boot_init_one_event() 194 file = find_event_file(tr, group, event); in trace_boot_init_one_event() 196 pr_err("Failed to find event: %s:%s\n", group, event); in trace_boot_init_one_event() 221 group, event); in trace_boot_init_one_event()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netlink.h | 51 int (*bind)(struct net *net, int group); 52 void (*unbind)(struct net *net, int group); 222 void __netlink_clear_multicast_users(struct sock *sk, unsigned int group); 225 int netlink_has_listeners(struct sock *sk, unsigned int group); 230 __u32 group, gfp_t allocation); 232 __u32 portid, __u32 group, gfp_t allocation, 236 int netlink_set_err(struct sock *ssk, __u32 portid, __u32 group, int code);
|
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm6368.c | 341 unsigned group) in bcm6368_pinctrl_get_group_name() 343 return bcm6368_groups[group].name; in bcm6368_pinctrl_get_group_name() 347 unsigned group, const unsigned **pins, in bcm6368_pinctrl_get_group_pins() 350 *pins = bcm6368_groups[group].pins; in bcm6368_pinctrl_get_group_pins() 351 *npins = bcm6368_groups[group].npins; in bcm6368_pinctrl_get_group_pins() 379 unsigned selector, unsigned group) in bcm6368_pinctrl_set_mux() 383 const struct pingroup *pg = &bcm6368_groups[group]; in bcm6368_pinctrl_set_mux() 340 bcm6368_pinctrl_get_group_name(struct pinctrl_dev *pctldev, unsigned group) bcm6368_pinctrl_get_group_name() argument 346 bcm6368_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *npins) bcm6368_pinctrl_get_group_pins() argument 378 bcm6368_pinctrl_set_mux(struct pinctrl_dev *pctldev, unsigned selector, unsigned group) bcm6368_pinctrl_set_mux() argument
|
H A D | pinctrl-bcm6318.c | 351 unsigned group) in bcm6318_pinctrl_get_group_name() 353 return bcm6318_groups[group].name; in bcm6318_pinctrl_get_group_name() 357 unsigned group, const unsigned **pins, in bcm6318_pinctrl_get_group_pins() 360 *pins = bcm6318_groups[group].pins; in bcm6318_pinctrl_get_group_pins() 361 *npins = bcm6318_groups[group].npins; in bcm6318_pinctrl_get_group_pins() 411 unsigned selector, unsigned group) in bcm6318_pinctrl_set_mux() 414 const struct pingroup *pg = &bcm6318_groups[group]; in bcm6318_pinctrl_set_mux() 350 bcm6318_pinctrl_get_group_name(struct pinctrl_dev *pctldev, unsigned group) bcm6318_pinctrl_get_group_name() argument 356 bcm6318_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *npins) bcm6318_pinctrl_get_group_pins() argument 410 bcm6318_pinctrl_set_mux(struct pinctrl_dev *pctldev, unsigned selector, unsigned group) bcm6318_pinctrl_set_mux() argument
|
H A D | pinctrl-bcm6358.c | 216 unsigned group) in bcm6358_pinctrl_get_group_name() 218 return bcm6358_groups[group].grp.name; in bcm6358_pinctrl_get_group_name() 222 unsigned group, const unsigned **pins, in bcm6358_pinctrl_get_group_pins() 225 *pins = bcm6358_groups[group].grp.pins; in bcm6358_pinctrl_get_group_pins() 226 *npins = bcm6358_groups[group].grp.npins; in bcm6358_pinctrl_get_group_pins() 254 unsigned selector, unsigned group) in bcm6358_pinctrl_set_mux() 258 const struct bcm6358_pingroup *pg = &bcm6358_groups[group]; in bcm6358_pinctrl_set_mux() 215 bcm6358_pinctrl_get_group_name(struct pinctrl_dev *pctldev, unsigned group) bcm6358_pinctrl_get_group_name() argument 221 bcm6358_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *npins) bcm6358_pinctrl_get_group_pins() argument 253 bcm6358_pinctrl_set_mux(struct pinctrl_dev *pctldev, unsigned selector, unsigned group) bcm6358_pinctrl_set_mux() argument
|
/third_party/mbedtls/programs/psa/ |
H A D | psa_constant_names.c | 80 static const char *psa_dh_family_name(psa_dh_family_t group); 104 psa_dh_family_t group) in append_with_group() 106 const char *group_name = psa_dh_family_name(group); in append_with_group() 114 "0x%02x", group); in append_with_group() 173 psa_dh_family_t group) in psa_snprint_dh_group() 175 const char *name = psa_dh_family_name(group); in psa_snprint_dh_group() 177 return snprintf(buffer, buffer_size, "0x%02x", (unsigned) group); in psa_snprint_dh_group() 197 printf(" group=dh_group Diffie-Hellman group identifier (psa_dh_family_t)\n"); in usage() 309 } else if (!strcmp(argv[1], "group") || !strcm in main() 101 append_with_group(char **buffer, size_t buffer_size, size_t *required_size, const char *string, size_t length, psa_dh_family_t group) append_with_group() argument 172 psa_snprint_dh_group(char *buffer, size_t buffer_size, psa_dh_family_t group) psa_snprint_dh_group() argument [all...] |
/third_party/mbedtls/scripts/ |
H A D | generate_ssl_debug_helpers.py | 32 return match.group() 153 group=match.groupdict()) 155 def __init__(self, source_code, span=None, group=None): 156 assert isinstance(group, dict) 157 prefix_name = group.get('prefix_name', None) 158 suffix_name = group.get('suffix_name', None) 159 body = group.get('body', None) 281 Generate helper functions for named group 283 It generates translation function from named group define to string. 284 Named group definitio [all...] |
/third_party/libinput/tools/ |
H A D | libinput-list-devices.c | 263 struct libinput_tablet_pad_mode_group *group; in print_pad_info() local 270 group = libinput_device_tablet_pad_get_mode_group(device, 0); in print_pad_info() 271 nmodes = libinput_tablet_pad_mode_group_get_num_modes(group); in print_pad_info() 286 struct libinput_device_group *group; in print_device_notify() local 294 group = libinput_device_get_device_group(dev); in print_device_notify() 295 group_id = (intptr_t)libinput_device_group_get_user_data(group); in print_device_notify() 298 libinput_device_group_set_user_data(group, (void*)group_id); in print_device_notify()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/ |
H A D | update.py | 294 arch = match.group(1) 302 name = match.group(1) 303 init = match.group(2) or '' 304 arch = match.group(3) 321 name = match.group(1) 335 if match and match.group(1) in LLVM_UNDEF_MACROS: 336 print('/* #undef ' + match.group(1) + ' */', file=dst_file)
|
/third_party/rust/crates/syn/src/ |
H A D | parse.rs | 444 while let Some((inner, _span, rest)) = cursor.group(Delimiter::None) { in span_of_unexpected_ignoring_nones() 617 if let Some(group) = buffer.cursor().group(Delimiter::None) { in peek2() 618 if group.0.skip().map_or(false, peek) { in peek2() 632 if let Some(group) = buffer.cursor().group(Delimiter::None) { in peek3() 633 if group.0.skip().and_then(Cursor::skip).map_or(false, peek) { in peek3() 1202 if let Some((group, rest)) = cursor.any_group_token() { in parse() 1203 if group.delimiter() != Delimiter::None { in parse() 1204 return Ok((group, res in parse() [all...] |
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_native.c | 77 void snd_pcm_group_init(struct snd_pcm_group *group) in snd_pcm_group_init() argument 79 spin_lock_init(&group->lock); in snd_pcm_group_init() 80 mutex_init(&group->mutex); in snd_pcm_group_init() 81 INIT_LIST_HEAD(&group->substreams); in snd_pcm_group_init() 82 refcount_set(&group->refs, 1); in snd_pcm_group_init() 85 /* define group lock helpers */ 87 static void snd_pcm_group_ ## action(struct snd_pcm_group *group, bool nonatomic) \ 90 mutex_ ## mutex_action(&group->mutex); \ 92 spin_ ## action(&group->lock); \ 143 struct snd_pcm_group *group in snd_pcm_stream_lock_nested() local 1281 snd_pcm_group_unref(struct snd_pcm_group *group, struct snd_pcm_substream *substream) snd_pcm_group_unref() argument 1302 struct snd_pcm_group *group; snd_pcm_stream_group_ref() local 1338 struct snd_pcm_group *group; snd_pcm_action() local 2079 struct snd_pcm_group *group; snd_pcm_drain() local 2240 struct snd_pcm_group *group, *target_group; snd_pcm_link() local 2309 struct snd_pcm_group *group; snd_pcm_unlink() local [all...] |
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_native.c | 77 void snd_pcm_group_init(struct snd_pcm_group *group) in snd_pcm_group_init() argument 79 spin_lock_init(&group->lock); in snd_pcm_group_init() 80 mutex_init(&group->mutex); in snd_pcm_group_init() 81 INIT_LIST_HEAD(&group->substreams); in snd_pcm_group_init() 82 refcount_set(&group->refs, 1); in snd_pcm_group_init() 85 /* define group lock helpers */ 87 static void snd_pcm_group_ ## action(struct snd_pcm_group *group, bool nonatomic) \ 90 mutex_ ## mutex_action(&group->mutex); \ 92 spin_ ## action(&group->lock); \ 143 struct snd_pcm_group *group in snd_pcm_stream_lock_nested() local 1300 snd_pcm_group_unref(struct snd_pcm_group *group, struct snd_pcm_substream *substream) snd_pcm_group_unref() argument 1321 struct snd_pcm_group *group; snd_pcm_stream_group_ref() local 1357 struct snd_pcm_group *group; snd_pcm_action() local 2096 struct snd_pcm_group *group; snd_pcm_drain() local 2257 struct snd_pcm_group *group, *target_group; snd_pcm_link() local 2326 struct snd_pcm_group *group; snd_pcm_unlink() local [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/ |
H A D | pinctrl-moore.c | 39 unsigned int selector, unsigned int group) in mtk_pinmux_set_mux() 50 grp = pinctrl_generic_get_group(pctldev, group); in mtk_pinmux_set_mux() 54 dev_dbg(pctldev->dev, "enable function %s group %s\n", in mtk_pinmux_set_mux() 351 unsigned int group, unsigned long *config) in mtk_pinconf_group_get() 357 ret = pinctrl_generic_get_group_pins(pctldev, group, &pins, &npins); in mtk_pinconf_group_get() 376 unsigned int group, unsigned long *configs, in mtk_pinconf_group_set() 383 ret = pinctrl_generic_get_group_pins(pctldev, group, &pins, &npins); in mtk_pinconf_group_set() 552 const struct group_desc *group = hw->soc->grps + i; in mtk_build_groups() local 554 err = pinctrl_generic_add_group(hw->pctrl, group->name, in mtk_build_groups() 555 group in mtk_build_groups() 38 mtk_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int selector, unsigned int group) mtk_pinmux_set_mux() argument 350 mtk_pinconf_group_get(struct pinctrl_dev *pctldev, unsigned int group, unsigned long *config) mtk_pinconf_group_get() argument 375 mtk_pinconf_group_set(struct pinctrl_dev *pctldev, unsigned int group, unsigned long *configs, unsigned int num_configs) mtk_pinconf_group_set() argument [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/ |
H A D | pinctrl-moore.c | 43 unsigned int selector, unsigned int group) in mtk_pinmux_set_mux() 54 grp = pinctrl_generic_get_group(pctldev, group); in mtk_pinmux_set_mux() 58 dev_dbg(pctldev->dev, "enable function %s group %s\n", in mtk_pinmux_set_mux() 399 unsigned int group, unsigned long *config) in mtk_pinconf_group_get() 405 ret = pinctrl_generic_get_group_pins(pctldev, group, &pins, &npins); in mtk_pinconf_group_get() 424 unsigned int group, unsigned long *configs, in mtk_pinconf_group_set() 431 ret = pinctrl_generic_get_group_pins(pctldev, group, &pins, &npins); in mtk_pinconf_group_set() 606 const struct group_desc *group = hw->soc->grps + i; in mtk_build_groups() local 608 err = pinctrl_generic_add_group(hw->pctrl, group->name, in mtk_build_groups() 609 group in mtk_build_groups() 42 mtk_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int selector, unsigned int group) mtk_pinmux_set_mux() argument 398 mtk_pinconf_group_get(struct pinctrl_dev *pctldev, unsigned int group, unsigned long *config) mtk_pinconf_group_get() argument 423 mtk_pinconf_group_set(struct pinctrl_dev *pctldev, unsigned int group, unsigned long *configs, unsigned int num_configs) mtk_pinconf_group_set() argument [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | check_names.py | 390 if macro.group("macro").startswith(exclusions): 398 macro.group("macro"))) 436 name.group(0))) 492 enum_const.group("enum_const"))) 531 lambda s: '""' if s.group('string') else ' ', 617 # Find the group that matched, and append it 618 for group in identifier.groups(): 619 if not group: 627 group)) 762 if (symbol and not symbol.group("symbo [all...] |
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.py | 360 if m.group("gc"): 363 elif m.group("safepoint"): 366 elif m.group("allow"): 582 group = optparse.OptionGroup(parser, "GCMOLE options") 583 group.add_option( 588 group.add_option( 593 group.add_option( 598 group.add_option( 604 group.add_option( 610 group [all...] |
/third_party/toybox/toys/pending/ |
H A D | mke2fs.c | 92 unsigned inodespg; // Inodes per group 94 unsigned blockbits; // Bits per block. (Also blocks per group.) 98 unsigned nextgroup; // Next group we'll be allocating from 115 uint32_t blocks_per_group; // Blocks per group 116 uint32_t frags_per_group; // Fragments per group 117 uint32_t inodes_per_group; // Inodes per group 134 uint16_t block_group_nr; // block group # of this superblock 155 uint32_t first_meta_bg; // First metablock block group 166 uint16_t free_blocks_count; // How many free blocks in this group? 167 uint16_t free_inodes_count; // How many free inodes in this group 425 is_sb_group(uint32_t group) is_sb_group() argument 441 group_superblock_overhead(uint32_t group) group_superblock_overhead() argument 460 group_overhead(uint32_t group) group_overhead() argument 508 int i, group = TT.nextblock/TT.blockbits; fill_inode() local [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderInvarianceTests.cpp | 485 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, precisionName, "Invariance tests using the given precision."); in init() member in deqp::gles3::Functional::tcu 504 addChild(group); in init() 511 group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_0", "Shader shares a subexpression with an unrelated variable.", in init() 534 group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_1", "Shader shares a subexpression with an unrelated variable.", in init() 564 group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_2", "Shader shares a subexpression with an unrelated variable.", in init() 593 group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_3", "Shader shares a subexpression with an unrelated variable.", in init() 635 group->addChild(new BasicInvarianceTest(m_context, ("subexpression_precision_" + std::string(unrelatedPrec)).c_str(), "Shader shares subexpression of different precision with an unrelated variable.", in init() 676 group->addChild(new BasicInvarianceTest(m_context, "loop_0", "Invariant value set using a loop", in init() 707 group->addChild(new BasicInvarianceTest(m_context, "loop_1", "Invariant value set using a loop", in init() 738 group in init() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderInvarianceTests.cpp | 483 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, precisionName, "Invariance tests using the given precision."); in init() member in deqp::gles2::Functional::tcu 502 addChild(group); in init() 509 group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_0", "Shader shares a subexpression with an unrelated variable.", in init() 532 group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_1", "Shader shares a subexpression with an unrelated variable.", in init() 562 group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_2", "Shader shares a subexpression with an unrelated variable.", in init() 591 group->addChild(new BasicInvarianceTest(m_context, "common_subexpression_3", "Shader shares a subexpression with an unrelated variable.", in init() 633 group->addChild(new BasicInvarianceTest(m_context, ("subexpression_precision_" + std::string(unrelatedPrec)).c_str(), "Shader shares subexpression of different precision with an unrelated variable.", in init() 674 group->addChild(new BasicInvarianceTest(m_context, "loop_0", "Invariant value set using a loop", in init() 705 group->addChild(new BasicInvarianceTest(m_context, "loop_1", "Invariant value set using a loop", in init() 736 group in init() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | params.h | 45 enum mlx5e_rq_group group, in mlx5e_qid_get_ch_if_in_group() 49 int ch = qid - nch * group; in mlx5e_qid_get_ch_if_in_group() 61 enum mlx5e_rq_group *group) in mlx5e_qid_get_ch_and_group() 66 *group = qid / nch; in mlx5e_qid_get_ch_and_group() 43 mlx5e_qid_get_ch_if_in_group(struct mlx5e_params *params, u16 qid, enum mlx5e_rq_group group, u16 *ix) mlx5e_qid_get_ch_if_in_group() argument 58 mlx5e_qid_get_ch_and_group(struct mlx5e_params *params, u16 qid, u16 *ix, enum mlx5e_rq_group *group) mlx5e_qid_get_ch_and_group() argument
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | bitmap.c | 19 int ext4_inode_bitmap_csum_verify(struct super_block *sb, ext4_group_t group, in ext4_inode_bitmap_csum_verify() argument 41 void ext4_inode_bitmap_csum_set(struct super_block *sb, ext4_group_t group, in ext4_inode_bitmap_csum_set() argument 57 int ext4_block_bitmap_csum_verify(struct super_block *sb, ext4_group_t group, in ext4_block_bitmap_csum_verify() argument 83 void ext4_block_bitmap_csum_set(struct super_block *sb, ext4_group_t group, in ext4_block_bitmap_csum_set() argument
|
/kernel/linux/linux-6.6/include/linux/netfilter/ |
H A D | nfnetlink.h | 54 int nfnetlink_has_listeners(struct net *net, unsigned int group); 56 unsigned int group, int echo, gfp_t flags); 57 int nfnetlink_set_err(struct net *net, u32 portid, u32 group, int error); 60 __u32 group, gfp_t allocation);
|
/kernel/linux/linux-6.6/tools/testing/selftests/rlimits/ |
H A D | rlimits-per-userns.c | 28 static uid_t group = 60000; variable 63 warnx("(pid=%d): Changing to uid=%d, gid=%d", pid, user, group); in fork_child() 65 if (setgid(group) < 0) in fork_child() 66 err(EXIT_FAILURE, "(pid=%d): setgid(%d)", pid, group); in fork_child()
|