Home
last modified time | relevance | path

Searched refs:diff (Results 3751 – 3775 of 3836) sorted by relevance

1...<<151152153154

/openbmc/linux/kernel/sched/
H A Dsched.h226 s64 diff = sample - *avg; in update_avg() local
227 *avg += diff / 8; in update_avg()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c248 u32 diff; in bnx2_tx_avail() local
253 diff = READ_ONCE(txr->tx_prod) - READ_ONCE(txr->tx_cons); in bnx2_tx_avail()
254 if (unlikely(diff >= BNX2_TX_DESC_CNT)) { in bnx2_tx_avail()
255 diff &= 0xffff; in bnx2_tx_avail()
256 if (diff == BNX2_TX_DESC_CNT) in bnx2_tx_avail()
257 diff = BNX2_MAX_TX_DESC_CNT; in bnx2_tx_avail()
259 return bp->tx_ring_size - diff; in bnx2_tx_avail()
/openbmc/linux/include/linux/
H A Dskbuff.h3115 unsigned int diff = len - skb->len; in __skb_grow() local
3117 if (skb_tailroom(skb) < diff) { in __skb_grow()
3118 int ret = pskb_expand_head(skb, 0, diff - skb_tailroom(skb), in __skb_grow()
/openbmc/linux/fs/f2fs/
H A Dnode.c2120 long diff; in f2fs_write_node_pages() local
2145 diff = nr_pages_to_write(sbi, NODE, wbc); in f2fs_write_node_pages()
2149 wbc->nr_to_write = max((long)0, wbc->nr_to_write - diff); in f2fs_write_node_pages()
/openbmc/linux/drivers/edac/
H A Damd64_edac.c2123 unsigned diff; in k8_dbam_to_chip_select() local
2150 diff = cs_mode/3 + (unsigned)(cs_mode > 5); in k8_dbam_to_chip_select()
2152 return 32 << (cs_mode - diff); in k8_dbam_to_chip_select()
/openbmc/linux/drivers/regulator/
H A Dcore.c3533 int diff, old_sel, curr_sel, ret; in _regulator_set_voltage_sel_step() local
3546 diff = new_selector - old_sel; in _regulator_set_voltage_sel_step()
3547 if (diff == 0) in _regulator_set_voltage_sel_step()
3550 if (diff > 0) { in _regulator_set_voltage_sel_step()
/openbmc/linux/net/mac80211/
H A Dutil.c3751 unsigned int diff; in ieee80211_chandef_vht_oper() local
3753 diff = abs(ccf1 - ccf0); in ieee80211_chandef_vht_oper()
3754 if ((diff == 8) && support_160) { in ieee80211_chandef_vht_oper()
3757 } else if ((diff > 8) && support_80_80) { in ieee80211_chandef_vht_oper()
/openbmc/qemu/target/hexagon/idef-parser/
H A DREADME.rst500 ``diff`` tool.
560 Looking at ``diff -u out_buggy out_working`` shows us that the CPU state begins
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c2891 u32 i, j, diff, simubitmap, bound = 0; in rtl8xxxu_simularity_compare() local
2903 diff = (result[c1][i] > result[c2][i]) ? in rtl8xxxu_simularity_compare()
2906 if (diff > MAX_TOLERANCE) { in rtl8xxxu_simularity_compare()
2945 u32 i, j, diff, simubitmap, bound = 0; in rtl8xxxu_gen2_simularity_compare() local
2973 diff = (tmp1 > tmp2) ? (tmp1 - tmp2) : (tmp2 - tmp1); in rtl8xxxu_gen2_simularity_compare()
2975 if (diff > MAX_TOLERANCE) { in rtl8xxxu_gen2_simularity_compare()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c415 u8 diff; in wlcore_fw_status() local
419 diff = (status->counters.tx_lnk_free_pkts[i] - in wlcore_fw_status()
422 if (diff == 0) in wlcore_fw_status()
425 lnk->allocated_pkts -= diff; in wlcore_fw_status()
429 lnk->total_freed_pkts += diff; in wlcore_fw_status()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c2151 bool diff; in route_shortcircuit() local
2153 diff = !ether_addr_equal(eth_hdr(skb)->h_dest, n->ha); in route_shortcircuit()
2154 if (diff) { in route_shortcircuit()
2160 return diff; in route_shortcircuit()
/openbmc/u-boot/arch/arm/dts/
H A Drk3399-gru.dtsi418 dlg,mic-amp-in-sel = "diff";
/openbmc/linux/Documentation/doc-guide/
H A Dcontributing.rst103 diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c
/openbmc/linux/Documentation/process/
H A Demail-clients.rst118 You can also ``diff -Nru old.c new.c | xclip``, select
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Demail-clients.rst128 También puede hacer ``diff -Nru old.c new.c | xclip``, seleccione
/openbmc/linux/Documentation/translations/it_IT/process/
H A Demail-clients.rst125 Potete anche eseguire ``diff -Nru old.c new.c | xclip``, selezionare
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru.dtsi440 dlg,mic-amp-in-sel = "diff";
/openbmc/linux/net/sched/
H A Dcls_api.c3450 u32 *flags, u32 diff, bool add) in tc_cls_offload_cnt_update() argument
3458 *cnt += diff; in tc_cls_offload_cnt_update()
3460 *cnt -= diff; in tc_cls_offload_cnt_update()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c2063 u32 i, j, diff, sim_bitmap, bound; in _rtl92d_phy_simularity_compare() local
2074 diff = (result[c1][i] > result[c2][i]) ? (result[c1][i] - in _rtl92d_phy_simularity_compare()
2076 if (diff > MAX_TOLERANCE_92D) { in _rtl92d_phy_simularity_compare()
/openbmc/linux/drivers/md/
H A Draid5.c7795 long long diff; in raid5_run() local
7803 diff = (rdev->new_data_offset - rdev->data_offset); in raid5_run()
7805 min_offset_diff = diff; in raid5_run()
7808 diff < min_offset_diff) in raid5_run()
7809 min_offset_diff = diff; in raid5_run()
7811 diff > min_offset_diff) in raid5_run()
7812 min_offset_diff = diff; in raid5_run()
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc1028 tcg_target_long diff;
1046 diff = tcg_pcrel_diff(s, (const void *)arg) - 7;
1047 if (diff == (int32_t)diff) {
1050 tcg_out32(s, diff);
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/
H A Dnew-test-inotify.patch27 diff --git a/tests/test_inotify.py b/tests/test_inotify.py
/openbmc/linux/Documentation/RCU/
H A Dtorture.rst262 that was tested and any uncommitted changes in diff format.
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3_3.12.3.bb132 # https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20211130-yr_o1a8d/packages/diff-html/
/openbmc/linux/fs/ntfs3/
H A Dntfs_fs.h682 const void *param, int *diff, struct NTFS_DE **entry,

1...<<151152153154