Searched refs:down (Results 226 - 250 of 277) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/net/
H A Dfib_nexthops.sh747 # admin down should delete nexthops
752 run_cmd "$IP li set dev veth1 down"
755 log_test $? 0 "Nexthops removed on admin down"
871 # admin down - nexthop is removed from group
872 run_cmd "$IP li set dev veth1 down"
874 log_test $? 0 "Nexthops in groups removed on admin down"
905 # on admin down of veth1, it should be removed from the group
907 run_cmd "$IP li set veth1 down"
909 log_test $? 0 "Nexthops in group removed on admin down - mixed group"
1328 # admin down shoul
[all...]
H A Dfcnal-test.sh467 ip -netns ${NSA} link set dev ${NSA_DEV} down
4068 setup_cmd ip link set ${NSA_DEV} down
4190 setup_cmd ip link set ${NSA_DEV} down
4201 setup_cmd ip link set ${NSA_DEV2} down
/linux-master/arch/sparc/kernel/
H A Dcherrs.S203 sub %g1, %g2, %g1 ! Move down 1 cacheline
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_mm.c594 down(&adp->kioc_semaphore);
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_api_cmd.c386 down(&chain->sem);
/linux-master/drivers/video/fbdev/omap/
H A Dhwa742.c107 * push it down before acquiring a slot. This
242 down(&hwa742.req_sema);
/linux-master/net/core/
H A Dnetpoll.c228 down(&ni->dev_lock);
/linux-master/arch/powerpc/crypto/
H A Dpoly1305-p10le_64.S22 # Improve performance by breaking down polynominal to the sum of products with
/linux-master/arch/arm/kernel/
H A Dentry-armv.S919 @ located 4k down.
/linux-master/drivers/infiniband/hw/mlx5/
H A Dumr.c301 down(&umrc->sem);
/linux-master/drivers/md/bcache/
H A Dwriteback.c560 down(&dc->in_flight);
H A Dbtree.c11 * on the heap have their priority scaled down. This currently is just used as
420 down(&b->io_mutex);
444 * sort) and we sorted down to a single set:
658 down(&b->io_mutex);
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c13 down(&hwc->sema);
767 * non-zero, the HWC worked and we should tear down the HWC here.
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.c565 down(&rcfw->rcfw_inflight);
/linux-master/net/rxrpc/
H A Dcall_object.c274 down(limiter);
/linux-master/include/linux/
H A Dhid.h1024 down(&hid->driver_input_lock);
/linux-master/drivers/net/usb/
H A Dr8152.c893 void (*down)(struct r8152 *tp); member in struct:r8152::rtl_ops
1280 * adapter down before resetting it. Thus, if we're in pre-reset,
1864 /* When link down, the driver would cancel all bulks. */
2760 /* When link down, the driver would cancel all bulks. */
3506 /* MAC clock speed down */
3519 /* MAC clock speed down */
7017 tp->rtl_ops.down(tp);
7276 /* MAC clock speed down */
7367 /* MAC clock speed down */
8494 /* If the linking down i
[all...]
/linux-master/drivers/net/wireless/st/cw1200/
H A Dsta.c332 down(&priv->scan.lock);
587 down(&priv->scan.lock);
/linux-master/fs/xfs/
H A Dxfs_log.c511 * don't care what order we process callbacks here because the log is shut down
515 * before we tear down the AIL.
859 * is done before we tear down these buffers.
868 down(&iclog->ic_sema);
1037 * To do this, we first need to shut down the background log work so it is not
1087 * Shut down and release the AIL and Log.
1091 * the log. Once this is done, we can tear down the AIL and the log.
1103 * tear anything down.
1329 * If the log is shut down, the head and tail may be invalid or out of whack, so
1404 * down safel
[all...]
/linux-master/kernel/
H A Dfork.c2726 * This is like kernel_clone(), but shaved down and tailored to just
3109 down:
3117 goto down;
/linux-master/drivers/md/
H A Ddm.c1396 down(&md->swap_bios_semaphore);
1428 down(&md->swap_bios_semaphore);
3323 * sent down the holding path. For the cases where there is no reservation or
/linux-master/drivers/infiniband/hw/efa/
H A Defa_com.c621 down(&aq->avail_cmds);
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c2420 } else if (np->down) {
2900 percpu_priv->np.down = false;
2913 percpu_priv->np.down = true;
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1757 # frame or it will get overwritten when the exc stack frame is shifted "down".
2133 # stack frame "down".
2186 # the strategy is to move the exception frame "down" 12 bytes. then, we
2226 # the strategy is to move the exception frame "down" 12 bytes. then, we
2266 # the strategy is to move the exception frame "down" 12 bytes. then, we
2727 mov.l (%sp),-(%sp) # shift stack frame "down"
2930 # -shift stack frame down over where old a6 used to be
3296 # on the system stack must be carefully moved "down" to make room #
8303 # a normalized number that rounded down to a 2. so, redo the entire operation
9071 # or a normalized number that rounded down t
[all...]
H A Dilsp.S431 # shift down one word/digit to renormalize remainder.

Completed in 359 milliseconds

1234567891011>>