Searched refs:new_id (Results 26 - 33 of 33) sorted by relevance

12

/linux-master/net/ipv4/
H A Dnexthop.c2537 u32 new_id = new_nh->id; local
2552 if (new_id < nh->id) {
2554 } else if (new_id > nh->id) {
/linux-master/drivers/md/
H A Ddm-thin.c3776 dm_thin_id old_id, new_id; local
3788 if (kstrtoull(argv[2], 10, (unsigned long long *)&new_id)) {
3793 r = dm_pool_set_metadata_transaction_id(pool->pmd, old_id, new_id);
/linux-master/drivers/ata/
H A Dlibata-core.c3819 * @new_id: IDENTIFY page of the new device
3821 * Compare @new_class and @new_id against @dev and determine
3823 * @new_id.
3829 * 1 if @dev matches @new_class and @new_id, 0 otherwise.
3832 const u16 *new_id)
3845 ata_id_c_string(new_id, model[1], ATA_ID_PROD, sizeof(model[1]));
3847 ata_id_c_string(new_id, serial[1], ATA_ID_SERNO, sizeof(serial[1]));
3831 ata_dev_same_device(struct ata_device *dev, unsigned int new_class, const u16 *new_id) argument
/linux-master/mm/
H A Dmemcontrol.c3852 unsigned short old_id, new_id; local
3855 new_id = mem_cgroup_id(to);
3857 if (swap_cgroup_cmpxchg(entry, old_id, new_id) == old_id) {
/linux-master/drivers/hv/
H A Dvmbus_drv.c764 static DRIVER_ATTR_WO(new_id);
/linux-master/net/packet/
H A Daf_packet.c1666 static bool fanout_find_new_id(struct sock *sk, u16 *new_id) argument
1672 *new_id = id;
/linux-master/drivers/hid/
H A Dhid-core.c2528 static DRIVER_ATTR_WO(new_id);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c995 u8 old_id, new_id = new_tree->id; local
1022 if (!mlxsw_sp_vr_lpm_tree_should_replace(vr, proto, new_id))

Completed in 294 milliseconds

12