Searched refs:upgrade (Results 1 - 17 of 17) sorted by relevance

/linux-master/include/net/
H A Daf_rxrpc.h53 bool upgrade,
/linux-master/net/rxrpc/
H A Dconn_client.c86 bundle->upgrade = test_bit(RXRPC_CALL_UPGRADE, &call->flags);
182 conn->upgrade = bundle->upgrade;
256 bool upgrade = test_bit(RXRPC_CALL_UPGRADE, &call->flags); local
260 upgrade);
278 cmp(bundle->upgrade, upgrade));
307 cmp(bundle->upgrade, upgrade));
389 if (!usable && bundle->upgrade)
[all...]
H A Dsendmsg.c512 p->upgrade = true;
592 cp.upgrade = p->upgrade;
623 .upgrade = false,
H A Dar-internal.h165 /* Service upgrade information */
166 u16 from; /* Service ID to upgrade (if not 0) */
167 u16 to; /* service ID to upgrade to */
382 bool upgrade; /* T if service ID can be upgraded */ member in struct:rxrpc_conn_parameters
405 RXRPC_CONN_PROBING_FOR_UPGRADE, /* Probing for service upgrade */
454 bool try_upgrade; /* True if the bundle is attempting upgrade */
456 bool upgrade; /* T if service ID can be upgraded */ member in struct:rxrpc_bundle
534 bool upgrade; /* T if service ID can be upgraded */ member in struct:rxrpc_connection
566 RXRPC_CALL_UPGRADE, /* Service upgrade was requested for the call */
789 bool upgrade; /* I member in struct:rxrpc_send_params
[all...]
H A Daf_rxrpc.c317 * @upgrade: Request service upgrade for call
337 bool upgrade,
371 cp.upgrade = upgrade;
328 rxrpc_kernel_begin_call(struct socket *sock, struct rxrpc_peer *peer, struct key *key, unsigned long user_call_ID, s64 tx_total_len, u32 hard_timeout, gfp_t gfp, rxrpc_notify_rx_t notify_rx, u16 service_id, bool upgrade, enum rxrpc_interruptibility interruptibility, unsigned int debug_id) argument
H A Dproc.c257 bundle->upgrade ? 'u' : '-',
H A Dcall_object.c222 if (cp->upgrade)
/linux-master/scripts/
H A Dsphinx-pre-install724 print("Warning: virtual environment $f is not working.\nPython version upgrade? Remove it with:\n\n\trm -rf $f\n\n");
768 # Return if the reason is due to an upgrade or not
847 # At this point, either it needs Sphinx or upgrade is recommended,
852 print "Instead of install/upgrade Python Sphinx pkg, you could use pip/pypi with:\n\n";
854 print "To upgrade Sphinx, use:\n\n";
H A Dcheckpatch.pl1359 An upgrade to at least perl $minimum_perl_version is suggested.
/linux-master/fs/bcachefs/
H A Dbtree_locking.c451 bool upgrade,
461 if (!(upgrade
485 path->l[fail_idx].b = upgrade
522 /* upgrade */
650 * On failure to upgrade the iterator, setting iter->locks_want and
658 * an iterator is a copy - for now, we'll just upgrade any other
449 btree_path_get_locks(struct btree_trans *trans, struct btree_path *path, bool upgrade, struct get_locks_fail *f) argument
/linux-master/drivers/net/ethernet/fungible/funcore/
H A Dfun_hci.h862 __be64 image_size; /* upgrade image length */
863 } upgrade; member in union:fun_admin_swu_req::swu_req_subop
920 } upgrade; member in union:fun_admin_swu_rsp::swu_rsp_subop
/linux-master/fs/afs/
H A Dvlclient.c381 * We use this to probe for service upgrade to determine what the server at the
407 call->upgrade = true;
752 * We use this to probe for service upgrade to determine what the server at the
H A Drxrpc.c79 /* Ideally, we'd turn on service upgrade here, but we can't because
82 * upgrade on an FS packet, OpenAFS will leak that into the CB packet
344 call->upgrade,
H A Dinternal.h173 bool upgrade; /* T to request service upgrade */ member in struct:afs_call
177 u16 service_id; /* Actual service ID (after upgrade) */
544 #define AFS_ESTATE_NOT_YFS 3 /* Set if probe didn't upgrade to YFS */
H A Dfsclient.c1759 call->upgrade = true;
/linux-master/fs/fuse/
H A Ddax.c184 bool upgrade)
214 if (!upgrade) {
182 fuse_setup_one_mapping(struct inode *inode, unsigned long start_idx, struct fuse_dax_mapping *dmap, bool writable, bool upgrade) argument
/linux-master/drivers/md/bcache/
H A Dbtree.c2431 bool upgrade = op->lock == -1; local
2435 if (upgrade) {
2457 if (upgrade)

Completed in 312 milliseconds