Home
last modified time | relevance | path

Searched refs:update_hash (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dsstatesig.py549 def update_hash(s): function
583 update_hash("OEOuthashBasic\n")
585 update_hash(hash_version + "\n")
588 update_hash(extra_sigdata + "\n")
594 update_hash("SSTATE_PKGSPEC=%s\n" % d.getVar('SSTATE_PKGSPEC'))
595 update_hash("task=%s\n" % task)
606 update_hash('d')
608 update_hash('c')
610 update_hash('b')
612 update_hash('s')
[all …]
/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_ethtool.c235 bool update_hash = false, update_table = false; in mana_set_rxfh() local
259 update_hash = true; in mana_set_rxfh()
264 err = mana_config_rss(apc, TRI_STATE_TRUE, update_hash, update_table); in mana_set_rxfh()
272 if (update_hash) in mana_set_rxfh()
275 mana_config_rss(apc, TRI_STATE_TRUE, update_hash, update_table); in mana_set_rxfh()
H A Dmana_en.c2371 bool update_hash, bool update_tab) in mana_config_rss() argument
2384 err = mana_cfg_vport_steering(apc, rx, true, update_hash, update_tab); in mana_config_rss()
/openbmc/linux/include/net/mana/
H A Dmana.h439 bool update_hash, bool update_tab);
/openbmc/linux/fs/ext4/
H A Dxattr.c1660 goto update_hash; in ext4_xattr_set_entry()
1813 update_hash: in ext4_xattr_set_entry()