Home
last modified time | relevance | path

Searched refs:chains (Results 1 – 25 of 63) sorted by relevance

123

/Linux-v4.19/arch/alpha/kernel/
Dmodule.c42 struct got_entry *chains, Elf64_Xword *poffset) in process_reloc_for_got() argument
52 for (g = chains + r_sym; g ; g = g->next) in process_reloc_for_got()
62 g->next = chains[r_sym].next; in process_reloc_for_got()
66 chains[r_sym].next = g; in process_reloc_for_got()
79 struct got_entry *chains; in module_frob_arch_sections() local
108 chains = kcalloc(nsyms, sizeof(struct got_entry), GFP_KERNEL); in module_frob_arch_sections()
109 if (!chains) { in module_frob_arch_sections()
127 process_reloc_for_got(rela+i, chains, in module_frob_arch_sections()
134 for (g = chains[i].next; g ; g = n) { in module_frob_arch_sections()
139 kfree(chains); in module_frob_arch_sections()
/Linux-v4.19/sound/
Dsound_core.c339 static struct sound_unit *chains[SOUND_STEP]; variable
415 return sound_insert_unit(&chains[chain], fops, -1, unit, max_unit, in register_sound_special_device()
442 return sound_insert_unit(&chains[0], fops, dev, 0, 128, in register_sound_mixer()
470 return sound_insert_unit(&chains[3], fops, dev, 3, 131, in register_sound_dsp()
488 sound_remove_unit(&chains[unit % SOUND_STEP], unit); in unregister_sound_special()
503 sound_remove_unit(&chains[0], unit); in unregister_sound_mixer()
520 sound_remove_unit(&chains[3], unit); in unregister_sound_dsp()
530 s=chains[chain]; in __look_for_unit()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Drs-fw.c81 static u8 rs_fw_set_active_chains(u8 chains) in rs_fw_set_active_chains() argument
85 if (chains & ANT_A) in rs_fw_set_active_chains()
87 if (chains & ANT_B) in rs_fw_set_active_chains()
89 if (chains & ANT_C) in rs_fw_set_active_chains()
92 chains); in rs_fw_set_active_chains()
325 .chains = rs_fw_set_active_chains(iwl_mvm_get_valid_tx_ant(mvm)), in rs_fw_rate_init()
361 lq_sta->pers.chains = 0; in iwl_mvm_rs_add_sta()
Drs.h257 u8 chains; member
399 u8 chains; member
/Linux-v4.19/drivers/net/wireless/ath/carl9170/
Dmac.c507 unsigned int power, chains; in carl9170_set_mac_tpc() local
510 chains = AR9170_TX_PHY_TXCHAIN_2; in carl9170_set_mac_tpc()
512 chains = AR9170_TX_PHY_TXCHAIN_1; in carl9170_set_mac_tpc()
529 0x3c1e | power << 20 | chains << 26); in carl9170_set_mac_tpc()
531 power << 5 | chains << 11 | in carl9170_set_mac_tpc()
532 power << 21 | chains << 27); in carl9170_set_mac_tpc()
534 power << 5 | chains << 11 | in carl9170_set_mac_tpc()
535 power << 21 | chains << 27); in carl9170_set_mac_tpc()
Dtx.c708 unsigned int *phyrate, unsigned int *tpc, unsigned int *chains) in carl9170_tx_rate_tpc_chains() argument
753 *chains = AR9170_TX_PHY_TXCHAIN_1; in carl9170_tx_rate_tpc_chains()
757 *chains = AR9170_TX_PHY_TXCHAIN_1; in carl9170_tx_rate_tpc_chains()
759 *chains = AR9170_TX_PHY_TXCHAIN_2; in carl9170_tx_rate_tpc_chains()
768 unsigned int power = 0, chains = 0, phyrate = 0; in carl9170_tx_physet() local
817 &phyrate, &power, &chains); in carl9170_tx_physet()
821 tmp |= cpu_to_le32(SET_CONSTVAL(AR9170_TX_PHY_TXCHAIN, chains)); in carl9170_tx_physet()
1569 unsigned int power, chains; in carl9170_tx_beacon_physet() local
1575 carl9170_tx_rate_tpc_chains(ar, txinfo, rate, plcp, &power, &chains); in carl9170_tx_beacon_physet()
1578 if (chains == AR9170_TX_PHY_TXCHAIN_2) in carl9170_tx_beacon_physet()
[all …]
Dwlan.h226 u8 chains:3; member
/Linux-v4.19/Documentation/vm/
Dksm.rst53 KSM pages. The ksmd walk over the stable_node "chains" is also O(N),
76 "chains" is scanned periodically in order to prune stale stable_nodes.
/Linux-v4.19/net/mac80211/
Drx.c143 if (status->chains) in ieee80211_rx_radiotap_hdrlen()
144 len += 4 * hweight8(status->chains); in ieee80211_rx_radiotap_hdrlen()
154 if (!status->chains) in ieee80211_rx_radiotap_hdrlen()
192 if (status->chains) { in ieee80211_rx_radiotap_hdrlen()
194 len += 2 * hweight8(status->chains); in ieee80211_rx_radiotap_hdrlen()
278 unsigned long chains = status->chains; in ieee80211_add_rx_radiotap_header() local
314 if (!status->chains) in ieee80211_add_rx_radiotap_header()
317 for_each_set_bit(chain, &chains, IEEE80211_MAX_CHAINS) { in ieee80211_add_rx_radiotap_header()
415 if (!status->chains) { in ieee80211_add_rx_radiotap_header()
633 for_each_set_bit(chain, &chains, IEEE80211_MAX_CHAINS) { in ieee80211_add_rx_radiotap_header()
[all …]
/Linux-v4.19/Documentation/locking/
Drt-mutex-design.txt122 inheritance to take place. Multiple chains may converge, but a chain
144 To show where two chains merge, we could add another process F and
152 one, the chains merge.
154 Here we show both chains:
162 For PI to work, the processes at the right end of these chains (or we may
167 have multiple chains merge at mutexes. If we add another process G that is
172 And once again, to show how this can grow I will show the merging chains
198 To keep track of the PI chains, each process has its own PI rbtree. This is
/Linux-v4.19/arch/sh/drivers/dma/
DKconfig56 As this chains off of the on-chip DMAC, that must also be
/Linux-v4.19/tools/perf/Documentation/
Dintel-bts.txt55 chains) are supported.
Dperf-sched.txt108 Display call chains if present (default on).
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/api/
Drs.h182 u8 chains; member
/Linux-v4.19/Documentation/arm/Samsung-S3C24XX/
DCPUfreq.txt38 SoC and the driver as each device has different PLL and clock chains
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/
Driscv,cpu-intc.txt35 - Source 9 is the supervisor external interrupt, which chains to all other
/Linux-v4.19/drivers/media/usb/uvc/
Duvc_driver.c1739 list_add_tail(&chain->list, &dev->chains); in uvc_scan_fallback()
1788 list_add_tail(&chain->list, &dev->chains); in uvc_scan_device()
1791 if (list_empty(&dev->chains)) in uvc_scan_device()
1794 if (list_empty(&dev->chains)) { in uvc_scan_device()
1835 list_for_each_safe(p, n, &dev->chains) { in uvc_delete()
2023 list_for_each_entry(chain, &dev->chains, list) { in uvc_register_chains()
2074 INIT_LIST_HEAD(&dev->chains); in uvc_probe()
Duvc_status.c143 list_for_each_entry((*chain), &dev->chains, list) { in uvc_event_find_ctrl()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmac80211.c492 status->chains = mstat.chains; in mt76_rx_convert()
/Linux-v4.19/net/netfilter/
Dnft_chain_filter.c335 list_for_each_entry_safe(chain, nr, &table->chains, list) { in nf_tables_netdev_event()
/Linux-v4.19/Documentation/crypto/
Dasync-tx-api.txt46 2/ cross channel dependency chains: the API allows a chain of dependent
105 chains and issuing pending operations.
/Linux-v4.19/tools/memory-model/Documentation/
Drecipes.txt195 load buffering, release-acquire chains, store buffering.
405 Release-acquire chains
408 Release-acquire chains are a low-overhead, flexible, and easy-to-use
467 Despite this limitation, release-acquire chains are low-overhead as
/Linux-v4.19/Documentation/media/uapi/v4l/
Ddev-output.rst57 time to permit Unix tool chains, programming a device and then writing
Ddev-capture.rst59 time to permit Unix tool chains, programming a device and then reading
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dcommon.c248 rxs->chains |= BIT(j); in ath9k_cmn_process_rssi()

123