Home
last modified time | relevance | path

Searched full:policy (Results 1 – 25 of 25) sorted by relevance

/nrf52832-nimble/rt-thread/components/libc/pthreads/
H A Dsched.c20 int sched_get_priority_min(int policy) in sched_get_priority_min() argument
22 if (policy != SCHED_FIFO && policy != SCHED_RR) in sched_get_priority_min()
29 int sched_get_priority_max(int policy) in sched_get_priority_max() argument
31 if (policy != SCHED_FIFO && policy != SCHED_RR) in sched_get_priority_max()
38 int sched_setscheduler(pid_t pid, int policy) in sched_setscheduler() argument
H A Dpthread_attr.c25 SCHED_FIFO, /* scheduler policy */
26 PTHREAD_INHERIT_SCHED /* Inherit parent prio/policy */
72 int pthread_attr_setschedpolicy(pthread_attr_t *attr, int policy) in pthread_attr_setschedpolicy() argument
76 attr->policy = policy; in pthread_attr_setschedpolicy()
82 int pthread_attr_getschedpolicy(pthread_attr_t const *attr, int *policy) in pthread_attr_getschedpolicy() argument
86 *policy = (int)attr->policy; in pthread_attr_getschedpolicy()
H A Dsched.h32 int sched_get_priority_min(int policy);
33 int sched_get_priority_max(int policy);
34 int sched_setscheduler(pid_t pid, int policy);
H A Dpthread.h86 rt_uint8_t policy; /* scheduler policy */ member
87 rt_uint8_t inheritsched; /* Inherit parent prio/policy */
144 int pthread_attr_setschedpolicy(pthread_attr_t *attr, int policy);
145 int pthread_attr_getschedpolicy(pthread_attr_t const *attr, int *policy);
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dip6_zone.h4 * IPv6 address scopes, zones, and scoping policy.
17 * interfaces is together what we refer to as the "scoping policy" - more on
47 * In terms of scoping policy, lwIP implements the default policy from RFC 4007
48 * using macros in this file. This policy considers link-local unicast
51 * As shown below in this file, it is possible to implement a custom policy.
148 * @ref ip6_addr_test_zone, completely define the lwIP scoping policy.
149 * The definitions below implement the default policy from RFC 4007 Sec. 6.
150 * Should an implementation desire to implement a different policy, it can
H A Dopt.h2389 * All addresses that have a scope according to the default policy (link-local
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/
H A Dicmp6.h109 /** Source address failed ingress/egress policy */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/prot/
H A Dicmp6.h109 /** Source address failed ingress/egress policy */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dchap_ms.c912 void set_mppe_enc_types(int policy, int types) {
914 if (policy != MPPE_ENC_POL_ENC_ALLOWED ||
915 policy != MPPE_ENC_POL_ENC_REQUIRED)
919 if (policy == MPPE_ENC_POL_ENC_ALLOWED && !ccp_wantoptions[0].mppe)
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_hci_cmd.c390 /* Check scanner filter policy */ in ble_hs_hci_cmd_body_le_set_scan_params()
449 /* Check initiator filter policy */ in ble_hs_hci_cmd_body_le_create_connection()
1270 /* Check scanner filter policy */ in ble_hs_hci_cmd_body_le_set_ext_scan_param()
1405 /* Check initiator filter policy */ in ble_hs_hci_cmd_body_le_ext_create_conn()
H A Dble_gap.c1975 /* Zero is the default value for filter policy and high duty cycle */ in ble_gap_adv_params_tx()
2330 /* Zero is the default value for filter policy and high duty cycle */ in ble_gap_ext_adv_params_tx()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dchap_ms.c912 void set_mppe_enc_types(int policy, int types) {
914 if (policy != MPPE_ENC_POL_ENC_ALLOWED ||
915 policy != MPPE_ENC_POL_ENC_REQUIRED)
919 if (policy == MPPE_ENC_POL_ENC_ALLOWED && !ccp_wantoptions[0].mppe)
/nrf52832-nimble/rt-thread/tools/
H A Dmkromfs.py153 # dirent to it. It also meet the depth-first policy in this code.
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_scan.c918 * Checks the scanner filter policy to determine if we should allow or discard
930 * @return int 0: pdu allowed by filter policy. 1: pdu not allowed
948 * that means it is beacon and skip filter policy for now */ in ble_ll_scan_chk_filter_policy()
2750 /* Check the scanner filter policy */ in ble_ll_scan_rx_pkt_in()
2972 /* Check scanner filter policy */ in ble_ll_scan_set_scan_params()
3041 /* Check scanner filter policy */ in ble_ll_set_ext_scan_params()
3268 /* update filter policy */ in ble_ll_scan_set_enable()
H A Dble_ll_adv.c915 /* Enable/disable whitelisting based on filter policy */ in ble_ll_adv_tx_start_cb()
1053 /* Enable/disable whitelisting based on filter policy */ in ble_ll_adv_secondary_tx_start_cb()
1425 * Get the filter policy now since we will ignore it if we are doing in ble_ll_adv_set_adv_params()
1502 /* Check for valid filter policy */ in ble_ll_adv_set_adv_params()
2277 /* Check filter policy (valid only for undirected */ in ble_ll_adv_ext_set_param()
2802 /* Check filter policy. */ in ble_ll_adv_conn_req_rxd()
H A Dble_ll_conn_hci.c435 /* Check filter policy */ in ble_ll_conn_create()
560 /* Check filter policy */ in ble_ll_ext_conn_create()
H A Dble_ll_conn.c82 * policy and make sure you are doing this correctly.
3408 /* Check filter policy */ in ble_ll_init_rx_isr_end()
4180 * the connect request has passed the advertising filter policy and is for
H A Dble_ll.c55 * not pass the filter policy for the given state. Currently I count all
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml247 policy feature. Currently, this feature is not supported by the
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dhci_common.h292 * Advertising filter policy
333 * Scanning filter policy
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A Dff.h238 FR_LOCKED, /* (16) The operation is rejected according to the file sharing policy */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gap.h182 /** Advertising Filter policy */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/
H A Dip6.c194 * still need to check for exact matches here. By (lwIP) policy, statically in ip6_route()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gap_test.c575 /*** Invalid filter policy. */ in TEST_CASE()
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/
H A Dbtshell_GAP.rst104 …ilter | ``no_wl`` | Scan filter policy - Accept all adver…
378 …lter | ``none`` | Advertising filter policy - no filtering, no…
519 …lter | ``none`` | Advertising filter policy - no filtering, no…