Home
last modified time | relevance | path

Searched refs:new_level (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/lib/libthr/thread/
H A Dthr_concurrency.c57 _pthread_setconcurrency(int new_level) in _pthread_setconcurrency() argument
61 if (new_level < 0) { in _pthread_setconcurrency()
64 current_concurrency = new_level; in _pthread_setconcurrency()
/freebsd-12.1/sys/dev/acpica/
H A Dacpi_video.c679 int i, j, level, new_level; in acpi_video_vo_notify_handler() local
706 new_level = level; in acpi_video_vo_notify_handler()
711 new_level = vo->vo_numlevels > i + 1 ? in acpi_video_vo_notify_handler()
722 (j < new_level || level == new_level)) in acpi_video_vo_notify_handler()
723 new_level = j; in acpi_video_vo_notify_handler()
726 (j > new_level || level == new_level)) in acpi_video_vo_notify_handler()
727 new_level = j; in acpi_video_vo_notify_handler()
734 new_level = 0; in acpi_video_vo_notify_handler()
739 if (new_level != level) { in acpi_video_vo_notify_handler()
740 vo_set_brightness(handle, new_level); in acpi_video_vo_notify_handler()
[all …]
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dbss.h169 static inline void wpa_bss_update_level(struct wpa_bss *bss, int new_level) in wpa_bss_update_level() argument
171 if (bss != NULL && new_level < 0) in wpa_bss_update_level()
172 bss->level = new_level; in wpa_bss_update_level()
/freebsd-12.1/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c43 u_int32_t txcfg, cur_level, new_level; in ar9300_update_tx_trig_level() local
59 new_level = cur_level; in ar9300_update_tx_trig_level()
63 new_level++; in ar9300_update_tx_trig_level()
66 new_level--; in ar9300_update_tx_trig_level()
69 if (new_level != cur_level) { in ar9300_update_tx_trig_level()
72 AR_TXCFG, (txcfg &~ AR_FTRIG) | SM(new_level, AR_FTRIG)); in ar9300_update_tx_trig_level()
78 AH9300(ah)->ah_tx_trig_level = new_level; in ar9300_update_tx_trig_level()
80 return (new_level != cur_level); in ar9300_update_tx_trig_level()
/freebsd-12.1/contrib/gdb/gdb/
H A Dui-out.c375 int new_level; in ui_out_begin() local
395 new_level = push_level (uiout, type, id); in ui_out_begin()
400 && uiout->table.entry_level == new_level) in ui_out_begin()
403 uo_begin (uiout, type, new_level, id); in ui_out_begin()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddnode_sync.c46 int new_level = dn->dn_next_nlevels[txgoff]; in dnode_increase_indirection() local
54 ASSERT(new_level > 1 && dn->dn_phys->dn_nlevels > 0); in dnode_increase_indirection()
59 dn->dn_phys->dn_nlevels = new_level; in dnode_increase_indirection()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_affinity.cpp1869 int new_level = 0; in __kmp_affinity_create_x2apicid_map() local
1879 newPkgLevel = new_level; in __kmp_affinity_create_x2apicid_map()
1882 newCoreLevel = new_level; in __kmp_affinity_create_x2apicid_map()
1885 newThreadLevel = new_level; in __kmp_affinity_create_x2apicid_map()
1888 new_retval[proc].first.labels[new_level] = in __kmp_affinity_create_x2apicid_map()
1891 new_level++; in __kmp_affinity_create_x2apicid_map()
H A Dkmp_runtime.cpp2096 int new_level = parent_team->t.t_level + 1; in __kmp_fork_call() local
2097 KMP_CHECK_UPDATE(team->t.t_level, new_level); in __kmp_fork_call()
2098 new_level = parent_team->t.t_active_level + 1; in __kmp_fork_call()
2099 KMP_CHECK_UPDATE(team->t.t_active_level, new_level); in __kmp_fork_call()
2103 int new_level = parent_team->t.t_level; in __kmp_fork_call() local
2104 KMP_CHECK_UPDATE(team->t.t_level, new_level); in __kmp_fork_call()
2105 new_level = parent_team->t.t_active_level; in __kmp_fork_call()
2106 KMP_CHECK_UPDATE(team->t.t_active_level, new_level); in __kmp_fork_call()