Searched refs:policy (Results 1051 - 1069 of 1069) sorted by relevance
1...<<414243
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_user.c | 483 .policy = tcmu_attr_policy,
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | ppp_generic.c | 1364 .policy = ppp_nl_policy,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.c | 2508 msg_body.policy = 1; in wcn36xx_smd_add_ba_session()
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | fair.c | 7419 if (unlikely(p->policy != SCHED_NORMAL) || !sched_feat(WAKEUP_PREEMPTION)) { in check_preempt_wakeup() 7651 if (curr->policy != SCHED_BATCH) { in yield_task_fair() 11770 /* Account for a task changing its policy or group.
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 1555 return EXT4_SB(sb)->s_dummy_enc_policy.policy; in ext4_get_dummy_policy() 2067 if (is_remount && !sbi->s_dummy_enc_policy.policy) { in ext4_set_test_dummy_encryption()
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | fair.c | 7437 if (unlikely(p->policy != SCHED_NORMAL) || !sched_feat(WAKEUP_PREEMPTION)) in check_preempt_wakeup() 7655 if (curr->policy != SCHED_BATCH) { in yield_task_fair() 11725 /* Account for a task changing its policy or group.
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 205 conn->link_policy = __le16_to_cpu(rp->policy); in hci_cc_read_link_policy() 249 hdev->link_policy = __le16_to_cpu(rp->policy); in hci_cc_read_def_link_policy()
|
H A D | hci_sync.c | 2289 /* Select filter policy to accept all advertising */ in hci_le_add_accept_list_sync() 2607 * just abort and return filer policy value to not use the in hci_update_accept_list_sync() 2675 /* Select filter policy to use accept list */ in hci_update_accept_list_sync() 3939 cp.policy = cpu_to_le16(link_policy); in hci_setup_link_policy_sync()
|
/kernel/linux/linux-5.10/drivers/net/vxlan/ |
H A D | vxlan_core.c | 4456 .policy = vxlan_policy,
|
/kernel/linux/linux-5.10/net/core/ |
H A D | rtnetlink.c | 1854 /* IFLA_IFALIAS is a string, but policy is set to NLA_BINARY to 3347 ops->policy, extack); in __rtnl_newlink()
|
H A D | devlink.c | 7917 .policy = devlink_nl_policy,
|
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_core.c | 4455 .policy = vxlan_policy,
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | core.h | 2649 u8 policy[RTW89_BTC_POLICY_MAXLEN]; member
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_ctl.c | 4243 .policy = ip_vs_cmd_policy,
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 268 /* policy for the attributes */ 729 /* policy for the key attributes */ 742 /* policy for the key default flags */ 750 /* policy for WoWLAN attributes */ 785 /* policy for coalesce rule attributes */ 796 /* policy for GTK rekey offload attributes */ 844 /* policy for NAN function attributes */ 868 /* policy for Service Response Filter attributes */ 878 /* policy for packet pattern attributes */ 6155 * channels) tuple for each subband (checked in policy), in nl80211_parse_sta_channel_info() [all...] |
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 297 /* policy for the attributes */ 823 /* policy for the key attributes */ 836 /* policy for the key default flags */ 844 /* policy for WoWLAN attributes */ 879 /* policy for coalesce rule attributes */ 890 /* policy for GTK rekey offload attributes */ 939 /* policy for NAN function attributes */ 963 /* policy for Service Response Filter attributes */ 973 /* policy for packet pattern attributes */ 7090 * channels) tuple for each subband (checked in policy), in nl80211_parse_sta_channel_info() [all...] |
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | fair.c | 8530 if (unlikely(p->policy != SCHED_NORMAL) || !sched_feat(WAKEUP_PREEMPTION)) in check_preempt_wakeup() 13243 /* Account for a task changing its policy or group.
|
/kernel/linux/linux-6.6/net/core/ |
H A D | rtnetlink.c | 1945 /* IFLA_IFALIAS is a string, but policy is set to NLA_BINARY to 3607 ops->policy, extack); in __rtnl_newlink()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | wlioctl.h | 2486 * bit7-4: 4 bits swdiv_tx/rx_policy bitmask, specify antenna-policy for SW diversity 2493 /* OTA txant/rxant 'ant_mask' field; map to Tx/Rx antenna policy for SW diversity */ 4147 uint32 he_rxtrig_basic_htpack; /**< triggers received with HTP ack policy */ 9477 uint8 policy; member 13107 uint32 wpa_ap_restrict; /* set WPA2 / WPA3 AP restriction policy */
|
Completed in 223 milliseconds
1...<<414243