/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | mac80211.c | 847 NONE, ADD, REMOVE, HT_RATE_INIT, ADD_RATE_INIT, in iwlagn_mac_sta_state() enumerator 861 op = REMOVE; in iwlagn_mac_sta_state() 871 op = REMOVE; in iwlagn_mac_sta_state() 890 case REMOVE: in iwlagn_mac_sta_state()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | mac80211.c | 842 NONE, ADD, REMOVE, HT_RATE_INIT, ADD_RATE_INIT, in iwlagn_mac_sta_state() enumerator 856 op = REMOVE; in iwlagn_mac_sta_state() 866 op = REMOVE; in iwlagn_mac_sta_state() 885 case REMOVE: in iwlagn_mac_sta_state()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md-cluster.c | 98 REMOVE, enumerator 553 pr_warn("%s: %d Could not find disk(%d) to REMOVE\n", in process_remove_disk() 596 case REMOVE: in process_recvd_msg() 1479 cmsg.type = cpu_to_le32(REMOVE); in remove_disk()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md-cluster.c | 98 REMOVE, enumerator 557 pr_warn("%s: %d Could not find disk(%d) to REMOVE\n", in process_remove_disk() 599 case REMOVE: in process_recvd_msg() 1480 cmsg.type = cpu_to_le32(REMOVE); in remove_disk()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-script.c | 2676 enum { DEFAULT, SET, ADD, REMOVE } change = DEFAULT; in parse_output_fields() enumerator 2752 change = REMOVE; in parse_output_fields() 2765 print_flags = change == REMOVE ? false : true; in parse_output_fields() 2783 if (change == REMOVE) { in parse_output_fields() 2804 if (change == REMOVE) in parse_output_fields()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs2xdr.c | 1140 PROC(REMOVE, removeargs, stat, 0),
|
H A D | nfs3xdr.c | 2527 PROC(REMOVE, remove, remove, 0),
|
H A D | nfs4xdr.c | 2192 * Encode REMOVE request 6197 * Decode REMOVE response 7571 PROC(REMOVE, enc_remove, dec_remove),
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs2xdr.c | 1140 PROC(REMOVE, removeargs, stat, 0),
|
H A D | nfs3xdr.c | 2532 PROC(REMOVE, remove, remove, 0),
|
H A D | nfs4xdr.c | 2220 * Encode REMOVE request 6293 * Decode REMOVE response 7664 PROC(REMOVE, enc_remove, dec_remove),
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-script.c | 3014 enum { DEFAULT, SET, ADD, REMOVE } change = DEFAULT; in parse_output_fields() enumerator 3090 change = REMOVE; in parse_output_fields() 3103 print_flags = change != REMOVE; in parse_output_fields() 3121 if (change == REMOVE) { in parse_output_fields() 3142 if (change == REMOVE) in parse_output_fields()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | pktgen.c | 456 #define REMOVE 1 macro 1890 pkt_dev = __pktgen_NN_threads(pn, ifname, REMOVE); in pktgen_mark_device()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | pktgen.c | 472 #define REMOVE 1 macro 1997 pkt_dev = __pktgen_NN_threads(pn, ifname, REMOVE); in pktgen_mark_device()
|