| /linux/tools/testing/selftests/rcutorture/bin/ |
| A D | configinit.sh | 29 grep '^grep' < $T/u.sh > $T/upd.sh 30 echo "cat - $c" >> $T/upd.sh 37 sh $T/upd.sh < .config.sav > .config
|
| /linux/net/wireless/ |
| A D | mlme.c | 451 struct mgmt_frame_regs upd = {}; in cfg80211_mgmt_registrations_update() local 470 upd.global_stypes |= mask; in cfg80211_mgmt_registrations_update() 471 upd.global_mcast_stypes |= mcast_mask; in cfg80211_mgmt_registrations_update() 474 upd.interface_stypes |= mask; in cfg80211_mgmt_registrations_update() 475 upd.interface_mcast_stypes |= mcast_mask; in cfg80211_mgmt_registrations_update() 484 rdev_update_mgmt_frame_registrations(rdev, wdev, &upd); in cfg80211_mgmt_registrations_update()
|
| A D | rdev-ops.h | 827 struct mgmt_frame_regs *upd) in rdev_update_mgmt_frame_registrations() argument 831 trace_rdev_update_mgmt_frame_registrations(&rdev->wiphy, wdev, upd); in rdev_update_mgmt_frame_registrations() 834 upd); in rdev_update_mgmt_frame_registrations()
|
| A D | trace.h | 1640 struct mgmt_frame_regs *upd), 1641 TP_ARGS(wiphy, wdev, upd), 1651 __entry->global_stypes = upd->global_stypes; 1652 __entry->interface_stypes = upd->interface_stypes;
|
| /linux/drivers/mtd/ubi/ |
| A D | Makefile | 4 ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| A D | cfg80211.h | 26 struct mgmt_frame_regs *upd);
|
| A D | cfg80211.c | 1227 struct mgmt_frame_regs *upd) in wilc_update_mgmt_frame_registrations() argument 1236 bool now = upd->interface_stypes & presp_bit; in wilc_update_mgmt_frame_registrations() 1242 now = upd->interface_stypes & action_bit; in wilc_update_mgmt_frame_registrations() 1249 upd->interface_stypes & (presp_bit | action_bit); in wilc_update_mgmt_frame_registrations()
|
| /linux/drivers/clk/axs10x/ |
| A D | pll_clock.c | 126 static inline u32 axs10x_encode_div(unsigned int id, int upd) in axs10x_encode_div() argument 134 PLL_REG_SET_NOUPD(div, upd == 0 ? 1 : 0); in axs10x_encode_div()
|
| /linux/drivers/crypto/nx/ |
| A D | nx-common-pseries.c | 851 struct of_reconfig_data *upd = data; in nx842_OF_notifier() local 862 !strcmp(upd->dn->name, node->name)) { in nx842_OF_notifier() 864 nx842_OF_upd(upd->prop); in nx842_OF_notifier()
|
| /linux/Documentation/filesystems/caching/ |
| A D | fscache.rst | 235 | |upd=N |Number of objects that needed a coherency data update | 266 | |nul=N |Number of upd reqs given a NULL parent | 268 | |run=N |Number of upd reqs granted CPU time |
|
| /linux/net/mac80211/ |
| A D | cfg.c | 3637 struct mgmt_frame_regs *upd) in ieee80211_update_mgmt_frame_registrations() argument 3646 (local->probe_req_reg != !!(upd->global_stypes & preq_mask)) || in ieee80211_update_mgmt_frame_registrations() 3648 !!(upd->global_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations() 3649 local->probe_req_reg = upd->global_stypes & preq_mask; in ieee80211_update_mgmt_frame_registrations() 3650 local->rx_mcast_action_reg = upd->global_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations() 3653 !!(upd->interface_stypes & preq_mask)) || in ieee80211_update_mgmt_frame_registrations() 3655 !!(upd->interface_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations() 3656 sdata->vif.probe_req_reg = upd->interface_stypes & preq_mask; in ieee80211_update_mgmt_frame_registrations() 3658 upd->interface_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
|
| /linux/net/sched/ |
| A D | sch_cake.c | 592 bool rev = !skb->_nfct, upd = false; in cake_update_flowkeys() local 604 upd = true; in cake_update_flowkeys() 609 upd = true; in cake_update_flowkeys() 618 upd = true; in cake_update_flowkeys() 623 upd = true; in cake_update_flowkeys() 626 return upd; in cake_update_flowkeys()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| A D | cfg80211.c | 394 struct mgmt_frame_regs *upd) in qtnf_update_mgmt_frame_registrations() argument 397 u16 new_mask = upd->interface_stypes; in qtnf_update_mgmt_frame_registrations()
|
| /linux/Documentation/networking/ |
| A D | xfrm_sync.rst | 17 We already have the ability to generate SA add/del/upd events.
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| A D | hw.c | 333 .upd = &wcn3990_ctrl1_upd,
|
| A D | hw.h | 372 struct ath10k_hw_ce_ctrl1_upd *upd; member
|
| A D | ce.c | 2021 value |= ar->hw_ce_regs->upd->mask; in ath10k_ce_alloc_rri()
|
| /linux/fs/ |
| A D | io_uring.c | 5813 struct io_poll_update *upd = &req->poll_update; in io_poll_update_prep() local 5828 upd->old_user_data = READ_ONCE(sqe->addr); in io_poll_update_prep() 5829 upd->update_events = flags & IORING_POLL_UPDATE_EVENTS; in io_poll_update_prep() 5830 upd->update_user_data = flags & IORING_POLL_UPDATE_USER_DATA; in io_poll_update_prep() 5832 upd->new_user_data = READ_ONCE(sqe->off); in io_poll_update_prep() 5833 if (!upd->update_user_data && upd->new_user_data) in io_poll_update_prep() 5835 if (upd->update_events) in io_poll_update_prep() 5836 upd->events = io_poll_parse_events(sqe, flags); in io_poll_update_prep()
|
| /linux/drivers/scsi/lpfc/ |
| A D | lpfc_hw.h | 2946 uint32_t upd:1; member 2955 uint32_t upd:1;
|
| A D | lpfc_mbox.c | 896 mb->un.varRegVpi.upd = 1; in lpfc_reg_vpi()
|
| /linux/lib/ |
| A D | test_bpf.c | 1896 u64 mem, upd, res; in __bpf_fill_atomic_reg_pairs() local 1906 upd = 0xfedcba9876543210ULL; in __bpf_fill_atomic_reg_pairs() 1909 upd = 0x76543210U; in __bpf_fill_atomic_reg_pairs() 1915 res = upd; in __bpf_fill_atomic_reg_pairs() 1921 __bpf_alu_result(&res, mem, upd, BPF_OP(op)); in __bpf_fill_atomic_reg_pairs() 1935 i += __bpf_ld_imm64(&insn[i], rs, upd); in __bpf_fill_atomic_reg_pairs() 1969 src = upd; /* Expect value to be preserved */ in __bpf_fill_atomic_reg_pairs() 1973 src = upd; /* Expect value to be preserved */ in __bpf_fill_atomic_reg_pairs()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| A D | ice_flex_pipe.c | 655 ice_set_key(u8 *key, u16 size, u8 *val, u8 *upd, u8 *dc, u8 *nm, u16 off, in ice_set_key() argument 678 if (ice_gen_key_word(val[i], upd ? upd[i] : 0xff, in ice_set_key()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| A D | cfg80211.c | 3254 struct mgmt_frame_regs *upd) in ath6kl_update_mgmt_frame_registrations() argument 3264 upd->interface_stypes & BIT(IEEE80211_STYPE_PROBE_REQ >> 4); in ath6kl_update_mgmt_frame_registrations()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| A D | cfg80211.c | 275 struct mgmt_frame_regs *upd) in mwifiex_cfg80211_update_mgmt_frame_registrations() argument 278 u32 mask = upd->interface_stypes; in mwifiex_cfg80211_update_mgmt_frame_registrations()
|
| /linux/include/net/ |
| A D | cfg80211.h | 4269 struct mgmt_frame_regs *upd);
|