Searched refs:bound (Results 26 - 50 of 138) sorted by relevance

123456

/linux-master/drivers/staging/media/imx/
H A Dimx-media-dev.c20 /* async subdev bound notifier */
35 dev_dbg(imxmd->md.dev, "subdev %s bound\n", sd->name);
68 .bound = imx_media_subdev_bound,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c283 if (vmw_be->bound)
316 vmw_be->bound = true;
326 if (!vmw_be->bound)
344 vmw_be->bound = false;
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma.c942 unsigned int bound; local
944 bound = atomic_read(&vma->flags);
949 return (flags & bound) == flags;
955 if (unlikely(flags & ~bound))
958 if (unlikely(bound & (I915_VMA_OVERFLOW | I915_VMA_ERROR)))
961 GEM_BUG_ON(((bound + 1) & I915_VMA_PIN_MASK) == 0);
962 } while (!atomic_try_cmpxchg(&vma->flags, &bound, bound + 1));
1382 * Before we release the pages that were bound by this vma, we
1439 unsigned int bound; local
[all...]
/linux-master/include/media/
H A Dv4l2-async.h89 * @bound: a sub-device has been bound by the given connection
90 * @complete: All connections have been bound successfully. The complete
96 int (*bound)(struct v4l2_async_notifier *notifier, member in struct:v4l2_async_notifier_operations
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c453 int bound[15], range[8], i; local
460 for (i = 0; i < ARRAY_SIZE(bound); i++)
461 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 2], i % 2) + 1;
466 seq_printf(file, "Length: %8d | ", bound[0]);
467 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++)
469 bound[i] + 1, bound[i + 1]);
472 for (i = 0; i < ARRAY_SIZE(bound); i++)
/linux-master/include/net/netfilter/
H A Dnf_tables.h652 * @chain: chain containing the rule bound to the set
656 * of new elements added to a bound set.
677 * @NFT_SET_EXT_KEY_END: upper bound element key, for ranges
1092 * @bound: bind or not
1109 bound:1, member in struct:nft_chain
1169 return (chain->flags & NFT_CHAIN_BINDING) && chain->bound;
1633 bool bound; member in struct:nft_trans_rule
1643 (((struct nft_trans_rule *)trans->data)->bound)
1651 bool bound; member in struct:nft_trans_set
1660 (((struct nft_trans_set *)trans->data)->bound)
1676 bool bound; member in struct:nft_trans_chain
1711 bool bound; member in struct:nft_trans_elem
[all...]
/linux-master/net/ieee802154/
H A Dsocket.c441 unsigned int bound:1; member in struct:dgram_sock
498 ro->bound = 0;
523 ro->bound = 1;
582 if (!ro->bound) {
638 if (!ro->bound)
678 ro->bound ? &ro->src_addr : NULL, size);
778 if (!ro->bound)
/linux-master/drivers/accel/ivpu/
H A Divpu_drv.c73 if (file_priv->bound) {
80 file_priv->bound = false;
91 ivpu_dbg(vdev, FILE, "file_priv release: ctx %u bound %d\n",
92 file_priv->ctx.id, (bool)file_priv->bound);
232 file_priv->bound = true;
H A Divpu_drv.h155 bool bound; member in struct:ivpu_file_priv
/linux-master/net/can/
H A Disotp.c151 int bound; member in struct:isotp_sock
949 if (!so->bound || so->tx.state == ISOTP_SHUTDOWN)
1138 if (!so->bound)
1204 if (so->bound) {
1229 so->bound = 0;
1292 if (so->bound) {
1340 so->bound = 1;
1379 if (so->bound)
1553 if (so->bound) {
1565 so->bound
[all...]
H A Dbcm.c129 int bound; member in struct:bcm_sock
217 seq_printf(m, " / bound %s", bcm_proc_getifname(net, ifname, bo->ifindex));
820 * Don't care if we're bound or not (due to netdev
1345 if (!bo->bound)
1364 /* no bound device as default => check msg_name */
1471 /* remove device reference, if this is our bound device */
1472 if (bo->bound && bo->ifindex == dev->ifindex) {
1473 bo->bound = 0;
1488 if (bo->bound && bo->ifindex == dev->ifindex) {
1526 bo->bound
[all...]
/linux-master/net/netfilter/
H A Dnft_immediate.c170 chain->bound = false;
206 /* Rule construction failed, but chain is already bound:
209 if (chain->bound) {
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c687 int bound[15], range[4], i; local
694 for (i = 0; i < ARRAY_SIZE(bound); i++)
695 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 4], i % 4) + 1;
699 seq_printf(file, "Length: %8d | ", bound[0]);
700 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++)
702 bound[i] + 1, bound[i + 1]);
705 for (i = 0; i < ARRAY_SIZE(bound); i++)
/linux-master/lib/xz/
H A Dxz_dec_lzma2.c531 uint32_t bound; local
535 bound = (rc->range >> RC_BIT_MODEL_TOTAL_BITS) * *prob;
536 if (rc->code < bound) {
537 rc->range = bound;
541 rc->range -= bound;
542 rc->code -= bound;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c320 bool bound; member in struct:radeon_ttm_tt
418 return (gtt->bound);
431 if (gtt->bound)
453 gtt->bound = true;
465 if (!gtt->bound)
470 gtt->bound = false;
/linux-master/tools/testing/selftests/net/
H A Dbpf_offload.py362 fail(True, "%d BPF programs bound, expected %d" %
397 def wait_for_flush(self, bound=0, total=0, n_retry=20):
401 if nbound == bound and nprogs == total:
404 raise Exception("Time out waiting for program counts to stabilize want %d/%d, have %d bound, %d loaded" % (bound, total, nbound, nprogs))
446 def tc_flush_filters(self, bound=0, total=0):
449 self.wait_for_flush(bound=bound, total=total)
762 start_test("Test TC non-offloaded isn't getting bound...")
878 start_test("Test TC offload is device-bound
[all...]
/linux-master/drivers/usb/gadget/function/
H A Df_rndis.c686 * configurations are bound in sequence with list_for_each_entry,
687 * in each configuration its functions are bound in sequence
689 * with regard to rndis_opts->bound access
691 if (!rndis_opts->bound) {
696 rndis_opts->bound = true;
827 if (opts->bound)
831 opts->borrowed_net = opts->bound = true;
889 if (opts->bound)
H A Df_phonet.c495 * configurations are bound in sequence with list_for_each_entry,
496 * in each configuration its functions are bound in sequence
498 * with regard to phonet_opts->bound access
500 if (!phonet_opts->bound) {
505 phonet_opts->bound = true;
615 if (opts->bound)
H A Df_eem.c258 * configurations are bound in sequence with list_for_each_entry,
259 * in each configuration its functions are bound in sequence
261 * with regard to eem_opts->bound access
263 if (!eem_opts->bound) {
270 eem_opts->bound = true;
595 if (opts->bound)
/linux-master/net/sunrpc/
H A Dsysfs.c171 int locked, connected, connecting, close_wait, bound, binding, local
181 bound = test_bit(XPRT_BOUND, &xprt->state);
195 bound ? "BOUND" : "",
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dphy.c708 u8 bound[7]; local
711 err = mt76x02_eeprom_copy(dev, MT_EE_TSSI_BOUND1, bound,
712 sizeof(bound));
716 for (i = 0; i < ARRAY_SIZE(bound); i++) {
717 if (chan->hw_value <= bound[i] || !bound[i])
/linux-master/drivers/usb/gadget/legacy/
H A Dg_ffs.c370 ecm_opts->bound = true;
376 geth_opts->bound = true;
/linux-master/drivers/s390/crypto/
H A Dap_bus.c690 * calc # of bound APQNs
695 unsigned int bound; member in struct:__ap_calc_ctrs
705 pctrs->bound++;
711 static void ap_calc_bound_apqns(unsigned int *apqns, unsigned int *bound) argument
719 *bound = ctrs.bound;
724 * bound to device drivers.
728 unsigned int apqns, bound; local
731 ap_calc_bound_apqns(&apqns, &bound);
732 if (bound
[all...]
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flow.c95 block->mall.bound = false;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dampdu.c75 /* modulo add/sub, bound = 2^k */
76 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1))
77 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1))

Completed in 282 milliseconds

123456