Home
last modified time | relevance | path

Searched refs:key (Results 4601 – 4625 of 5261) sorted by relevance

1...<<181182183184185186187188189190>>...211

/openbmc/linux/kernel/events/
H A Dcore.c1650 const struct __group_key *a = key; in __group_cmp()
1660 const struct __group_key *a = key; in __group_cmp_ignore_cgroup()
1727 struct __group_key key = { in perf_event_groups_first() local
1734 node = rb_find_first(&key, &groups->tree, __group_cmp); in perf_event_groups_first()
1744 struct __group_key key = { in perf_event_groups_next() local
1751 next = rb_next_match(&key, &event->group_node, __group_cmp); in perf_event_groups_next()
4217 struct __group_key key = { in ctx_event_to_rotate() local
4231 key.cpu = smp_processor_id(); in ctx_event_to_rotate()
4239 key.cpu = -1; in ctx_event_to_rotate()
4240 node = rb_find_first(&key, tree, __group_cmp_ignore_cgroup); in ctx_event_to_rotate()
[all …]
/openbmc/linux/Documentation/process/
H A Dmanagement-style.rst60 It helps to realize that the key difference between a big decision and a
70 Thus the key to avoiding big decisions becomes to just avoiding to do
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dmain.c367 vif->wep_key_list[index].key, in ath6kl_install_static_wep_keys()
405 ik->key, in ath6kl_connect_ap_mode_bss()
/openbmc/linux/Documentation/filesystems/
H A Dhpfs.rst79 extended attributes. Extended attributes are pairs of (key,value) where key is
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c892 static const u64 key[] = { in qlcnic_82xx_config_rss() local
926 req.words[i+1] = cpu_to_le64(key[i]); in qlcnic_82xx_config_rss()
/openbmc/openbmc/poky/scripts/
H A Dcombo-layer59 for key, val in options.__dict__.items():
60 setattr(self, key, val)
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py1366 newitem = OrderedDict(sorted(newitem.items(), key=lambda t: t[0]))
1370 newitem.sort(key=lambda obj: obj['id'])
/openbmc/linux/drivers/s390/cio/
H A Dchsc.c861 u32 key : 4; in __chsc_do_secm() member
883 secm_area->key = PAGE_DEFAULT_KEY >> 4; in __chsc_do_secm()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1706 memcpy(&addsta->key, &cmd->key, sizeof(struct il4965_keyinfo)); in il4965_build_addsta_hcmd()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.c811 memcpy(rss_key.key, temp, HINIC_RSS_KEY_SIZE); in hinic_rss_set_template_tbl()
854 memcpy(temp, temp_key.key, HINIC_RSS_KEY_SIZE); in hinic_rss_get_template_tbl()
/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c1664 static size_t btfgen_hash_fn(long key, void *ctx) in btfgen_hash_fn() argument
1666 return key; in btfgen_hash_fn()
/openbmc/linux/Documentation/sound/hd-audio/
H A Dmodels.rst198 GPIO mute LED with hot key handling on HP
222 Hot-key support via Mic2 pin on Lenovo machines
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5800-peach-pi.dts65 power-key {
800 power_key_irq: power-key-irq-pins {
H A Dexynos5420-peach-pit.dts66 power-key {
818 power_key_irq: power-key-irq-pins {
/openbmc/linux/include/linux/mlx4/
H A Ddevice.h692 u32 key; member
704 u32 key; member
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-librem5.dtsi43 key-vol-down {
51 key-vol-up {
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h654 u32 key; member
1595 return xa_err(xa_store(&dev->odp_mkeys, mlx5_base_mkey(mmkey->key), in mlx5r_store_odp_mkey()
/openbmc/u-boot/tools/binman/
H A DREADME.entries631 - keyblock: Name of the key file to use (inside keydir)
632 - signprivate: Name of provide key file to use (inside keydir)
634 - kernelkey: Name of the kernel key to use (inside keydir)
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c1466 static int igc_ethtool_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in igc_ethtool_get_rxfh() argument
1483 const u8 *key, const u8 hfunc) in igc_ethtool_set_rxfh() argument
1490 if (key || in igc_ethtool_set_rxfh()
/openbmc/linux/drivers/s390/net/
H A Dqeth_l3_main.c58 u32 key = qeth_l3_ipaddr_hash(query); in qeth_l3_find_addr_by_ip() local
62 hash_for_each_possible(card->rx_mode_addrs, addr, hnode, key) in qeth_l3_find_addr_by_ip()
66 hash_for_each_possible(card->ip_htable, addr, hnode, key) in qeth_l3_find_addr_by_ip()
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-asus-transformer-common.dtsi1547 key-power {
1556 key-volume-down {
1565 key-volume-up {
/openbmc/linux/fs/ubifs/
H A Dsuper.c110 union ubifs_key key; in ubifs_iget() local
131 ino_key_init(c, &key, inode->i_ino); in ubifs_iget()
133 err = ubifs_tnc_lookup(c, &key, ino); in ubifs_iget()
/openbmc/linux/drivers/hid/
H A Dhid-input.c1514 if (!test_bit(tool, input->key)) in hid_report_release_tool()
1609 !test_bit(BTN_TOUCH, input->key)) { in hidinput_hid_event()
1743 (!test_bit(usage->code, input->key)) == value) in hidinput_hid_event()
/openbmc/linux/net/ceph/
H A Dosd_client.c1772 *pkey = hoid->key; in hoid_get_effective_key()
1863 hoid->key = ceph_extract_encoded_string(p, end, &hoid->key_len, in decode_hoid()
1865 if (IS_ERR(hoid->key)) { in decode_hoid()
1866 ret = PTR_ERR(hoid->key); in decode_hoid()
1867 hoid->key = NULL; in decode_hoid()
1909 ceph_encode_string(p, end, hoid->key, hoid->key_len); in encode_hoid()
1921 kfree(hoid->key); in free_hoid()
2015 hoid->key = NULL; in hoid_fill_from_target()
/openbmc/linux/net/tipc/
H A Dlink.c2632 u32 key; in __tipc_nl_add_stats() member
2679 if (nla_put_u32(skb, map[i].key, map[i].val)) in __tipc_nl_add_stats()
2768 __u32 key; in __tipc_nl_add_bc_link_stat() member
2800 if (nla_put_u32(skb, map[i].key, map[i].val)) in __tipc_nl_add_bc_link_stat()

1...<<181182183184185186187188189190>>...211