| /f-stack/freebsd/contrib/openzfs/lib/libuutil/ |
| H A D | uu_avl.c | 315 (void) memset(wp, 0, sizeof (*wp)); in _avl_walk_init() 316 wp->uaw_avl = ap; in _avl_walk_init() 343 wp->uaw_next_result = (wp->uaw_dir > 0)? AVL_NEXT(t, np) : in _avl_walk_advance() 353 wp->uaw_next->uaw_prev = wp->uaw_prev; in _avl_walk_fini() 354 wp->uaw_prev->uaw_next = wp->uaw_next; in _avl_walk_fini() 372 wp = uu_zalloc(sizeof (*wp)); in uu_avl_walk_start() 379 return (wp); in uu_avl_walk_start() 385 return (_avl_walk_advance(wp, wp->uaw_avl)); in uu_avl_walk_next() 392 uu_free(wp); in uu_avl_walk_end() 439 for (wp = ap->ua_null_walk.uaw_next; wp != &ap->ua_null_walk; in uu_avl_remove() [all …]
|
| H A D | uu_list.c | 404 (void) memset(wp, 0, sizeof (*wp)); in list_walk_init() 405 wp->ulw_list = lp; in list_walk_init() 446 wp->ulw_next->ulw_prev = wp->ulw_prev; in list_walk_fini() 447 wp->ulw_prev->ulw_next = wp->ulw_next; in list_walk_fini() 458 uu_list_walk_t *wp; in uu_list_walk_start() local 465 wp = uu_zalloc(sizeof (*wp)); in uu_list_walk_start() 466 if (wp == NULL) { in uu_list_walk_start() 472 return (wp); in uu_list_walk_start() 491 uu_free(wp); in uu_list_walk_end() 559 for (wp = lp->ul_null_walk.ulw_next; wp != &lp->ul_null_walk; in uu_list_remove() [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | test_distributor.c | 79 struct worker_params *wp = arg; in handle_work() local 80 struct rte_distributor *db = wp->dist; in handle_work() 111 struct rte_distributor *db = wp->dist; in sanity_test() 296 struct worker_params *wp = arg; in handle_work_with_free_mbufs() local 297 struct rte_distributor *d = wp->dist; in handle_work_with_free_mbufs() 324 struct rte_distributor *d = wp->dist; in sanity_test_with_mbuf_alloc() 365 struct worker_params *wp = arg; in handle_work_for_shutdown_test() local 366 struct rte_distributor *d = wp->dist; in handle_work_for_shutdown_test() 432 struct rte_distributor *d = wp->dist; in sanity_test_with_worker_shutdown() 516 struct rte_distributor *d = wp->dist; in test_flush_with_worker_shutdown() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | rk3288-veyron-mighty.dts | 23 wp-gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>; 25 /delete-property/ disable-wp; 30 sdmmc_wp_pin: sdmmc-wp-pin {
|
| H A D | zx296702-ad1.dts | 25 disable-wp; 37 disable-wp;
|
| H A D | omap5-sbc-t54.dts | 36 wp-inverted; 38 wp-gpios = <&gpio8 5 GPIO_ACTIVE_LOW>; /* gpio8_229 */
|
| H A D | imx50-kobo-aura.dts | 86 disable-wp; 97 disable-wp; 111 disable-wp;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | marvell,dove-pinctrl.txt | 19 mpp1 1 gpio, pmu, uart2(cts), sdio0(wp), lcd1(pwm), pmu* 25 mpp5 5 gpio, pmu, uart3(cts), sdio1(wp), spi1(cs), pmu* 35 mpp13 13 gpio, pmu, uart2(cts), audio1(extclk), sdio1(wp), 40 mpp17 17 gpio, uart3(cts), sdio0(wp), ac97(sdi2), twsi(sda), 46 mpp21 21 gpio, sdio0(wp), sdio1(wp), spi1(cs), lcd-spi(cs0),
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | samsung,s3cmci.txt | 27 - wp-gpios: gpio for write protection (see mmc.txt) 41 wp-gpios = <&gph 8 GPIO_ACTIVE_LOW>;
|
| H A D | fsl-imx-esdhc.txt | 29 - fsl,wp-controller : Indicate to use controller internal write protection 58 fsl,wp-controller; 66 wp-gpios = <&gpio1 5 0>; /* GPIO1_5 */
|
| H A D | fsl-esdhc.txt | 28 - sdhci,wp-inverted : specifies that eSDHC controller reports 30 "wp-inverted" property.
|
| H A D | k3-dw-mshc.txt | 46 disable-wp; 57 disable-wp;
|
| H A D | fsl-imx-esdhc.yaml | 48 fsl,wp-controller: 115 fsl,wp-controller; 123 wp-gpios = <&gpio1 5 0>; /* GPIO1_5 */
|
| H A D | mmc-controller.yaml | 53 # inserted. Similar logic applies to the "wp-inverted" property. 56 # ways: as GPIOs, specified in cd-gpios and wp-gpios properties, or 66 wp-inverted: 92 disable-wp: 99 specify the wp-gpios property in the absence of a write-protect 102 wp-gpios: 361 wp-gpios = <&gpio 70 0>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/amlogic/ |
| H A D | meson-gxl-s905x-nexbox-a95x.dts | 166 disable-wp; 187 disable-wp; 206 disable-wp;
|
| H A D | meson-gxm-rbox-pro.dts | 149 disable-wp; 174 disable-wp; 192 disable-wp;
|
| H A D | meson-gxl-s905x-p212.dtsi | 119 disable-wp; 140 disable-wp; 159 disable-wp;
|
| H A D | meson-gxbb-p20x.dtsi | 171 disable-wp; 200 disable-wp; 219 disable-wp;
|
| H A D | meson-gxbb-wetek.dtsi | 205 disable-wp; 231 disable-wp; 250 disable-wp;
|
| H A D | meson-gxbb-vega-s95.dtsi | 185 disable-wp; 211 disable-wp; 230 disable-wp;
|
| H A D | meson-gxbb-nexbox-a95x.dts | 221 disable-wp; 242 disable-wp; 261 disable-wp;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/eeprom/ |
| H A D | at25.txt | 23 - wp-gpios : GPIO to which the write-protect pin of the chip is connected 40 wp-gpios = <&gpio1 3 0>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ti/ |
| H A D | ti,dra7-dss.txt | 60 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy', 62 - reg-names: "wp", "pll", "phy", "core"
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_tm.c | 256 struct tm_wred_profile *wp; in tm_wred_profile_search() local 258 TAILQ_FOREACH(wp, wpl, node) in tm_wred_profile_search() 260 return wp; in tm_wred_profile_search() 1317 if (wp) in wred_profile_check() 1378 if (wp == NULL) in pmd_tm_wred_profile_add() 1387 memcpy(&wp->params, profile, sizeof(wp->params)); in pmd_tm_wred_profile_add() 1407 if (wp == NULL) in pmd_tm_wred_profile_delete() 1415 if (wp->n_users) in pmd_tm_wred_profile_delete() 1425 free(wp); in pmd_tm_wred_profile_delete() 1786 wp == NULL) in node_add_check_queue() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/nvmem/ |
| H A D | nvmem.yaml | 37 wp-gpios: 79 wp-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
|